| 7919 | m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); |
| 7920 | } |
| 7921 | void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const& message) { |
| 7922 | m_resultCapture.handleMessage( m_assertionInfo, resultType, message, m_reaction ); |
| 7923 | } |
| 7924 | |
| 7925 | auto AssertionHandler::allowThrows() const -> bool { |
| 7926 | return getCurrentContext().getConfig()->allowThrows(); |
nothing calls this directly
no test coverage detected