Searched refs:throwsDerivedException (Results 1 – 4 of 4) sorted by relevance
/external/catch2/projects/SelfTest/UsageTests/ |
D | Matchers.tests.cpp | 75 void throwsDerivedException() { in throwsDerivedException() function 555 …REQUIRE_THROWS_MATCHES(throwsDerivedException(), DerivedException, Message("DerivedException::wh… 556 …REQUIRE_THROWS_MATCHES(throwsDerivedException(), DerivedException, !Message("derivedexception::wh…
|
/external/catch2/docs/ |
D | matchers.md | 143 REQUIRE_THROWS_MATCHES(throwsDerivedException(), DerivedException, Message("DerivedException::wha…
|
/external/catch2/projects/SelfTest/Baselines/ |
D | compact.sw.approved.txt | 400 Matchers.tests.cpp:<line number>: passed: throwsDerivedException(), DerivedException, Message("Deri… 401 Matchers.tests.cpp:<line number>: passed: throwsDerivedException(), DerivedException, !Message("der…
|
D | console.sw.approved.txt | 3034 …REQUIRE_THROWS_MATCHES( throwsDerivedException(), DerivedException, Message("DerivedException::wha… 3039 …REQUIRE_THROWS_MATCHES( throwsDerivedException(), DerivedException, !Message("derivedexception::wh…
|