|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.testagent.ConsoleSynchronization
org.eclipse.soda.dk.testcontroller.console.TestControllerConsole
org.eclipse.soda.dk.testmanager.console.TestManagerConsole
public class TestManagerConsole
| 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 |
|---|
public TestManagerConsole()
| Method Detail |
|---|
public void scriptActionEnded(java.lang.String message)
scriptActionEnded in interface ScriptRunListenerServicemessage - The message (String) parameter.
public void scriptActionError(java.lang.String message,
java.lang.String detail)
scriptActionError in interface ScriptRunListenerServicemessage - The message (String) parameter.detail - The detail (String) parameter.public void scriptActionInfo(java.lang.String message)
scriptActionInfo in interface ScriptRunListenerServicemessage - The message (String) parameter.public void scriptActionStarted(java.lang.String message)
scriptActionStarted in interface ScriptRunListenerServicemessage - The message (String) parameter.public void scriptRunEnded(java.util.Map testStatistics)
scriptRunEnded in interface ScriptRunListenerServicetestStatistics - The test statistics (Map) parameter.
public void scriptRunError(java.lang.String message,
java.lang.String trace)
scriptRunError in interface ScriptRunListenerServicemessage - The message (String) parameter.trace - The trace (String) parameter.public void scriptRunStarted(TestScriptService script)
scriptRunStarted in interface ScriptRunListenerServicescript - The script (TestScriptService) parameter.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||