Searched refs:scopedElement (Results 1 – 6 of 6) sorted by relevance
/external/catch2/include/reporters/ |
D | catch_reporter_xml.cpp | 59 m_xml.scopedElement( "Randomness" ) in testRunStarting() 105 m_xml.scopedElement( "Info" ) in assertionEnded() 108 m_xml.scopedElement( "Warning" ) in assertionEnded() 127 m_xml.scopedElement( "Original" ) in assertionEnded() 129 m_xml.scopedElement( "Expanded" ) in assertionEnded() 148 m_xml.scopedElement( "Info" ) in assertionEnded() 173 XmlWriter::ScopedElement e = m_xml.scopedElement( "OverallResults" ); in sectionEnded() 187 XmlWriter::ScopedElement e = m_xml.scopedElement( "OverallResult" ); in testCaseEnded() 194 m_xml.scopedElement( "StdOut" ).writeText( trim( testCaseStats.stdOut ), false ); in testCaseEnded() 196 m_xml.scopedElement( "StdErr" ).writeText( trim( testCaseStats.stdErr ), false ); in testCaseEnded() [all …]
|
D | catch_reporter_junit.cpp | 81 xml.scopedElement( "property" ) in testRunStarting() 123 XmlWriter::ScopedElement e = xml.scopedElement( "testsuite" ); in writeGroup() 140 xml.scopedElement( "system-out" ).writeText( trim( stdOutForSuite ), false ); in writeGroup() 141 xml.scopedElement( "system-err" ).writeText( trim( stdErrForSuite ), false ); in writeGroup() 176 XmlWriter::ScopedElement e = xml.scopedElement( "testcase" ); in writeSection() 190 xml.scopedElement( "system-out" ).writeText( trim( sectionNode.stdOut ), false ); in writeSection() 192 xml.scopedElement( "system-err" ).writeText( trim( sectionNode.stdErr ), false ); in writeSection() 236 XmlWriter::ScopedElement e = xml.scopedElement( elementName ); in writeAssertion()
|
/external/catch2/include/internal/ |
D | catch_xmlwriter.h | 65 ScopedElement scopedElement( std::string const& name );
|
D | catch_xmlwriter.cpp | 208 XmlWriter::ScopedElement XmlWriter::scopedElement( std::string const& name ) { 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/catch2/single_include/catch2/ |
D | catch.hpp | 5613 ScopedElement scopedElement( std::string const& name ); 12912 XmlWriter::ScopedElement XmlWriter::scopedElement( std::string const& name ) { in scopedElement() function in Catch::XmlWriter 14005 xml.scopedElement( "property" ) in testRunStarting() 14047 XmlWriter::ScopedElement e = xml.scopedElement( "testsuite" ); in writeGroup() 14064 xml.scopedElement( "system-out" ).writeText( trim( stdOutForSuite ), false ); in writeGroup() 14065 xml.scopedElement( "system-err" ).writeText( trim( stdErrForSuite ), false ); in writeGroup() 14100 XmlWriter::ScopedElement e = xml.scopedElement( "testcase" ); in writeSection() 14114 xml.scopedElement( "system-out" ).writeText( trim( sectionNode.stdOut ), false ); in writeSection() 14116 xml.scopedElement( "system-err" ).writeText( trim( sectionNode.stdErr ), false ); in writeSection() 14160 XmlWriter::ScopedElement e = xml.scopedElement( elementName ); in writeAssertion() [all …]
|