abortMutationTest method

void abortMutationTest()

Aborts the tests and restores the original state of the source code.

Implementation

void abortMutationTest() {
  _continue = false;
  system.writeLine('Abort requested! Waiting for unfinished tasks...');
  if (_testRunner != null) {
    _testRunner!.kill();
  }
}