org.jboss.dtf.testframework.coordinator
Interface TestReceiver


public interface TestReceiver


Method Summary
 void receiveTestToPerform(TestDefinition test)
          Used by a Coordinator if a test failed to run correctly to re-queue the test with the coordinator to be run at a later time.
 

Method Detail

receiveTestToPerform

void receiveTestToPerform(TestDefinition test)
Used by a Coordinator if a test failed to run correctly to re-queue the test with the coordinator to be run at a later time.