
Run all tests for a mutant
FullTestStrategy.Rd
This 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
path
The path to the test directory
plan
The current mutation plan. See
plan()
.reporter
The reporter to use for test results