| 5043 | } |
| 5044 | |
| 5045 | void AssertionHandler::handleUnexpectedExceptionNotThrown() { |
| 5046 | m_resultCapture.handleUnexpectedExceptionNotThrown( m_assertionInfo, m_reaction ); |
| 5047 | } |
| 5048 | |
| 5049 | void AssertionHandler::handleThrowingCallSkipped() { |
| 5050 | m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); |
nothing calls this directly
no outgoing calls
no test coverage detected