1.0.0

org.eclipse.soda.dk.testmanager.service
Interface ScriptRunListenerService

All Known Implementing Classes:
TestManagerConsole, TestReport

public interface ScriptRunListenerService

Version:
1.0.0

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

scriptActionEnded

void scriptActionEnded(java.lang.String message)
Script action ended with the specified message parameter.

Parameters:
message - The message (String) parameter.

scriptActionError

void scriptActionError(java.lang.String message,
                       java.lang.String detail)
Script action error with the specified message and detail parameters.

Parameters:
message - The message (String) parameter.
detail - The detail (String) parameter.

scriptActionInfo

void scriptActionInfo(java.lang.String message)
Script action info with the specified message parameter.

Parameters:
message - The message (String) parameter.

scriptActionStarted

void scriptActionStarted(java.lang.String message)
Script action started with the specified message parameter.

Parameters:
message - The message (String) parameter.

scriptRunEnded

void scriptRunEnded(java.util.Map testStatistics)
Script run ended with the specified test statistics parameter.

Parameters:
testStatistics - The test statistics (Map) parameter.

scriptRunError

void scriptRunError(java.lang.String message,
                    java.lang.String trace)
Script run error with the specified message and trace parameters.

Parameters:
message - The message (String) parameter.
trace - The trace (String) parameter.

scriptRunStarted

void scriptRunStarted(TestScriptService script)
Script run started with the specified script parameter.

Parameters:
script - The script (TestScriptService) parameter.

1.0.0

Copyright (c) 2007 IBM