1.0.0

org.eclipse.soda.dk.testmanager.console
Class TestManagerConsole

java.lang.Object
  extended by org.eclipse.soda.dk.testagent.ConsoleSynchronization
      extended by org.eclipse.soda.dk.testcontroller.console.TestControllerConsole
          extended by org.eclipse.soda.dk.testmanager.console.TestManagerConsole
All Implemented Interfaces:
TestSynchronizationService, TestRunListenerService, ScriptRunListenerService

public class TestManagerConsole
extends TestControllerConsole
implements ScriptRunListenerService

Version:
1.0.0

Constructor Summary
TestManagerConsole()
           
 
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.
 
Methods inherited from class org.eclipse.soda.dk.testcontroller.console.TestControllerConsole
printErrorEvent, printEvent, printEvent, testEnded, testError, testFailed, testRunEnded, testRunError, testRunStarted, testStarted
 
Methods inherited from class org.eclipse.soda.dk.testagent.ConsoleSynchronization
requestConfirmation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestManagerConsole

public TestManagerConsole()
Method Detail

scriptActionEnded

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

Specified by:
scriptActionEnded in interface ScriptRunListenerService
Parameters:
message - The message (String) parameter.

scriptActionError

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

Specified by:
scriptActionError in interface ScriptRunListenerService
Parameters:
message - The message (String) parameter.
detail - The detail (String) parameter.

scriptActionInfo

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

Specified by:
scriptActionInfo in interface ScriptRunListenerService
Parameters:
message - The message (String) parameter.

scriptActionStarted

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

Specified by:
scriptActionStarted in interface ScriptRunListenerService
Parameters:
message - The message (String) parameter.

scriptRunEnded

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

Specified by:
scriptRunEnded in interface ScriptRunListenerService
Parameters:
testStatistics - The test statistics (Map) parameter.

scriptRunError

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

Specified by:
scriptRunError in interface ScriptRunListenerService
Parameters:
message - The message (String) parameter.
trace - The trace (String) parameter.

scriptRunStarted

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

Specified by:
scriptRunStarted in interface ScriptRunListenerService
Parameters:
script - The script (TestScriptService) parameter.

1.0.0

Copyright (c) 2007 IBM