1.0.0

org.eclipse.soda.dk.testcontroller
Class TestGroupRunner

java.lang.Object
  extended by 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

Constructor Summary
TestGroupRunner(java.lang.String runId, TestAgentService[] agents, java.util.Dictionary properties, TestSynchronizationService syncService, TestRunListenerService[] runListeners)
           
 
Method Summary
 void addError(Test test, java.lang.Throwable t)
           
 void addFailure(Test test, AssertionFailedError t)
           
 void endTest(Test test)
           
 void run()
           
 void startTest(Test test)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestGroupRunner

public TestGroupRunner(java.lang.String runId,
                       TestAgentService[] agents,
                       java.util.Dictionary properties,
                       TestSynchronizationService syncService,
                       TestRunListenerService[] runListeners)
Parameters:
runId -
agents -
properties -
syncService -
runListeners -
Method Detail

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)

1.0.0

Copyright (c) 2007 IBM