Uses of Class
org.sonar.plugins.python.xunit.TestSuite
-
Packages that use TestSuite Package Description org.sonar.plugins.python.xunit -
-
Uses of TestSuite in org.sonar.plugins.python.xunit
Methods in org.sonar.plugins.python.xunit that return types with arguments of type TestSuite Modifier and Type Method Description Collection<TestSuite>TestSuiteParser. getParsedReports()Returns successfully parsed reports as a collection of TestSuite objects.
-