Uses of Class
org.jtestcase.JTestCase

Packages that use JTestCase
org.jtestcase   
org.jtestcase.core.digester   
 

Uses of JTestCase in org.jtestcase
 

Methods in org.jtestcase with parameters of type JTestCase
 java.util.Vector JTestCaseUtil.getNameOfTestCases(JTestCase jtestcase)
          Returns the identifiers of all testcases (in all methods) in this JTestCase instance
 

Constructors in org.jtestcase with parameters of type JTestCase
JTestCaseUtil(JTestCase jtestcase)
           
TestCaseInstance(java.lang.String method, java.lang.String testcase, JTestCase jtestcase)
           Constructor with initialization of the member variables.
 

Uses of JTestCase in org.jtestcase.core.digester
 

Methods in org.jtestcase.core.digester with parameters of type JTestCase
 java.util.Vector JTestCaseDigester.getTestCases(java.lang.String className, JTestCase jtestcase)
          Returns all test cases in one XML file.
 

Constructors in org.jtestcase.core.digester with parameters of type JTestCase
JTestCaseDigester(java.lang.String fileName, JTestCase jtestcase)
          Standard constructor.