Home
last modified time | relevance | path

Searched refs:throwsAsInt (Results 1 – 4 of 4) sorted by relevance

/external/catch2/projects/SelfTest/UsageTests/
DMatchers.tests.cpp64 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/
Dconsole.std.approved.txt414 CHECK_THROWS_MATCHES( throwsAsInt(1), SpecialException, ExceptionMatcher{1} )
419 REQUIRE_THROWS_MATCHES( throwsAsInt(1), SpecialException, ExceptionMatcher{1} )
Dcompact.sw.approved.txt335 …nexpected exception with message: 'Unknown exception'; expression was: throwsAsInt(1), SpecialExce…
336 …nexpected exception with message: 'Unknown exception'; expression was: throwsAsInt(1), SpecialExce…
Dconsole.sw.approved.txt2434 CHECK_THROWS_MATCHES( throwsAsInt(1), SpecialException, ExceptionMatcher{1} )
2439 REQUIRE_THROWS_MATCHES( throwsAsInt(1), SpecialException, ExceptionMatcher{1} )