| 12783 | } |
| 12784 | duration = timer.getElapsedSeconds(); |
| 12785 | } CATCH_CATCH_ANON (TestFailureException&) { |
| 12786 | // This just means the test was aborted due to failure |
| 12787 | } CATCH_CATCH_ALL { |
| 12788 | // Under CATCH_CONFIG_FAST_COMPILE, unexpected exceptions under REQUIRE assertions |
| 12789 | // are reported without translation at the point of origin. |
| 12790 | if( m_shouldReportUnexpected ) { |
nothing calls this directly
no outgoing calls
no test coverage detected