| 6348 | } |
| 6349 | |
| 6350 | void AssertionHandler::handleUnexpectedInflightException() { |
| 6351 | m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveException(), m_reaction ); |
| 6352 | } |
| 6353 | |
| 6354 | void AssertionHandler::handleExceptionThrownAsExpected() { |
| 6355 | m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); |
nothing calls this directly
no test coverage detected