| 12990 | } |
| 12991 | duration = timer.getElapsedSeconds(); |
| 12992 | } CATCH_CATCH_ANON (TestFailureException&) { |
| 12993 | // This just means the test was aborted due to failure |
| 12994 | } CATCH_CATCH_ALL { |
| 12995 | // Under CATCH_CONFIG_FAST_COMPILE, unexpected exceptions under REQUIRE assertions |
| 12996 | // are reported without translation at the point of origin. |
| 12997 | if( m_shouldReportUnexpected ) { |
nothing calls this directly
no outgoing calls
no test coverage detected