Searched refs:m_xml (Results 1 – 1 of 1) sorted by relevance
6354 XmlWriter m_xml; member in Catch::XmlReporter16889 m_xml(_config.stream()) in XmlReporter()16906 m_xml in writeSourceInfo()16919 m_xml.writeStylesheetRef( stylesheetRef ); in testRunStarting()16920 m_xml.startElement( "Catch" ); in testRunStarting()16922 m_xml.writeAttribute( "name", m_config->name() ); in testRunStarting()16924 m_xml.writeAttribute( "filters", serializeFilters( m_config->getTestsOrTags() ) ); in testRunStarting()16926 m_xml.scopedElement( "Randomness" ) in testRunStarting()16932 m_xml.startElement( "Group" ) in testGroupStarting()16938 m_xml.startElement( "TestCase" ) in testCaseStarting()[all …]