Uses of Class
org.apache.qpid.test.framework.distributedtesting.Coordinator.TestEngine

Packages that use Coordinator.TestEngine
org.apache.qpid.test.framework.distributedtesting   
 

Uses of Coordinator.TestEngine in org.apache.qpid.test.framework.distributedtesting
 

Fields in org.apache.qpid.test.framework.distributedtesting declared as Coordinator.TestEngine
protected  Coordinator.TestEngine Coordinator.engine
          Holds the coordinating test engine type to run the tests through.
 

Methods in org.apache.qpid.test.framework.distributedtesting that return Coordinator.TestEngine
static Coordinator.TestEngine Coordinator.TestEngine.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Coordinator.TestEngine[] Coordinator.TestEngine.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.qpid.test.framework.distributedtesting with parameters of type Coordinator.TestEngine
Coordinator(Integer repetitions, Long duration, int[] threads, int delay, int[] params, String testCaseName, String reportDir, String runName, boolean verbose, String brokerUrl, String virtualHost, Coordinator.TestEngine engine, boolean terminate, boolean csv, boolean xml, List<org.apache.qpid.junit.extensions.TKTestRunner.TestDecoratorFactory> decoratorFactories)
          Creates an interop test coordinator on the specified broker and virtual host.
 



Licensed to the Apache Software Foundation