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

Method getExpandedExpression

extlibs/catch/include/catch/catch.hpp:8049–8054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8047 }
8048
8049 std::string AssertionResult::getExpandedExpression() const {
8050 std::string expr = m_resultData.reconstructExpression();
8051 return expr.empty()
8052 ? getExpression()
8053 : expr;
8054 }
8055
8056 std::string AssertionResult::getMessage() const {
8057 return m_resultData.message;

Callers 5

writeAssertionMethod · 0.80
assertionEndedMethod · 0.80

Calls 2

reconstructExpressionMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected