TestStrategy {muttest} | R Documentation |
TestStrategy interface
Description
Extend this class to implement a custom test strategy.
Methods
Public methods
Method execute()
Execute the test strategy
Usage
TestStrategy$execute(path, plan, reporter)
Arguments
path
The path to the test directory
plan
The current mutation plan. See
plan()
.reporter
The reporter to use for test results
Returns
The test result
Method clone()
The objects of this class are cloneable with this method.
Usage
TestStrategy$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
See Also
Other TestStrategy:
FileTestStrategy
,
FullTestStrategy
,
default_test_strategy()
[Package muttest version 0.1.0 Index]