MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / handleExpr

Method handleExpr

extern/Catch2/catch.hpp:8229–8231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

handleExceptionMatchExprFunction · 0.45

Calls 3

isFalseTestFunction · 0.85
getResultMethod · 0.80
assertionStartingMethod · 0.45

Tested by

no test coverage detected