Searched refs:throwsAsInt (Results 1 – 4 of 4) sorted by relevance
/external/catch2/projects/SelfTest/UsageTests/ |
D | Matchers.tests.cpp | 64 void throwsAsInt(int i) { in throwsAsInt() function 315 CHECK_THROWS_MATCHES(throwsAsInt(1), SpecialException, ExceptionMatcher{1}); 316 REQUIRE_THROWS_MATCHES(throwsAsInt(1), SpecialException, ExceptionMatcher{1});
|
/external/catch2/projects/SelfTest/Baselines/ |
D | console.std.approved.txt | 414 CHECK_THROWS_MATCHES( throwsAsInt(1), SpecialException, ExceptionMatcher{1} ) 419 REQUIRE_THROWS_MATCHES( throwsAsInt(1), SpecialException, ExceptionMatcher{1} )
|
D | compact.sw.approved.txt | 335 …nexpected exception with message: 'Unknown exception'; expression was: throwsAsInt(1), SpecialExce… 336 …nexpected exception with message: 'Unknown exception'; expression was: throwsAsInt(1), SpecialExce…
|
D | console.sw.approved.txt | 2434 CHECK_THROWS_MATCHES( throwsAsInt(1), SpecialException, ExceptionMatcher{1} ) 2439 REQUIRE_THROWS_MATCHES( throwsAsInt(1), SpecialException, ExceptionMatcher{1} )
|