Home
last modified time | relevance | path

Searched refs:stdOut (Results 1 – 13 of 13) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_junit.cpp101 stdOutForSuite += testCaseStats.stdOut; in testCaseEnded()
184 !sectionNode.stdOut.empty() || in writeSection()
199 if( !sectionNode.stdOut.empty() ) in writeSection()
200 … xml.scopedElement( "system-out" ).writeText( trim( sectionNode.stdOut ), XmlFormatting::Newline ); in writeSection()
Dcatch_reporter_bases.hpp129 std::string stdOut; member
227 m_deepestSection->stdOut = testCaseStats.stdOut; in testCaseEnded()
Dcatch_reporter_teamcity.hpp155 if( !testCaseStats.stdOut.empty() ) in testCaseEnded()
158 << "' out='" << escape( testCaseStats.stdOut ) << "']\n"; in testCaseEnded()
Dcatch_reporter_xml.cpp195 if( !testCaseStats.stdOut.empty() ) in testCaseEnded()
196 … m_xml.scopedElement( "StdOut" ).writeText( trim( testCaseStats.stdOut ), XmlFormatting::Newline ); in testCaseEnded()
Dcatch_reporter_sonarqube.hpp88 …if(!sectionNode.assertions.empty() || !sectionNode.stdOut.empty() || !sectionNode.stdErr.empty()) { in writeSection()
/external/catch2/single_include/catch2/
Dcatch_reporter_teamcity.hpp155 if( !testCaseStats.stdOut.empty() ) in testCaseEnded()
158 << "' out='" << escape( testCaseStats.stdOut ) << "']\n"; in testCaseEnded()
Dcatch_reporter_sonarqube.hpp88 …if(!sectionNode.assertions.empty() || !sectionNode.stdOut.empty() || !sectionNode.stdErr.empty()) { in writeSection()
Dcatch.hpp5531 std::string stdOut; member
5787 std::string stdOut; member
5884 m_deepestSection->stdOut = testCaseStats.stdOut; in testCaseEnded()
11008 stdOut( _stdOut ), in TestCaseStats()
16568 stdOutForSuite += testCaseStats.stdOut; in testCaseEnded()
16651 !sectionNode.stdOut.empty() || in writeSection()
16666 if( !sectionNode.stdOut.empty() ) in writeSection()
16667 … xml.scopedElement( "system-out" ).writeText( trim( sectionNode.stdOut ), XmlFormatting::Newline ); in writeSection()
17082 if( !testCaseStats.stdOut.empty() ) in testCaseEnded()
17083 … m_xml.scopedElement( "StdOut" ).writeText( trim( testCaseStats.stdOut ), XmlFormatting::Newline ); in testCaseEnded()
/external/catch2/include/internal/
Dcatch_interfaces_reporter.cpp75 stdOut( _stdOut ), in TestCaseStats()
Dcatch_interfaces_reporter.h130 std::string stdOut; member
/external/catch2/examples/
D210-Evt-EventListeners.cpp177 os << ws(level+1) << "- stdOut: " << info.stdOut << "\n" in print()
/external/bcc/tests/cc/
Dcatch.hpp5164 stdOut( _stdOut ), in TestCaseStats()
5179 std::string stdOut; member
7573 …( TestCaseInfo const& testInfo, Totals const& totals, std::string const& stdOut, std::string const…
7663 testCaseStats.stdOut, in testCaseEnded()
8617 std::string stdOut; member
8700 m_deepestSection->stdOut = testCaseStats.stdOut; in testCaseEnded()
9307 stdOutForSuite << testCaseStats.stdOut; in testCaseEnded()
9372 !sectionNode.stdOut.empty() || in writeSection()
9387 if( !sectionNode.stdOut.empty() ) in writeSection()
9388 … xml.scopedElement( "system-out" ).writeText( trim( sectionNode.stdOut ), false ); in writeSection()
/external/libabigail/tests/lib/
Dcatch.hpp5564 std::string stdOut; member
5823 std::string stdOut; member
5920 m_deepestSection->stdOut = testCaseStats.stdOut; in testCaseEnded()
11070 stdOut( _stdOut ), in TestCaseStats()
16821 stdOutForSuite += testCaseStats.stdOut; in testCaseEnded()
16904 !sectionNode.stdOut.empty() || in writeSection()
16924 if( !sectionNode.stdOut.empty() ) in writeSection()
16925 … xml.scopedElement( "system-out" ).writeText( trim( sectionNode.stdOut ), XmlFormatting::Newline ); in writeSection()
17340 if( !testCaseStats.stdOut.empty() ) in testCaseEnded()
17341 … m_xml.scopedElement( "StdOut" ).writeText( trim( testCaseStats.stdOut ), XmlFormatting::Newline ); in testCaseEnded()