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

Method handleExpr

extlibs/catch/include/catch/catch.hpp:7918–7920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7916 {}
7917
7918 void AssertionHandler::handleExpr( ITransientExpression const& expr ) {
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 }

Callers 1

handleExceptionMatchExprFunction · 0.45

Calls 3

isFalseTestFunction · 0.85
getResultMethod · 0.80
assertionStartingMethod · 0.45

Tested by

no test coverage detected