MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / CATCH_CATCH_ANON

Function CATCH_CATCH_ANON

tests/catch.hpp:10342–10344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10340 }
10341 duration = timer.getElapsedSeconds();
10342 } CATCH_CATCH_ANON (TestFailureException&) {
10343 // This just means the test was aborted due to failure
10344 } CATCH_CATCH_ALL {
10345 // Under CATCH_CONFIG_FAST_COMPILE, unexpected exceptions under REQUIRE assertions
10346 // are reported without translation at the point of origin.
10347 if( m_shouldReportUnexpected ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected