
Run all tests for a mutant
FullTestStrategy.RdThis test strategy tells if a mutant is caught by any test.
To get faster results, especially for big codebases, use ?FileTestStrategy instead.
See also
Other TestStrategy:
FileTestStrategy,
TestStrategy,
default_test_strategy()
Super class
muttest::TestStrategy -> FullTestStrategy
Methods
Method new()
Initialize
Usage
FullTestStrategy$new(
load_helpers = TRUE,
load_package = c("source", "none", "installed")
)Method execute()
Execute the test strategy
Arguments
pathThe path to the test directory
planThe current mutation plan. See
plan().reporterThe reporter to use for test results