Searched refs:stdOutForSuite (Results 1 – 4 of 4) sorted by relevance
83 stdOutForSuite.clear(); in testGroupStarting()100 stdOutForSuite += testCaseStats.stdOut; in testCaseEnded()149 xml.scopedElement( "system-out" ).writeText( trim( stdOutForSuite ), false ); in writeGroup()
53 std::string stdOutForSuite; variable
9294 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
5711 std::string stdOutForSuite; member in Catch::JunitReporter14065 stdOutForSuite.clear(); in testGroupStarting()14082 stdOutForSuite += testCaseStats.stdOut; in testCaseEnded()14131 xml.scopedElement( "system-out" ).writeText( trim( stdOutForSuite ), false ); in writeGroup()