Searched refs:scopedElement (Results 1 – 9 of 9) sorted by relevance
/external/catch2/include/reporters/ |
D | catch_reporter_xml.cpp | 61 m_xml.scopedElement( "Randomness" ) in testRunStarting() 107 m_xml.scopedElement( "Info" ) in assertionEnded() 110 m_xml.scopedElement( "Warning" ) in assertionEnded() 129 m_xml.scopedElement( "Original" ) in assertionEnded() 131 m_xml.scopedElement( "Expanded" ) in assertionEnded() 150 m_xml.scopedElement( "Info" ) in assertionEnded() 175 XmlWriter::ScopedElement e = m_xml.scopedElement( "OverallResults" ); in sectionEnded() 189 XmlWriter::ScopedElement e = m_xml.scopedElement( "OverallResult" ); in testCaseEnded() 196 … m_xml.scopedElement( "StdOut" ).writeText( trim( testCaseStats.stdOut ), XmlFormatting::Newline ); in testCaseEnded() 198 … m_xml.scopedElement( "StdErr" ).writeText( trim( testCaseStats.stdErr ), XmlFormatting::Newline ); in testCaseEnded() [all …]
|
D | catch_reporter_junit.cpp | 117 XmlWriter::ScopedElement e = xml.scopedElement( "testsuite" ); in writeGroup() 133 auto properties = xml.scopedElement("properties"); in writeGroup() 135 xml.scopedElement("property") in writeGroup() 140 xml.scopedElement("property") in writeGroup() 150 … xml.scopedElement( "system-out" ).writeText( trim( stdOutForSuite ), XmlFormatting::Newline ); in writeGroup() 151 … xml.scopedElement( "system-err" ).writeText( trim( stdErrForSuite ), XmlFormatting::Newline ); in writeGroup() 186 XmlWriter::ScopedElement e = xml.scopedElement( "testcase" ); in writeSection() 200 … xml.scopedElement( "system-out" ).writeText( trim( sectionNode.stdOut ), XmlFormatting::Newline ); in writeSection() 202 … xml.scopedElement( "system-err" ).writeText( trim( sectionNode.stdErr ), XmlFormatting::Newline ); in writeSection() 242 XmlWriter::ScopedElement e = xml.scopedElement( elementName ); in writeAssertion()
|
D | catch_reporter_sonarqube.hpp | 68 XmlWriter::ScopedElement e = xml.scopedElement("file"); in writeTestFile() 89 XmlWriter::ScopedElement e = xml.scopedElement("testCase"); in writeSection() 140 XmlWriter::ScopedElement e = xml.scopedElement(elementName); in writeAssertion()
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_sonarqube.hpp | 68 XmlWriter::ScopedElement e = xml.scopedElement("file"); in writeTestFile() 89 XmlWriter::ScopedElement e = xml.scopedElement("testCase"); in writeSection() 140 XmlWriter::ScopedElement e = xml.scopedElement(elementName); in writeAssertion()
|
D | catch.hpp | 6237 …ScopedElement scopedElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline |… 15360 … XmlWriter::ScopedElement XmlWriter::scopedElement( std::string const& name, XmlFormatting fmt ) { in scopedElement() function in Catch::XmlWriter 16584 XmlWriter::ScopedElement e = xml.scopedElement( "testsuite" ); in writeGroup() 16600 auto properties = xml.scopedElement("properties"); in writeGroup() 16602 xml.scopedElement("property") in writeGroup() 16607 xml.scopedElement("property") in writeGroup() 16617 … xml.scopedElement( "system-out" ).writeText( trim( stdOutForSuite ), XmlFormatting::Newline ); in writeGroup() 16618 … xml.scopedElement( "system-err" ).writeText( trim( stdErrForSuite ), XmlFormatting::Newline ); in writeGroup() 16653 XmlWriter::ScopedElement e = xml.scopedElement( "testcase" ); in writeSection() 16667 … xml.scopedElement( "system-out" ).writeText( trim( sectionNode.stdOut ), XmlFormatting::Newline ); in writeSection() [all …]
|
/external/catch2/include/internal/ |
D | catch_xmlwriter.h | 74 …ScopedElement scopedElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline |…
|
D | catch_xmlwriter.cpp | 243 … XmlWriter::ScopedElement XmlWriter::scopedElement( std::string const& name, XmlFormatting fmt ) { in scopedElement() function in Catch::XmlWriter
|
/external/bcc/tests/cc/ |
D | catch.hpp | 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() [all …]
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 6271 …ScopedElement scopedElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline |… 15604 … XmlWriter::ScopedElement XmlWriter::scopedElement( std::string const& name, XmlFormatting fmt ) { in scopedElement() function in Catch::XmlWriter 16837 XmlWriter::ScopedElement e = xml.scopedElement( "testsuite" ); in writeGroup() 16853 auto properties = xml.scopedElement("properties"); in writeGroup() 16855 xml.scopedElement("property") in writeGroup() 16860 xml.scopedElement("property") in writeGroup() 16870 … xml.scopedElement( "system-out" ).writeText( trim( stdOutForSuite ), XmlFormatting::Newline ); in writeGroup() 16871 … xml.scopedElement( "system-err" ).writeText( trim( stdErrForSuite ), XmlFormatting::Newline ); in writeGroup() 16906 XmlWriter::ScopedElement e = xml.scopedElement( "testcase" ); in writeSection() 16925 … xml.scopedElement( "system-out" ).writeText( trim( sectionNode.stdOut ), XmlFormatting::Newline ); in writeSection() [all …]
|