Searched refs:getExpandedExpression (Results 1 – 1 of 1) sorted by relevance
870 std::string getExpandedExpression() const;7278 return hasExpression() && getExpandedExpression() != getExpression(); in hasExpandedExpression()7281 std::string AssertionResult::getExpandedExpression() const { in getExpandedExpression() function in Catch::AssertionResult9170 .writeText( assertionResult.getExpandedExpression() ); in assertionEnded()9442 xml.writeAttribute( "message", result.getExpandedExpression() ); in writeAssertion()9672 … stream << Text( result.getExpandedExpression(), TextAttributes().setIndent(2) ) << "\n"; in printReconstructedExpression()10095 stream << result.getExpandedExpression(); in printReconstructedExpression()