MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / handleExpr

Method handleExpr

Bcore/src/main/cpp/Dobby/tests/catch.hpp:4808–4810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4806}
4807
4808void AssertionHandler::handleExpr(ITransientExpression const &expr) {
4809 m_resultCapture.handleExpr(m_assertionInfo, expr, m_reaction);
4810}
4811void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const &message) {
4812 m_resultCapture.handleMessage(m_assertionInfo, resultType, message, m_reaction);
4813}

Callers 1

handleExceptionMatchExprFunction · 0.45

Calls 3

isFalseTestFunction · 0.85
getResultMethod · 0.80
assertionStartingMethod · 0.45

Tested by

no test coverage detected