|
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.testcontroller.TestGroupRunner
public class TestGroupRunner
| Constructor Summary | |
|---|---|
TestGroupRunner(java.lang.String actionId,
java.lang.String runId,
TestAgentService[] agents,
java.util.Dictionary properties,
TestSynchronizationService syncService,
TestRunListenerService[] runListeners)
Constructs an instance of this class from the specified run id, agents, properties, sync service and run listeners parameters. |
|
| Method Summary | |
|---|---|
void |
addError(Test test,
java.lang.Throwable t)
Add error with the specified test and t parameters. |
void |
addFailure(Test test,
AssertionFailedError t)
Add failure with the specified test and t parameters. |
void |
endTest(Test test)
End test with the specified test parameter. |
java.lang.Thread |
getRunnerThread()
Gets the runner thread (Thread) value. |
void |
init()
Init before run. |
void |
runTests()
Run tests. |
void |
startTest(Test test)
Start test with the specified test parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestGroupRunner(java.lang.String actionId,
java.lang.String runId,
TestAgentService[] agents,
java.util.Dictionary properties,
TestSynchronizationService syncService,
TestRunListenerService[] runListeners)
actionId - The action id (String) parameter.runId - The run id (String) parameter.agents - The agents (TestAgentService) parameter.properties - The properties (Dictionary) parameter.syncService - The sync service (TestSynchronizationService) parameter.runListeners - The run listeners (TestRunListenerService[]) parameter.| Method Detail |
|---|
public void addError(Test test,
java.lang.Throwable t)
test - The test (Test) parameter.t - The t (Throwable) parameter.
public void addFailure(Test test,
AssertionFailedError t)
test - The test (Test) parameter.t - The t (AssertionFailedError) parameter.public void endTest(Test test)
test - The test (Test) parameter.startTest(Test)public java.lang.Thread getRunnerThread()
Thread) value.public void init()
public void runTests()
public void startTest(Test test)
test - The test (Test) parameter.endTest(Test)
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||