MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / handleMessage

Method handleMessage

unittests/catch.hpp:5009–5011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls 3

LazyExpressionClass · 0.85
isOkMethod · 0.80
assertionStartingMethod · 0.45

Tested by

no test coverage detected