| 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 ) { |
nothing calls this directly
no outgoing calls
no test coverage detected