|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A CaseSpec is the specification of a test case, consists of case
name and method specifications.
The framework will run the test case according this specification.
A CaseSpec should contains at least one test method.
| Method Summary | |
String[] |
getDependencies()
Returns all cases that depended by this test case. |
MethodSpec[] |
getMethods()
Returns all test method specs of this case spec. |
String |
getName()
Get the name of the test case. |
String |
getUID()
Get the uid (User defined ID) of the test case. |
| Method Detail |
public String getName()
public String getUID()
public MethodSpec[] getMethods()
public String[] getDependencies()
|
Jetif v1.8.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||