Lines Matching refs:scopedElement
8970 ScopedElement scopedElement( std::string const& name ) { in scopedElement() function in Catch::XmlWriter
9146 m_xml.scopedElement( "Info" ) in assertionEnded()
9149 m_xml.scopedElement( "Warning" ) in assertionEnded()
9167 m_xml.scopedElement( "Original" ) in assertionEnded()
9169 m_xml.scopedElement( "Expanded" ) in assertionEnded()
9176 m_xml.scopedElement( "Exception" ) in assertionEnded()
9182 m_xml.scopedElement( "Fatal Error Condition" ) in assertionEnded()
9188 m_xml.scopedElement( "Info" ) in assertionEnded()
9195 m_xml.scopedElement( "Failure" ) in assertionEnded()
9211 XmlWriter::ScopedElement e = m_xml.scopedElement( "OverallResults" ); in sectionEnded()
9225 XmlWriter::ScopedElement e = m_xml.scopedElement( "OverallResult" ); in testCaseEnded()
9237 m_xml.scopedElement( "OverallResults" ) in testGroupEnded()
9246 m_xml.scopedElement( "OverallResults" ) in testRunEnded()
9323 XmlWriter::ScopedElement e = xml.scopedElement( "testsuite" ); in writeGroup()
9343 xml.scopedElement( "system-out" ).writeText( trim( stdOutForSuite.str() ), false ); in writeGroup()
9344 xml.scopedElement( "system-err" ).writeText( trim( stdErrForSuite.str() ), false ); in writeGroup()
9374 XmlWriter::ScopedElement e = xml.scopedElement( "testcase" ); in writeSection()
9388 … xml.scopedElement( "system-out" ).writeText( trim( sectionNode.stdOut ), false ); in writeSection()
9390 … xml.scopedElement( "system-err" ).writeText( trim( sectionNode.stdErr ), false ); in writeSection()
9440 XmlWriter::ScopedElement e = xml.scopedElement( elementName ); in writeAssertion()