org.sonar.plugins.python.xunit
Class TestSuiteParser

java.lang.Object
  extended by 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


Constructor Summary
TestSuiteParser()
           
 
Method Summary
 Collection<TestSuite> getParsedReports()
          Returns successfully parsed reports as a collection of TestSuite objects.
 void stream(org.codehaus.staxmate.in.SMHierarchicCursor rootCursor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSuiteParser

public TestSuiteParser()
Method Detail

stream

public void stream(org.codehaus.staxmate.in.SMHierarchicCursor rootCursor)
            throws javax.xml.stream.XMLStreamException
Specified by:
stream in interface org.sonar.api.utils.StaxParser.XmlStreamHandler
Throws:
javax.xml.stream.XMLStreamException

getParsedReports

public Collection<TestSuite> getParsedReports()
Returns successfully parsed reports as a collection of TestSuite objects.



Copyright © 2011-2012 SonarSource and Waleri Enns. All Rights Reserved.