MCPcopy Create free account
hub / github.com/SOCI/soci / CATCH_CATCH_ANON

Function CATCH_CATCH_ANON

tests/catch.hpp:13001–13003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12999 }
13000 duration = timer.getElapsedSeconds();
13001 } CATCH_CATCH_ANON (TestFailureException&) {
13002 // This just means the test was aborted due to failure
13003 } CATCH_CATCH_ALL {
13004 // Under CATCH_CONFIG_FAST_COMPILE, unexpected exceptions under REQUIRE assertions
13005 // are reported without translation at the point of origin.
13006 if( m_shouldReportUnexpected ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected