Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/UsageTests/
DMatchers.tests.cpp65 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/
Dconsole.std.approved.txt523 CHECK_THROWS_MATCHES( throwsSpecialException(3), SpecialException, ExceptionMatcher{1} )
528 REQUIRE_THROWS_MATCHES( throwsSpecialException(4), SpecialException, ExceptionMatcher{1} )
Dcompact.sw.approved.txt390 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…
Dconsole.sw.approved.txt2951 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…