| 6352 | } |
| 6353 | |
| 6354 | void AssertionHandler::handleExceptionThrownAsExpected() { |
| 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 | } |
nothing calls this directly
no test coverage detected