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.txt544 CHECK_THROWS_AS( thisDoesntThrow(), std::domain_error )
Dcompact.sw.approved.txt405 …<line number>: failed: expected exception, got none; expression was: thisDoesntThrow(), std::domai…
1555 Exception.tests.cpp:<line number>: passed: thisDoesntThrow()
Dconsole.sw.approved.txt3065 CHECK_THROWS_AS( thisDoesntThrow(), std::domain_error )
11361 REQUIRE_NOTHROW( thisDoesntThrow() )