Home
last modified time | relevance | path

Searched refs:getExpandedExpression (Results 1 – 14 of 14) sorted by relevance

/external/catch2/include/internal/
Dcatch_assertionresult.cpp77 return hasExpression() && getExpandedExpression() != getExpression(); in hasExpandedExpression()
80 std::string AssertionResult::getExpandedExpression() const { in getExpandedExpression() function in Catch::AssertionResult
Dcatch_assertionresult.h47 std::string getExpandedExpression() const;
/external/catch2/include/reporters/
Dcatch_reporter_bases.cpp21 result.getExpandedExpression(); in prepareExpandedExpression()
Dcatch_reporter_tap.hpp188 std::string expr = result.getExpandedExpression(); in printReconstructedExpression()
Dcatch_reporter_teamcity.hpp119 " " << result.getExpandedExpression() << "\n"; in assertionEnded()
Dcatch_reporter_xml.cpp130 .writeText( result.getExpandedExpression() ); in assertionEnded()
Dcatch_reporter_compact.cpp197 stream << result.getExpandedExpression(); in printReconstructedExpression()
Dcatch_reporter_junit.cpp238 xml.writeAttribute( "message", result.getExpandedExpression() ); in writeAssertion()
Dcatch_reporter_console.cpp142 stream << Column(result.getExpandedExpression()).indent(2) << '\n'; in printReconstructedExpression()
/external/catch2/single_include/catch2/
Dcatch_reporter_tap.hpp188 std::string expr = result.getExpandedExpression(); in printReconstructedExpression()
Dcatch_reporter_teamcity.hpp119 " " << result.getExpandedExpression() << "\n"; in assertionEnded()
Dcatch.hpp4782 std::string getExpandedExpression() const;
6426 return hasExpression() && getExpandedExpression() != getExpression(); in hasExpandedExpression()
6429 std::string AssertionResult::getExpandedExpression() const { in getExpandedExpression() function in Catch::AssertionResult
13002 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()
/external/catch2/examples/
D210-Evt-EventListeners.cpp271 << ws(level+1) << "- getExpandedExpression(): " << info.getExpandedExpression() << "'\n" in print()
/external/bcc/tests/cc/
Dcatch.hpp870 std::string getExpandedExpression() const;
7278 return hasExpression() && getExpandedExpression() != getExpression(); in hasExpandedExpression()
7281 std::string AssertionResult::getExpandedExpression() const { in getExpandedExpression() function in Catch::AssertionResult
9170 .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()