Searched refs:startElement (Results 1 – 1 of 1) sorted by relevance
9024 XmlWriter& startElement( std::string const& name ) { in startElement() function in Catch::XmlWriter9036 startElement( name ); in scopedElement()9171 m_xml.startElement( "Catch" ); in testRunStarting()9178 m_xml.startElement( "Group" ) in testGroupStarting()9184 m_xml.startElement( "TestCase" ).writeAttribute( "name", trim( testInfo.name ) ); in testCaseStarting()9193 m_xml.startElement( "Section" ) in sectionStarting()9225 m_xml.startElement( "Expression" ) in assertionEnded()9353 xml.startElement( "testsuites" ); in testRunStarting()