|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScriptRunListenerService
| Method Summary | |
|---|---|
void |
scriptActionEnded(java.lang.String message)
Script action ended with the specified message parameter. |
void |
scriptActionError(java.lang.String message,
java.lang.String detail)
Script action error with the specified message and detail parameters. |
void |
scriptActionInfo(java.lang.String message)
Script action info with the specified message parameter. |
void |
scriptActionStarted(java.lang.String message)
Script action started with the specified message parameter. |
void |
scriptRunEnded(java.util.Map testStatistics)
Script run ended with the specified test statistics parameter. |
void |
scriptRunError(java.lang.String message,
java.lang.String trace)
Script run error with the specified message and trace parameters. |
void |
scriptRunStarted(TestScriptService script)
Script run started with the specified script parameter. |
| Method Detail |
|---|
void scriptActionEnded(java.lang.String message)
message - The message (String) parameter.
void scriptActionError(java.lang.String message,
java.lang.String detail)
message - The message (String) parameter.detail - The detail (String) parameter.void scriptActionInfo(java.lang.String message)
message - The message (String) parameter.void scriptActionStarted(java.lang.String message)
message - The message (String) parameter.void scriptRunEnded(java.util.Map testStatistics)
testStatistics - The test statistics (Map) parameter.
void scriptRunError(java.lang.String message,
java.lang.String trace)
message - The message (String) parameter.trace - The trace (String) parameter.void scriptRunStarted(TestScriptService script)
script - The script (TestScriptService) parameter.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||