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 );
544 CHECK_THROWS_AS( thisDoesntThrow(), std::domain_error )
405 …<line number>: failed: expected exception, got none; expression was: thisDoesntThrow(), std::domai…1555 Exception.tests.cpp:<line number>: passed: thisDoesntThrow()
3065 CHECK_THROWS_AS( thisDoesntThrow(), std::domain_error )11361 REQUIRE_NOTHROW( thisDoesntThrow() )