Uses of Class
org.apache.qpid.test.framework.distributedtesting.TestClientControlledTest.Roles

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

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

Methods in org.apache.qpid.test.framework.distributedcircuit with parameters of type TestClientControlledTest.Roles
 void TestClientCircuitEnd.assignRole(TestClientControlledTest.Roles role, Message assignRoleMessage)
          Assigns the role to be played by this test case.
 

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

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

Methods in org.apache.qpid.test.framework.distributedtesting with parameters of type TestClientControlledTest.Roles
 void TestClientControlledTest.assignRole(TestClientControlledTest.Roles role, Message assignRoleMessage)
          Assigns the role to be played by this test case.
 



Licensed to the Apache Software Foundation