Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/UsageTests/
DException.tests.cpp71 [[noreturn]] void throwCustom() { in throwCustom() function
151 REQUIRE_NOTHROW( throwCustom() );
155 REQUIRE_THROWS_AS( throwCustom(), std::exception );
/external/catch2/projects/SelfTest/Baselines/
Dconsole.std.approved.txt352 REQUIRE_NOTHROW( throwCustom() )
363 REQUIRE_THROWS_AS( throwCustom(), std::exception )
Dcompact.sw.approved.txt333 …led: unexpected exception with message: 'custom exception - not std'; expression was: throwCustom()
334 … exception with message: 'custom exception - not std'; expression was: throwCustom(), std::excepti…
Dconsole.sw.approved.txt2596 REQUIRE_NOTHROW( throwCustom() )
2607 REQUIRE_THROWS_AS( throwCustom(), std::exception )