30 return _assert_failed;
39 return _assert_error_message;
48 _assert_failed =
false;
bool has_assert_failed() const
Returns true if an assertion test has failed (and not been ignored) since the last call to clear_asse...
const std::string & get_assert_error_message() const
Returns the error message that corresponds to the assertion that most recently failed.
void clear_assert_failed()
Resets the assert_failed flag that is set whenever an assertion test fails.