MCPcopy Create free account
hub / github.com/Profactor/cv-plot / hasExpandedExpression

Method hasExpandedExpression

CvPlot/ext/catch2/inc/catch.hpp:8278–8280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8276 }
8277
8278 bool AssertionResult::hasExpandedExpression() const {
8279 return hasExpression() && getExpandedExpression() != getExpression();
8280 }
8281
8282 std::string AssertionResult::getExpandedExpression() const {
8283 std::string expr = m_resultData.reconstructExpression();

Callers 3

writeAssertionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected