Lines Matching refs:AssertionHandler
55 AssertionHandler::AssertionHandler in AssertionHandler() function in Catch::AssertionHandler
64 void AssertionHandler::handleExpr( ITransientExpression const& expr ) { in handleExpr()
67 void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const& message) { in handleMessage()
71 auto AssertionHandler::allowThrows() const -> bool { in allowThrows()
75 void AssertionHandler::complete() { in complete()
93 void AssertionHandler::setCompleted() { in setCompleted()
97 void AssertionHandler::handleUnexpectedInflightException() { in handleUnexpectedInflightException()
101 void AssertionHandler::handleExceptionThrownAsExpected() { in handleExceptionThrownAsExpected()
104 void AssertionHandler::handleExceptionNotThrownAsExpected() { in handleExceptionNotThrownAsExpected()
108 void AssertionHandler::handleUnexpectedExceptionNotThrown() { in handleUnexpectedExceptionNotThrown()
112 void AssertionHandler::handleThrowingCallSkipped() { in handleThrowingCallSkipped()
118 …void handleExceptionMatchExpr( AssertionHandler& handler, std::string const& str, StringRef const&… in handleExceptionMatchExpr()