Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/UsageTests/
DMatchers.tests.cpp70 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/
Dconsole.std.approved.txt506 CHECK_THROWS_MATCHES( throwsAsInt(1), SpecialException, ExceptionMatcher{1} )
511 REQUIRE_THROWS_MATCHES( throwsAsInt(1), SpecialException, ExceptionMatcher{1} )
Dcompact.sw.approved.txt388 …nexpected exception with message: 'Unknown exception'; expression was: throwsAsInt(1), SpecialExce…
389 …nexpected exception with message: 'Unknown exception'; expression was: throwsAsInt(1), SpecialExce…
Dconsole.sw.approved.txt2934 CHECK_THROWS_MATCHES( throwsAsInt(1), SpecialException, ExceptionMatcher{1} )
2939 REQUIRE_THROWS_MATCHES( throwsAsInt(1), SpecialException, ExceptionMatcher{1} )