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