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

Method hasExpandedExpression

lib/catch2/catch.hpp:8364–8366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8362 }
8363
8364 bool AssertionResult::hasExpandedExpression() const {
8365 return hasExpression() && getExpandedExpression() != getExpression();
8366 }
8367
8368 std::string AssertionResult::getExpandedExpression() const {
8369 std::string expr = m_resultData.reconstructExpression();

Callers 3

writeAssertionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected