|
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
public class TestControllerConsole
| Constructor Summary | |
|---|---|
TestControllerConsole()
|
|
| Method Summary | |
|---|---|
protected void |
printErrorEvent(java.lang.String message,
java.lang.String trace)
Print error event with the specified message and trace parameters. |
protected void |
printEvent(boolean error,
java.lang.String message,
java.lang.String detail)
Print event with the specified error, message and detail parameters. |
protected void |
printEvent(java.lang.String reportLine)
Print event with the specified report line parameter. |
void |
testEnded(java.lang.String runId,
java.lang.String testName)
Test ended with the specified run id and test name parameters. |
void |
testError(java.lang.String runId,
java.lang.String testName,
java.lang.String trace)
Test error with the specified run id, test name and trace parameters. |
void |
testFailed(java.lang.String runId,
java.lang.String testName,
java.lang.String trace)
Test failed with the specified run id, test name and trace parameters. |
void |
testRunEnded(java.lang.String runId)
Test run ended with the specified run id parameter. |
void |
testRunError(java.lang.String runId,
java.lang.String message,
java.lang.String detail)
Test run error with the specified run id, message and detail parameters. |
void |
testRunStarted(java.lang.String runId)
Test run started with the specified run id parameter. |
void |
testStarted(java.lang.String runId,
java.lang.String testName)
Test started with the specified run id and test name parameters. |
| 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 TestControllerConsole()
| Method Detail |
|---|
protected void printErrorEvent(java.lang.String message,
java.lang.String trace)
message - The message (String) parameter.trace - The trace (String) parameter.protected void printEvent(java.lang.String reportLine)
reportLine - The report line (String) parameter.printErrorEvent(String,String),
printEvent(boolean,String,String)
protected void printEvent(boolean error,
java.lang.String message,
java.lang.String detail)
printEvent in class ConsoleSynchronizationerror - The error (boolean) parameter.message - The message (String) parameter.detail - The detail (String) parameter.printErrorEvent(String,String),
printEvent(String)
public void testEnded(java.lang.String runId,
java.lang.String testName)
testEnded in interface TestRunListenerServicerunId - The run id (String) parameter.testName - The test name (String) parameter.testRunEnded(String)
public void testError(java.lang.String runId,
java.lang.String testName,
java.lang.String trace)
testError in interface TestRunListenerServicerunId - The run id (String) parameter.testName - The test name (String) parameter.trace - The trace (String) parameter.testRunError(String,String,String)
public void testFailed(java.lang.String runId,
java.lang.String testName,
java.lang.String trace)
testFailed in interface TestRunListenerServicerunId - The run id (String) parameter.testName - The test name (String) parameter.trace - The trace (String) parameter.public void testRunEnded(java.lang.String runId)
testRunEnded in interface TestRunListenerServicerunId - The run id (String) parameter.
public void testRunError(java.lang.String runId,
java.lang.String message,
java.lang.String detail)
testRunError in interface TestRunListenerServicerunId - The run id (String) parameter.message - The message (String) parameter.detail - The detail (String) parameter.public void testRunStarted(java.lang.String runId)
testRunStarted in interface TestRunListenerServicerunId - The run id (String) parameter.
public void testStarted(java.lang.String runId,
java.lang.String testName)
testStarted in interface TestRunListenerServicerunId - The run id (String) parameter.testName - The test name (String) parameter.testRunStarted(String)
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||