TestRunner.useEarlyStop

Stop executing tests as soon as one detects a failure.

This lose some information about the test cases but mean that mutation testing overall is executing faster.

struct TestRunner
@safe nothrow
void
useEarlyStop
(
bool v
)

Meta