Is your maintenance request related to a problem? Please describe.
The instrumented test resources are only updated when the instrument task runs. This way the test are not ran against all (new) mutators which may result in a problem.
Describe the solution you'd like
Instrument all test files when the test are run by implementing the instrument method in the testing harness.
Describe alternatives you've considered
None.
Additional context
This maybe annoying when adding a new mutator.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your maintenance request related to a problem? Please describe. The instrumented test resources are only updated when the instrument task runs. This way the test are not ran against all (new) mutators which may result in a problem.
Describe the solution you'd like Instrument all test files when the test are run by implementing the instrument method in the testing harness.
Describe alternatives you've considered None.
Additional context This maybe annoying when adding a new mutator.