Searched refs:AssertionHandler (Results 1 – 7 of 7) sorted by relevance
/external/catch2/include/internal/ |
D | catch_assertionhandler.cpp | 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() [all …]
|
D | catch_assertionhandler.h | 23 friend class AssertionHandler; variable 44 class AssertionHandler { 51 AssertionHandler 56 ~AssertionHandler() { in ~AssertionHandler() 84 …void handleExceptionMatchExpr( AssertionHandler& handler, std::string const& str, StringRef const&…
|
D | catch_capture.hpp | 46 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC… 77 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC… 91 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC… 108 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC… 130 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, Catc… 152 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC…
|
D | catch_capture_matchers.h | 47 …void handleExceptionMatchExpr( AssertionHandler& handler, StringMatcher const& matcher, StringRef … 60 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC… 71 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC…
|
D | catch_capture_matchers.cpp | 18 …void handleExceptionMatchExpr( AssertionHandler& handler, StringMatcher const& matcher, StringRef … in handleExceptionMatchExpr()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 2501 friend class AssertionHandler; 2522 class AssertionHandler { class 2529 AssertionHandler 2534 ~AssertionHandler() { in ~AssertionHandler() 2561 …void handleExceptionMatchExpr( AssertionHandler& handler, std::string const& str, StringRef const&… 2680 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC… 2703 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC… 2717 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC… 2734 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, CATC… 2754 …Catch::AssertionHandler catchAssertionHandler( macroName##_catch_sr, CATCH_INTERNAL_LINEINFO, Catc… [all …]
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 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… [all …]
|