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

Method handleExpr

unittests/catch.hpp:5006–5008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5004 {}
5005
5006 void AssertionHandler::handleExpr( ITransientExpression const& expr ) {
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 }

Callers 1

handleExceptionMatchExprFunction · 0.45

Calls 3

isFalseTestFunction · 0.85
getResultMethod · 0.80
assertionStartingMethod · 0.45

Tested by

no test coverage detected