Searched refs:throwsSpecialException (Results 1 – 4 of 4) sorted by relevance
/external/catch2/projects/SelfTest/UsageTests/ |
D | Matchers.tests.cpp | 65 void throwsSpecialException(int i) { in throwsSpecialException() function 336 CHECK_THROWS_MATCHES(throwsSpecialException(1), SpecialException, ExceptionMatcher{1}); 337 … REQUIRE_THROWS_MATCHES(throwsSpecialException(2), SpecialException, ExceptionMatcher{2}); 350 … CHECK_THROWS_MATCHES(throwsSpecialException(3), SpecialException, ExceptionMatcher{1}); 351 … REQUIRE_THROWS_MATCHES(throwsSpecialException(4), SpecialException, ExceptionMatcher{1}); 557 …REQUIRE_THROWS_MATCHES(throwsSpecialException(2), SpecialException, !Message("DerivedException::wh… 558 …REQUIRE_THROWS_MATCHES(throwsSpecialException(2), SpecialException, Message("SpecialException::wh…
|
/external/catch2/projects/SelfTest/Baselines/ |
D | console.std.approved.txt | 523 CHECK_THROWS_MATCHES( throwsSpecialException(3), SpecialException, ExceptionMatcher{1} ) 528 REQUIRE_THROWS_MATCHES( throwsSpecialException(4), SpecialException, ExceptionMatcher{1} )
|
D | compact.sw.approved.txt | 390 Matchers.tests.cpp:<line number>: failed: throwsSpecialException(3), SpecialException, ExceptionMat… 391 Matchers.tests.cpp:<line number>: failed: throwsSpecialException(4), SpecialException, ExceptionMat… 392 Matchers.tests.cpp:<line number>: passed: throwsSpecialException(1), SpecialException, ExceptionMat… 393 Matchers.tests.cpp:<line number>: passed: throwsSpecialException(2), SpecialException, ExceptionMat… 402 Matchers.tests.cpp:<line number>: passed: throwsSpecialException(2), SpecialException, !Message("De… 403 Matchers.tests.cpp:<line number>: passed: throwsSpecialException(2), SpecialException, Message("Spe…
|
D | console.sw.approved.txt | 2951 CHECK_THROWS_MATCHES( throwsSpecialException(3), SpecialException, ExceptionMatcher{1} ) 2956 REQUIRE_THROWS_MATCHES( throwsSpecialException(4), SpecialException, ExceptionMatcher{1} ) 2967 CHECK_THROWS_MATCHES( throwsSpecialException(1), SpecialException, ExceptionMatcher{1} ) 2972 REQUIRE_THROWS_MATCHES( throwsSpecialException(2), SpecialException, ExceptionMatcher{2} ) 3044 …REQUIRE_THROWS_MATCHES( throwsSpecialException(2), SpecialException, !Message("DerivedException::w… 3049 …REQUIRE_THROWS_MATCHES( throwsSpecialException(2), SpecialException, Message("SpecialException::wh…
|