| 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 | } |
| 4814 | |
| 4815 | auto AssertionHandler::allowThrows() const -> bool { |
| 4816 | return getCurrentContext().getConfig()->allowThrows(); |
nothing calls this directly
no test coverage detected