| 5028 | throw Catch::TestFailureException(); |
| 5029 | } |
| 5030 | void AssertionHandler::setCompleted() { |
| 5031 | m_completed = true; |
| 5032 | } |
| 5033 | |
| 5034 | void AssertionHandler::handleUnexpectedInflightException() { |
| 5035 | m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveException(), m_reaction ); |
nothing calls this directly
no outgoing calls
no test coverage detected