Searched refs:stdErr (Results 1 – 1 of 1) sorted by relevance
5511 std::string stdErr; member5767 std::string stdErr; member5864 m_deepestSection->stdErr = testCaseStats.stdErr; in testCaseEnded()10961 stdErr( _stdErr ), in TestCaseStats()16542 stdErrForSuite += testCaseStats.stdErr; in testCaseEnded()16625 !sectionNode.stdErr.empty() ) { in writeSection()16641 if( !sectionNode.stdErr.empty() ) in writeSection()16642 … xml.scopedElement( "system-err" ).writeText( trim( sectionNode.stdErr ), XmlFormatting::Newline ); in writeSection()17061 if( !testCaseStats.stdErr.empty() ) in testCaseEnded()17062 … m_xml.scopedElement( "StdErr" ).writeText( trim( testCaseStats.stdErr ), XmlFormatting::Newline ); in testCaseEnded()