Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/UsageTests/
DException.tests.cpp38 int thisDoesntThrow() { in thisDoesntThrow() function
79 REQUIRE_NOTHROW( thisDoesntThrow() );
85 CHECK_THROWS_AS( thisDoesntThrow(), std::domain_error );
/external/catch2/projects/SelfTest/Baselines/
Dconsole.std.approved.txt452 CHECK_THROWS_AS( thisDoesntThrow(), std::domain_error )
Dcompact.sw.approved.txt348 …<line number>: failed: expected exception, got none; expression was: thisDoesntThrow(), std::domai…
1191 Exception.tests.cpp:<line number>: passed: thisDoesntThrow()
Dconsole.sw.approved.txt2539 CHECK_THROWS_AS( thisDoesntThrow(), std::domain_error )
8658 REQUIRE_NOTHROW( thisDoesntThrow() )