MCPcopy Create free account
hub / github.com/RenderKit/oidn / handleExpr

Method handleExpr

external/catch.hpp:8220–8222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8218 {}
8219
8220 void AssertionHandler::handleExpr( ITransientExpression const& expr ) {
8221 m_resultCapture.handleExpr( m_assertionInfo, expr, m_reaction );
8222 }
8223 void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const& message) {
8224 m_resultCapture.handleMessage( m_assertionInfo, resultType, message, m_reaction );
8225 }

Callers 1

handleExceptionMatchExprFunction · 0.45

Calls 3

isFalseTestFunction · 0.85
getResultMethod · 0.80
assertionStartingMethod · 0.45

Tested by

no test coverage detected