|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JTestCaseException | |
|---|---|
| org.jtestcase | |
| org.jtestcase.core.asserter | |
| org.jtestcase.core.mapping | |
| Uses of JTestCaseException in org.jtestcase |
|---|
| Methods in org.jtestcase that throw JTestCaseException | |
|---|---|
boolean |
TestCaseInstance.assertTestVariable(java.lang.String varName,
java.lang.Object varValue)
Asserts a given varible's value against its expected value by using expected action. |
java.util.Hashtable |
JTestCase.getControlParams()
Retrieves all control parameters. |
int |
JTestCase.getCountOfTestCasesInMethod(java.lang.String methodName)
Get number of test cases for a given method. |
java.util.Locale |
JTestCase.getGlobalParamLocale()
Helps setting the Locale for DateFormats |
java.util.Hashtable |
JTestCase.getGlobalParams()
Retrieves all global (class-wide) params into Hashtable. |
java.util.Vector |
JTestCaseUtil.getNameOfTestCases(JTestCase jtestcase)
Returns the identifiers of all testcases (in all methods) in this JTestCase instance |
java.util.Vector |
JTestCaseUtil.getNameOfTestCases(java.lang.String methodName)
Deprecated. |
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. |
java.util.HashMap |
TestCaseInstance.getTestCaseParams()
Get all params for a given TestCaseInstance. |
java.util.Vector |
JTestCase.getTestCasesInstancesInMethod(java.lang.String methodName)
Get all test cases' name for a given method into Vector. |
| Constructors in org.jtestcase that throw JTestCaseException | |
|---|---|
JTestCase(java.lang.String fileName,
java.lang.String className)
Constructed from full file name and class name. |
|
| Uses of JTestCaseException in org.jtestcase.core.asserter |
|---|
| Methods in org.jtestcase.core.asserter that throw JTestCaseException | |
|---|---|
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. |
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 JTestCaseException in org.jtestcase.core.mapping |
|---|
| Methods in org.jtestcase.core.mapping that throw JTestCaseException | |
|---|---|
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. |
java.util.HashMap |
HashMapper.getTestCaseParams(java.lang.String className,
java.lang.String method,
java.lang.String testcase)
Get all params for a given TestCaseInstance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||