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

Packages that use TestCase
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
 List<TestCase> TestSuite.getTestCases()
          Returns the testcases contained by this test suite
 

Methods in org.sonar.plugins.python.xunit with parameters of type TestCase
 void TestSuite.addTestCase(TestCase tc)
          Adds the given test case to this testsuite maintaining the internal statistics
 



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