| 8232 | m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); |
| 8233 | } |
| 8234 | void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const& message) { |
| 8235 | m_resultCapture.handleMessage( m_assertionInfo, resultType, message, m_reaction ); |
| 8236 | } |
| 8237 | |
| 8238 | auto AssertionHandler::allowThrows() const -> bool { |
| 8239 | return getCurrentContext().getConfig()->allowThrows(); |
nothing calls this directly
no test coverage detected