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

Method getExpandedExpression

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

Source from the content-addressed store, hash-verified

8280 }
8281
8282 std::string AssertionResult::getExpandedExpression() const {
8283 std::string expr = m_resultData.reconstructExpression();
8284 return expr.empty()
8285 ? getExpression()
8286 : expr;
8287 }
8288
8289 std::string AssertionResult::getMessage() const {
8290 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