MCPcopy Create free account
hub / github.com/apache/trafficserver / handleExpr

Method handleExpr

lib/catch2/catch.hpp:8231–8233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8229 {}
8230
8231 void AssertionHandler::handleExpr( ITransientExpression const& expr ) {
8232 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction );
8233 }
8234 void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const& message) {
8235 m_resultCapture.handleMessage( m_assertionInfo, resultType, message, m_reaction );
8236 }

Callers 1

handleExceptionMatchExprFunction · 0.45

Calls 3

isFalseTestFunction · 0.85
assertionStartingMethod · 0.45
getResultMethod · 0.45

Tested by

no test coverage detected