|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtestcase.JTestCaseUtil
public class JTestCaseUtil
Utility class for JTestCase instances
Constructor Summary | |
---|---|
JTestCaseUtil(JTestCase jtestcase)
|
Method Summary | |
---|---|
java.util.Vector |
getNameOfTestCases(JTestCase jtestcase)
Returns the identifiers of all testcases (in all methods) in this JTestCase instance |
java.util.Vector |
getNameOfTestCases(java.lang.String methodName)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JTestCaseUtil(JTestCase jtestcase)
Method Detail |
---|
public java.util.Vector getNameOfTestCases(JTestCase jtestcase) throws JTestCaseException
JTestCaseException
- if an internal error occurspublic java.util.Vector getNameOfTestCases(java.lang.String methodName) throws JTestCaseException
methodName
- -
name of tested method. Defined in data file in
/tests/class/method@test-case.
JTestCaseException
- if an internal error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |