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