| 6355 | m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); |
| 6356 | } |
| 6357 | void AssertionHandler::handleExceptionNotThrownAsExpected() { |
| 6358 | m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); |
| 6359 | } |
| 6360 | |
| 6361 | void AssertionHandler::handleUnexpectedExceptionNotThrown() { |
| 6362 | m_resultCapture.handleUnexpectedExceptionNotThrown( m_assertionInfo, m_reaction ); |
nothing calls this directly
no test coverage detected