Uses of Class
org.jtestcase.TestCaseInstance

Packages that use TestCaseInstance
org.jtestcase   
org.jtestcase.core.asserter   
 

Uses of TestCaseInstance in org.jtestcase
 

Methods in org.jtestcase with parameters of type TestCaseInstance
 boolean TestCaseInstance.equals(TestCaseInstance other)
          Test for equality
 

Uses of TestCaseInstance in org.jtestcase.core.asserter
 

Methods in org.jtestcase.core.asserter with parameters of type TestCaseInstance
 boolean Asserter.assertParam(java.lang.String className, java.lang.String method, java.lang.String testcase, java.lang.String varName, java.lang.Object varValue, TestCaseInstance tcInstance)
           Asserts a given varible's value against its expected value by using expected action.