The conditions for when to stop mutation testing. Intended to be re-used by both the main FSM and the sub-FSMs.
A halt conditions has occured. Mutation testing should stop.
The system is overloaded and the user has configured the tool to slowdown.
Pause the current thread by sleeping.
See Implementation
The conditions for when to stop mutation testing. Intended to be re-used by both the main FSM and the sub-FSMs.