Uses of Class
org.sonar.plugins.python.xunit.TestSuite

Packages that use TestSuite
org.sonar.plugins.python.xunit   
 

Uses of TestSuite in org.sonar.plugins.python.xunit
 

Methods in org.sonar.plugins.python.xunit that return TestSuite
 TestSuite TestSuite.addMeasures(TestSuite ts)
          Adds the measures contained by the given test suite to this test suite
 

Methods in org.sonar.plugins.python.xunit that return types with arguments of type TestSuite
 Collection<TestSuite> TestSuiteParser.getParsedReports()
          Returns successfully parsed reports as a collection of TestSuite objects.
 

Methods in org.sonar.plugins.python.xunit with parameters of type TestSuite
 TestSuite TestSuite.addMeasures(TestSuite ts)
          Adds the measures contained by the given test suite to this test suite
 



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