Uses of Class
org.sonar.plugins.python.xunit.TestCase
Packages that use TestCase
-
Uses of TestCase in org.sonar.plugins.python.xunit
Methods in org.sonar.plugins.python.xunit that return types with arguments of type TestCaseMethods in org.sonar.plugins.python.xunit with parameters of type TestCaseModifier and TypeMethodDescriptionvoid
TestResult.addTestCase
(TestCase tc) void
TestSuite.addTestCase
(TestCase tc)