Searched refs:scopedElement (Results 1 – 1 of 1) sorted by relevance
6216 …ScopedElement scopedElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline |…15331 … XmlWriter::ScopedElement XmlWriter::scopedElement( std::string const& name, XmlFormatting fmt ) { in scopedElement() function in Catch::XmlWriter16557 XmlWriter::ScopedElement e = xml.scopedElement( "testsuite" ); in writeGroup()16573 auto properties = xml.scopedElement("properties"); in writeGroup()16575 xml.scopedElement("property") in writeGroup()16580 xml.scopedElement("property") in writeGroup()16590 … xml.scopedElement( "system-out" ).writeText( trim( stdOutForSuite ), XmlFormatting::Newline ); in writeGroup()16591 … xml.scopedElement( "system-err" ).writeText( trim( stdErrForSuite ), XmlFormatting::Newline ); in writeGroup()16626 XmlWriter::ScopedElement e = xml.scopedElement( "testcase" ); in writeSection()16640 … xml.scopedElement( "system-out" ).writeText( trim( sectionNode.stdOut ), XmlFormatting::Newline ); in writeSection()[all …]