| 5032 | } |
| 5033 | |
| 5034 | void AssertionHandler::handleUnexpectedInflightException() { |
| 5035 | m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveException(), m_reaction ); |
| 5036 | } |
| 5037 | |
| 5038 | void AssertionHandler::handleExceptionThrownAsExpected() { |
| 5039 | m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); |
nothing calls this directly
no test coverage detected