MCPcopy Create free account
hub / github.com/apache/trafficserver / getExpandedExpression

Method getExpandedExpression

lib/catch2/catch.hpp:8368–8373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8366 }
8367
8368 std::string AssertionResult::getExpandedExpression() const {
8369 std::string expr = m_resultData.reconstructExpression();
8370 return expr.empty()
8371 ? getExpression()
8372 : expr;
8373 }
8374
8375 std::string AssertionResult::getMessage() const {
8376 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