Searched refs:stdOut (Results 1 – 13 of 13) sorted by relevance
/external/catch2/include/reporters/ |
D | catch_reporter_junit.cpp | 101 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()
|
D | catch_reporter_bases.hpp | 129 std::string stdOut; member 227 m_deepestSection->stdOut = testCaseStats.stdOut; in testCaseEnded()
|
D | catch_reporter_teamcity.hpp | 155 if( !testCaseStats.stdOut.empty() ) in testCaseEnded() 158 << "' out='" << escape( testCaseStats.stdOut ) << "']\n"; in testCaseEnded()
|
D | catch_reporter_xml.cpp | 195 if( !testCaseStats.stdOut.empty() ) in testCaseEnded() 196 … m_xml.scopedElement( "StdOut" ).writeText( trim( testCaseStats.stdOut ), XmlFormatting::Newline ); in testCaseEnded()
|
D | catch_reporter_sonarqube.hpp | 88 …if(!sectionNode.assertions.empty() || !sectionNode.stdOut.empty() || !sectionNode.stdErr.empty()) { in writeSection()
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_teamcity.hpp | 155 if( !testCaseStats.stdOut.empty() ) in testCaseEnded() 158 << "' out='" << escape( testCaseStats.stdOut ) << "']\n"; in testCaseEnded()
|
D | catch_reporter_sonarqube.hpp | 88 …if(!sectionNode.assertions.empty() || !sectionNode.stdOut.empty() || !sectionNode.stdErr.empty()) { in writeSection()
|
D | catch.hpp | 5531 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/ |
D | catch_interfaces_reporter.cpp | 75 stdOut( _stdOut ), in TestCaseStats()
|
D | catch_interfaces_reporter.h | 130 std::string stdOut; member
|
/external/catch2/examples/ |
D | 210-Evt-EventListeners.cpp | 177 os << ws(level+1) << "- stdOut: " << info.stdOut << "\n" in print()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5164 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/ |
D | catch.hpp | 5564 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()
|