Searched refs:throwsAsInt (Results 1 – 4 of 4) sorted by relevance
/external/catch2/projects/SelfTest/UsageTests/ |
D | Matchers.tests.cpp | 70 void throwsAsInt(int i) { in throwsAsInt() function 346 CHECK_THROWS_MATCHES(throwsAsInt(1), SpecialException, ExceptionMatcher{1}); 347 REQUIRE_THROWS_MATCHES(throwsAsInt(1), SpecialException, ExceptionMatcher{1});
|
/external/catch2/projects/SelfTest/Baselines/ |
D | console.std.approved.txt | 506 CHECK_THROWS_MATCHES( throwsAsInt(1), SpecialException, ExceptionMatcher{1} ) 511 REQUIRE_THROWS_MATCHES( throwsAsInt(1), SpecialException, ExceptionMatcher{1} )
|
D | compact.sw.approved.txt | 388 …nexpected exception with message: 'Unknown exception'; expression was: throwsAsInt(1), SpecialExce… 389 …nexpected exception with message: 'Unknown exception'; expression was: throwsAsInt(1), SpecialExce…
|
D | console.sw.approved.txt | 2934 CHECK_THROWS_MATCHES( throwsAsInt(1), SpecialException, ExceptionMatcher{1} ) 2939 REQUIRE_THROWS_MATCHES( throwsAsInt(1), SpecialException, ExceptionMatcher{1} )
|