|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A listener for script execution events.
| Method Summary | |
void |
commandEnded(Command c,
java.lang.Throwable t)
Notify the listener that a command has ended, possibly in error. |
void |
commandStarted(Command c)
Notify the listener that a command has started. |
void |
executionSetEnded(ExecutionSet es)
Notify the listener that the executionSet has ended. |
void |
executionSetStarted(ExecutionSet es)
Notify the listener that the executionSet has started. |
void |
scriptEnded(Script s)
Notify the listener that a script has ended. |
void |
scriptStarted(Script s)
Notify the listener that a script has started. |
| Method Detail |
public void executionSetStarted(ExecutionSet es)
es - the started execution set.public void executionSetEnded(ExecutionSet es)
es - the ended execution set.public void scriptStarted(Script s)
s - the started script.public void scriptEnded(Script s)
s - the ended script.public void commandStarted(Command c)
c - the started command.
public void commandEnded(Command c,
java.lang.Throwable t)
Throwable
will be non null. If t is an instance of AssertionFailedError
it indicates that the command perfomed as expected but a check was unsuccessful, otherwise t
indicates the reason the command ended.
c - the ended commandt - the reason the command ended, or null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||