kFailedTestsPanic top-level constant
if a test does not run with a correct/expected behavior, the program will panic and then exit
Implementation
const bool kFailedTestsPanic = true;
if a test does not run with a correct/expected behavior, the program will panic and then exit
const bool kFailedTestsPanic = true;