Package org.sonar.plugins.python.xunit
Class TestSuiteParser
java.lang.Object
org.sonar.plugins.python.xunit.TestSuiteParser
- All Implemented Interfaces:
StaxParser.XmlStreamHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns successfully parsed reports as a collection of TestSuite objects.void
stream
(org.codehaus.staxmate.in.SMHierarchicCursor rootCursor)
-
Constructor Details
-
TestSuiteParser
public TestSuiteParser()
-
-
Method Details
-
stream
public void stream(org.codehaus.staxmate.in.SMHierarchicCursor rootCursor) throws XMLStreamException - Specified by:
stream
in interfaceStaxParser.XmlStreamHandler
- Throws:
XMLStreamException
-
getParsedReports
Returns successfully parsed reports as a collection of TestSuite objects.
-