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