org.eclipse.soda.dk.testcontroller
Class TestGroupRunner
java.lang.Object
org.eclipse.soda.dk.testcontroller.TestGroupRunner
- All Implemented Interfaces:
- java.lang.Runnable
public class TestGroupRunner
- extends java.lang.Object
- implements java.lang.Runnable
- Version:
- 1.0.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestGroupRunner
public TestGroupRunner(java.lang.String runId,
TestAgentService[] agents,
java.util.Dictionary properties,
TestSynchronizationService syncService,
TestRunListenerService[] runListeners)
- Parameters:
runId - agents - properties - syncService - runListeners -
run
public void run()
- Specified by:
run in interface java.lang.Runnable
startTest
public void startTest(Test test)
addFailure
public void addFailure(Test test,
AssertionFailedError t)
addError
public void addError(Test test,
java.lang.Throwable t)
endTest
public void endTest(Test test)
Copyright (c) 2007 IBM