| 5039 | m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); |
| 5040 | } |
| 5041 | void AssertionHandler::handleExceptionNotThrownAsExpected() { |
| 5042 | m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); |
| 5043 | } |
| 5044 | |
| 5045 | void AssertionHandler::handleUnexpectedExceptionNotThrown() { |
| 5046 | m_resultCapture.handleUnexpectedExceptionNotThrown( m_assertionInfo, m_reaction ); |
nothing calls this directly
no test coverage detected