| 5007 | m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); |
| 5008 | } |
| 5009 | void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const& message) { |
| 5010 | m_resultCapture.handleMessage( m_assertionInfo, resultType, message, m_reaction ); |
| 5011 | } |
| 5012 | |
| 5013 | auto AssertionHandler::allowThrows() const -> bool { |
| 5014 | return getCurrentContext().getConfig()->allowThrows(); |
nothing calls this directly
no test coverage detected