|
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.testmanager.servlet.TestReport
public class TestReport
| Nested Class Summary | |
|---|---|
static class |
TestReport.Event
|
| Constructor Summary | |
|---|---|
TestReport()
Constructs an instance of this class. |
|
| 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. |
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. |
TestReport.Event |
waitForNextEvent()
Wait for next event and return the Event result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestReport()
| 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.
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.TestRunListenerService.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.TestRunListenerService.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.TestRunListenerService.testRunStarted(String)
public TestReport.Event waitForNextEvent()
throws java.lang.InterruptedException
Event) value.
java.lang.InterruptedException - Interrupted Exception.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||