Searched refs:getExpandedExpression (Results 1 – 1 of 1) sorted by relevance
5347 std::string getExpandedExpression() const;8279 return hasExpression() && getExpandedExpression() != getExpression(); in hasExpandedExpression()8282 std::string AssertionResult::getExpandedExpression() const { in getExpandedExpression() function in Catch::AssertionResult15434 result.getExpandedExpression(); in prepareExpandedExpression()15672 stream << result.getExpandedExpression(); in printReconstructedExpression()15901 stream << Column(result.getExpandedExpression()).indent(2) << '\n'; in printReconstructedExpression()16701 rss << Column(result.getExpandedExpression()).indent(2) << '\n'; in writeAssertion()16996 .writeText( result.getExpandedExpression() ); in assertionEnded()