| 7956 | m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); |
| 7957 | } |
| 7958 | void AssertionHandler::handleExceptionNotThrownAsExpected() { |
| 7959 | m_resultCapture.handleNonExpr(m_assertionInfo, ResultWas::Ok, m_reaction); |
| 7960 | } |
| 7961 | |
| 7962 | void AssertionHandler::handleUnexpectedExceptionNotThrown() { |
| 7963 | m_resultCapture.handleUnexpectedExceptionNotThrown( m_assertionInfo, m_reaction ); |
nothing calls this directly
no test coverage detected