failureDetected property

bool failureDetected
getter/setter pair

Stores whether a failure has been detected in this test.

By default, this automatically gets set to true when the logging level exceeding failLevel. If this is true at the end of the test, the execution will fail with an Exception.

Implementation

bool failureDetected = false;