Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5510 std::string stdOut; member
5766 std::string stdOut; member
5863 m_deepestSection->stdOut = testCaseStats.stdOut; in testCaseEnded()
10960 stdOut( _stdOut ), in TestCaseStats()
16541 stdOutForSuite += testCaseStats.stdOut; in testCaseEnded()
16624 !sectionNode.stdOut.empty() || in writeSection()
16639 if( !sectionNode.stdOut.empty() ) in writeSection()
16640 … xml.scopedElement( "system-out" ).writeText( trim( sectionNode.stdOut ), XmlFormatting::Newline ); in writeSection()
17059 if( !testCaseStats.stdOut.empty() ) in testCaseEnded()
17060 … m_xml.scopedElement( "StdOut" ).writeText( trim( testCaseStats.stdOut ), XmlFormatting::Newline ); in testCaseEnded()