| 4806 | } |
| 4807 | |
| 4808 | void AssertionHandler::handleExpr(ITransientExpression const &expr) { |
| 4809 | m_resultCapture.handleExpr(m_assertionInfo, expr, m_reaction); |
| 4810 | } |
| 4811 | void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const &message) { |
| 4812 | m_resultCapture.handleMessage(m_assertionInfo, resultType, message, m_reaction); |
| 4813 | } |
no test coverage detected