Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_junit.cpp91 stdErrForSuite.clear(); in testGroupStarting()
108 stdErrForSuite += testCaseStats.stdErr; in testCaseEnded()
141 xml.scopedElement( "system-err" ).writeText( trim( stdErrForSuite ), false ); in writeGroup()
Dcatch_reporter_junit.h54 std::string stdErrForSuite; variable
/external/bcc/tests/cc/
Dcatch.hpp9295 stdErrForSuite.str(""); in testGroupStarting()
9308 stdErrForSuite << testCaseStats.stdErr; in testCaseEnded()
9344 xml.scopedElement( "system-err" ).writeText( trim( stdErrForSuite.str() ), false ); in writeGroup()
9464 std::ostringstream stdErrForSuite; member in Catch::JunitReporter
/external/catch2/single_include/catch2/
Dcatch.hpp5693 std::string stdErrForSuite; member in Catch::JunitReporter
14015 stdErrForSuite.clear(); in testGroupStarting()
14032 stdErrForSuite += testCaseStats.stdErr; in testCaseEnded()
14065 xml.scopedElement( "system-err" ).writeText( trim( stdErrForSuite ), false ); in writeGroup()