Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_xml.cpp24 m_xml(_config.stream()) in XmlReporter()
41 m_xml in writeSourceInfo()
54 m_xml.writeStylesheetRef( stylesheetRef ); in testRunStarting()
55 m_xml.startElement( "Catch" ); in testRunStarting()
57 m_xml.writeAttribute( "name", m_config->name() ); in testRunStarting()
59 m_xml.scopedElement( "Randomness" ) in testRunStarting()
65 m_xml.startElement( "Group" ) in testGroupStarting()
71 m_xml.startElement( "TestCase" ) in testCaseStarting()
80 m_xml.ensureTagClosed(); in testCaseStarting()
86 m_xml.startElement( "Section" ) in sectionStarting()
[all …]
Dcatch_reporter_xml.h55 XmlWriter m_xml; variable
/external/catch2/single_include/catch2/
Dcatch.hpp5742 XmlWriter m_xml; member in Catch::XmlReporter
14326 m_xml(_config.stream()) in XmlReporter()
14343 m_xml in writeSourceInfo()
14356 m_xml.writeStylesheetRef( stylesheetRef ); in testRunStarting()
14357 m_xml.startElement( "Catch" ); in testRunStarting()
14359 m_xml.writeAttribute( "name", m_config->name() ); in testRunStarting()
14361 m_xml.scopedElement( "Randomness" ) in testRunStarting()
14367 m_xml.startElement( "Group" ) in testGroupStarting()
14373 m_xml.startElement( "TestCase" ) in testCaseStarting()
14382 m_xml.ensureTagClosed(); in testCaseStarting()
[all …]
/external/bcc/tests/cc/
Dcatch.hpp9106 m_xml.setStream( stream ); in testRunStarting()
9107 m_xml.startElement( "Catch" ); in testRunStarting()
9109 m_xml.writeAttribute( "name", m_config->name() ); in testRunStarting()
9114 m_xml.startElement( "Group" ) in testGroupStarting()
9120 m_xml.startElement( "TestCase" ).writeAttribute( "name", trim( testInfo.name ) ); in testCaseStarting()
9129 m_xml.startElement( "Section" ) in sectionStarting()
9146 m_xml.scopedElement( "Info" ) in assertionEnded()
9149 m_xml.scopedElement( "Warning" ) in assertionEnded()
9161 m_xml.startElement( "Expression" ) in assertionEnded()
9167 m_xml.scopedElement( "Original" ) in assertionEnded()
[all …]