Uses of Class
org.sonar.plugins.python.xunit.TestCase
-
Packages that use TestCase Package Description org.sonar.plugins.python.xunit -
-
Uses of TestCase in org.sonar.plugins.python.xunit
Methods in org.sonar.plugins.python.xunit that return types with arguments of type TestCase Modifier and Type Method Description List<TestCase>TestSuite. getTestCases()Methods in org.sonar.plugins.python.xunit with parameters of type TestCase Modifier and Type Method Description voidTestResult. addTestCase(TestCase tc)voidTestSuite. addTestCase(TestCase tc)
-