Searched refs:getExpandedExpression (Results 1 – 14 of 14) sorted by relevance
77 return hasExpression() && getExpandedExpression() != getExpression(); in hasExpandedExpression()80 std::string AssertionResult::getExpandedExpression() const { in getExpandedExpression() function in Catch::AssertionResult
47 std::string getExpandedExpression() const;
21 result.getExpandedExpression(); in prepareExpandedExpression()
188 std::string expr = result.getExpandedExpression(); in printReconstructedExpression()
119 " " << result.getExpandedExpression() << "\n"; in assertionEnded()
130 .writeText( result.getExpandedExpression() ); in assertionEnded()
197 stream << result.getExpandedExpression(); in printReconstructedExpression()
238 xml.writeAttribute( "message", result.getExpandedExpression() ); in writeAssertion()
142 stream << Column(result.getExpandedExpression()).indent(2) << '\n'; in printReconstructedExpression()
4782 std::string getExpandedExpression() const;6426 return hasExpression() && getExpandedExpression() != getExpression(); in hasExpandedExpression()6429 std::string AssertionResult::getExpandedExpression() const { in getExpandedExpression() function in Catch::AssertionResult13002 result.getExpandedExpression(); in prepareExpandedExpression()13225 stream << result.getExpandedExpression(); in printReconstructedExpression()13448 stream << Column(result.getExpandedExpression()).indent(2) << '\n'; in printReconstructedExpression()14162 xml.writeAttribute( "message", result.getExpandedExpression() ); in writeAssertion()14431 .writeText( result.getExpandedExpression() ); in assertionEnded()
271 << ws(level+1) << "- getExpandedExpression(): " << info.getExpandedExpression() << "'\n" in print()
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()