MCPcopy Create free account
hub / github.com/Profactor/cv-plot / CATCH_CATCH_ANON

Function CATCH_CATCH_ANON

CvPlot/ext/catch2/inc/catch.hpp:12767–12769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12765 }
12766 duration = timer.getElapsedSeconds();
12767 } CATCH_CATCH_ANON (TestFailureException&) {
12768 // This just means the test was aborted due to failure
12769 } CATCH_CATCH_ALL {
12770 // Under CATCH_CONFIG_FAST_COMPILE, unexpected exceptions under REQUIRE assertions
12771 // are reported without translation at the point of origin.
12772 if( m_shouldReportUnexpected ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected