Home
last modified time | relevance | path

Searched refs:stdOutForSuite (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_junit.cpp83 stdOutForSuite.clear(); in testGroupStarting()
100 stdOutForSuite += testCaseStats.stdOut; in testCaseEnded()
149 xml.scopedElement( "system-out" ).writeText( trim( stdOutForSuite ), false ); in writeGroup()
Dcatch_reporter_junit.h53 std::string stdOutForSuite; variable
/external/bcc/tests/cc/
Dcatch.hpp9294 stdOutForSuite.str(""); in testGroupStarting()
9307 stdOutForSuite << testCaseStats.stdOut; in testCaseEnded()
9343 xml.scopedElement( "system-out" ).writeText( trim( stdOutForSuite.str() ), false ); in writeGroup()
9463 std::ostringstream stdOutForSuite; member in Catch::JunitReporter
/external/catch2/single_include/catch2/
Dcatch.hpp5711 std::string stdOutForSuite; member in Catch::JunitReporter
14065 stdOutForSuite.clear(); in testGroupStarting()
14082 stdOutForSuite += testCaseStats.stdOut; in testCaseEnded()
14131 xml.scopedElement( "system-out" ).writeText( trim( stdOutForSuite ), false ); in writeGroup()