Uses of Interface
org.apache.qpid.test.framework.distributedtesting.TestClientControlledTest

Packages that use TestClientControlledTest
org.apache.qpid.test.framework.distributedcircuit   
org.apache.qpid.test.framework.distributedtesting   
 

Uses of TestClientControlledTest in org.apache.qpid.test.framework.distributedcircuit
 

Classes in org.apache.qpid.test.framework.distributedcircuit that implement TestClientControlledTest
 class TestClientCircuitEnd
          A TestClientCircuitEnd is a CircuitEnd that may be controlled from a TestClient, and that forms a single publishing or receiving end point in a distributed test Circuit.
 

Uses of TestClientControlledTest in org.apache.qpid.test.framework.distributedtesting
 

Fields in org.apache.qpid.test.framework.distributedtesting declared as TestClientControlledTest
protected  TestClientControlledTest TestClient.currentTestCase
          Holds the test case currently being run by this client.
 

Fields in org.apache.qpid.test.framework.distributedtesting with type parameters of type TestClientControlledTest
(package private)  Map<String,TestClientControlledTest> TestClient.testCases
          Holds all the test cases loaded from the classpath.
 

Methods in org.apache.qpid.test.framework.distributedtesting that return types with arguments of type TestClientControlledTest
static List<Class<? extends TestClientControlledTest>> TestClient.loadTestCases(String... classNames)
          Parses a list of class names, and loads them if they are available on the class path.
 

Method parameters in org.apache.qpid.test.framework.distributedtesting with type arguments of type TestClientControlledTest
protected  void TestClient.start(Collection<Class<? extends TestClientControlledTest>> testCaseClasses)
          Starts the interop test client running.
 



Licensed to the Apache Software Foundation