| 6103 | m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction ); |
| 6104 | } |
| 6105 | void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const& message) { |
| 6106 | m_resultCapture.handleMessage( m_assertionInfo, resultType, message, m_reaction ); |
| 6107 | } |
| 6108 | |
| 6109 | auto AssertionHandler::allowThrows() const -> bool { |
| 6110 | return getCurrentContext().getConfig()->allowThrows(); |
nothing calls this directly
no test coverage detected