| 8176 | } |
| 8177 | |
| 8178 | void AssertionHandler::handleUnexpectedInflightException() { |
| 8179 | m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveException(), m_reaction ); |
| 8180 | } |
| 8181 | |
| 8182 | void AssertionHandler::handleExceptionThrownAsExpected() { |
| 8183 | m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); |
nothing calls this directly
no test coverage detected