Uses of Class
org.jtestcase.util.MultiKeyHashtable

Packages that use MultiKeyHashtable
org.jtestcase   
org.jtestcase.core.asserter   
org.jtestcase.core.mapping   
org.jtestcase.util   
 

Uses of MultiKeyHashtable in org.jtestcase
 

Methods in org.jtestcase that return MultiKeyHashtable
 MultiKeyHashtable TestCaseInstance.getTestCaseAssertParams()
          Get all assert params for a given method and its test case value into Hashtable.
 MultiKeyHashtable TestCaseInstance.getTestCaseAssertValues()
          Get all assert values for a given method and its test case value into Hashtable.
 

Uses of MultiKeyHashtable in org.jtestcase.core.asserter
 

Methods in org.jtestcase.core.asserter that return MultiKeyHashtable
 MultiKeyHashtable Asserter.getTestCaseAssertValues(java.lang.String className, java.lang.String method, java.lang.String testcase)
          Get all assert values for a given method and its test case value into Hashtable.
 

Uses of MultiKeyHashtable in org.jtestcase.core.mapping
 

Methods in org.jtestcase.core.mapping that return MultiKeyHashtable
 MultiKeyHashtable HashMapper.getTestCaseAssertParams(java.lang.String className, java.lang.String method, java.lang.String testcase)
          Get all assert params for a given method and its test case value into Hashtable.
 

Uses of MultiKeyHashtable in org.jtestcase.util
 

Methods in org.jtestcase.util with parameters of type MultiKeyHashtable
 void MultiKeyHashtable.putAll(MultiKeyHashtable pHash)
          Copies all of the mappings from the specified MultiKeyHashtable to this MultiKeyHashtable.