Searched refs:stdErrForSuite (Results 1 – 4 of 4) sorted by relevance
91 stdErrForSuite.clear(); in testGroupStarting()108 stdErrForSuite += testCaseStats.stdErr; in testCaseEnded()141 xml.scopedElement( "system-err" ).writeText( trim( stdErrForSuite ), false ); in writeGroup()
54 std::string stdErrForSuite; variable
9295 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
5693 std::string stdErrForSuite; member in Catch::JunitReporter14015 stdErrForSuite.clear(); in testGroupStarting()14032 stdErrForSuite += testCaseStats.stdErr; in testCaseEnded()14065 xml.scopedElement( "system-err" ).writeText( trim( stdErrForSuite ), false ); in writeGroup()