org.sonar.plugins.python.xunit
Class TestSuiteParser
java.lang.Object
org.sonar.plugins.python.xunit.TestSuiteParser
- All Implemented Interfaces:
- org.sonar.api.utils.StaxParser.XmlStreamHandler
public class TestSuiteParser
- extends Object
- implements org.sonar.api.utils.StaxParser.XmlStreamHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestSuiteParser
public TestSuiteParser()
stream
public void stream(org.codehaus.staxmate.in.SMHierarchicCursor rootCursor)
throws XMLStreamException
- Specified by:
stream in interface org.sonar.api.utils.StaxParser.XmlStreamHandler
- Throws:
XMLStreamException
getParsedReports
public Collection<TestSuite> getParsedReports()
- Returns successfully parsed reports as a collection of TestSuite objects.
Copyright © 2011-2014 SonarSource and Waleri Enns. All Rights Reserved.