Searched refs:thisDoesntThrow (Results 1 – 4 of 4) sorted by relevance
38 int thisDoesntThrow() { in thisDoesntThrow() function79 REQUIRE_NOTHROW( thisDoesntThrow() );85 CHECK_THROWS_AS( thisDoesntThrow(), std::domain_error );
452 CHECK_THROWS_AS( thisDoesntThrow(), std::domain_error )
348 …<line number>: failed: expected exception, got none; expression was: thisDoesntThrow(), std::domai…1191 Exception.tests.cpp:<line number>: passed: thisDoesntThrow()
2539 CHECK_THROWS_AS( thisDoesntThrow(), std::domain_error )8658 REQUIRE_NOTHROW( thisDoesntThrow() )