Package org.sonar.plugins.python.xunit
Class TestSuiteParser
- java.lang.Object
-
- org.sonar.plugins.python.xunit.TestSuiteParser
-
- All Implemented Interfaces:
StaxParser.XmlStreamHandler
public class TestSuiteParser extends Object implements StaxParser.XmlStreamHandler
-
-
Constructor Summary
Constructors Constructor Description TestSuiteParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<TestSuite>getParsedReports()Returns successfully parsed reports as a collection of TestSuite objects.voidstream(org.codehaus.staxmate.in.SMHierarchicCursor rootCursor)
-
-
-
Method Detail
-
stream
public void stream(org.codehaus.staxmate.in.SMHierarchicCursor rootCursor) throws XMLStreamException- Specified by:
streamin interfaceStaxParser.XmlStreamHandler- Throws:
XMLStreamException
-
getParsedReports
public Collection<TestSuite> getParsedReports()
Returns successfully parsed reports as a collection of TestSuite objects.
-
-