| 7949 | } |
| 7950 | |
| 7951 | void AssertionHandler::handleUnexpectedInflightException() { |
| 7952 | m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveException(), m_reaction ); |
| 7953 | } |
| 7954 | |
| 7955 | void AssertionHandler::handleExceptionThrownAsExpected() { |
| 7956 | m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); |
nothing calls this directly
no test coverage detected