public class TestSuiteParser extends Object implements org.sonar.api.utils.StaxParser.XmlStreamHandler
| Constructor and Description |
|---|
TestSuiteParser() |
| Modifier and Type | Method and Description |
|---|---|
Collection<TestSuite> |
getParsedReports()
Returns successfully parsed reports as a collection of TestSuite objects.
|
void |
stream(org.codehaus.staxmate.in.SMHierarchicCursor rootCursor) |
public void stream(org.codehaus.staxmate.in.SMHierarchicCursor rootCursor)
throws XMLStreamException
stream in interface org.sonar.api.utils.StaxParser.XmlStreamHandlerXMLStreamExceptionpublic Collection<TestSuite> getParsedReports()
Copyright © 2011–2015 SonarSource and Waleri Enns. All rights reserved.