Home
last modified time | relevance | path

Searched refs:getTestMacroName (Results 1 – 8 of 8) sorted by relevance

/external/catch2/include/internal/
Dcatch_assertionresult.h50 StringRef getTestMacroName() const;
Dcatch_assertionresult.cpp94 StringRef AssertionResult::getTestMacroName() const { in getTestMacroName() function in Catch::AssertionResult
Dcatch_interfaces_reporter.cpp45 …MessageBuilder builder( assertionResult.getTestMacroName(), assertionResult.getSourceInfo(), asser… in AssertionStats()
/external/catch2/include/reporters/
Dcatch_reporter_xml.cpp123 .writeAttribute( "type", result.getTestMacroName() ); in assertionEnded()
Dcatch_reporter_junit.cpp239 xml.writeAttribute( "type", result.getTestMacroName() ); in writeAssertion()
/external/catch2/examples/
D210-Evt-EventListeners.cpp274 os << ws(level+1) << "- getTestMacroName(): '" << info.getTestMacroName() << "'\n"; in print()
/external/bcc/tests/cc/
Dcatch.hpp873 std::string getTestMacroName() const;
5111 …MessageBuilder builder( assertionResult.getTestMacroName(), assertionResult.getSourceInfo(), asser… in AssertionStats()
7292 std::string AssertionResult::getTestMacroName() const { in getTestMacroName() function in Catch::AssertionResult
9163 .writeAttribute( "type", assertionResult.getTestMacroName() ) in assertionEnded()
9443 xml.writeAttribute( "type", result.getTestMacroName() ); in writeAssertion()
/external/catch2/single_include/catch2/
Dcatch.hpp4785 StringRef getTestMacroName() const;
6443 StringRef AssertionResult::getTestMacroName() const { in getTestMacroName() function in Catch::AssertionResult
8946 …MessageBuilder builder( assertionResult.getTestMacroName(), assertionResult.getSourceInfo(), asser… in AssertionStats()
14163 xml.writeAttribute( "type", result.getTestMacroName() ); in writeAssertion()
14424 .writeAttribute( "type", result.getTestMacroName() ); in assertionEnded()