Lines Matching refs:AssertionHandler
2523 friend class AssertionHandler;
2544 class AssertionHandler { class
2551 AssertionHandler
2556 ~AssertionHandler() { in ~AssertionHandler()
2583 …void handleExceptionMatchExpr( AssertionHandler& handler, std::string const& str, StringRef const&…
2702 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC…
2725 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC…
2739 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC…
2756 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC…
2776 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, Catc…
2798 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC…
3790 …void handleExceptionMatchExpr( AssertionHandler& handler, StringMatcher const& matcher, StringRef …
3802 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC…
3812 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC…
8234 AssertionHandler::AssertionHandler in AssertionHandler() function in Catch::AssertionHandler
8243 void AssertionHandler::handleExpr( ITransientExpression const& expr ) { in handleExpr()
8246 void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const& message) { in handleMessage()
8250 auto AssertionHandler::allowThrows() const -> bool { in allowThrows()
8254 void AssertionHandler::complete() { in complete()
8272 void AssertionHandler::setCompleted() { in setCompleted()
8276 void AssertionHandler::handleUnexpectedInflightException() { in handleUnexpectedInflightException()
8280 void AssertionHandler::handleExceptionThrownAsExpected() { in handleExceptionThrownAsExpected()
8283 void AssertionHandler::handleExceptionNotThrownAsExpected() { in handleExceptionNotThrownAsExpected()
8287 void AssertionHandler::handleUnexpectedExceptionNotThrown() { in handleUnexpectedExceptionNotThrown()
8291 void AssertionHandler::handleThrowingCallSkipped() { in handleThrowingCallSkipped()
8297 …void handleExceptionMatchExpr( AssertionHandler& handler, std::string const& str, StringRef const&… in handleExceptionMatchExpr()
8409 …void handleExceptionMatchExpr( AssertionHandler& handler, StringMatcher const& matcher, StringRef … in handleExceptionMatchExpr()