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

Method getExpandedExpression

unittests/catch.hpp:5132–5137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5130 }
5131
5132 std::string AssertionResult::getExpandedExpression() const {
5133 std::string expr = m_resultData.reconstructExpression();
5134 return expr.empty()
5135 ? getExpression()
5136 : expr;
5137 }
5138
5139 std::string AssertionResult::getMessage() const {
5140 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