kFailedTestsPanic top-level constant

bool const kFailedTestsPanic

if a test does not run with a correct/expected behavior, the program will panic and then exit

Implementation

const bool kFailedTestsPanic = true;