|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Two things have to be done: Collecting all testscripts from the implementing class and all it's owned other classes (e.g. superclasses) and starting the test.
Method Summary | |
java.lang.Object[][] |
getTestScript()
Shall Returns the Test-Script for this Class and all the Testscripts from other classes. |
boolean |
testIt(java.lang.Object local_handle)
calls the Test - Object. |
Method Detail |
public java.lang.Object[][] getTestScript()
e.g. return TESTSCRIPT
public boolean testIt(java.lang.Object local_handle)
e.g. return Test.testIt(this.getClass().getName(), getTestScript());
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |