Uses of Class
org.apache.qpid.test.framework.distributedtesting.DistributedTestDecorator

Packages that use DistributedTestDecorator
org.apache.qpid.test.framework.distributedtesting   
 

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

Subclasses of DistributedTestDecorator in org.apache.qpid.test.framework.distributedtesting
 class FanOutTestDecorator
          FanOutTestDecorator is an DistributedTestDecorator that runs one test client in the sender role, and the remainder in the receivers role.
 class InteropTestDecorator
          DistributedTestDecorator is a test decorator, written to implement the interop test specification.
 

Methods in org.apache.qpid.test.framework.distributedtesting that return DistributedTestDecorator
protected  DistributedTestDecorator Coordinator.newTestDecorator(org.apache.qpid.junit.extensions.WrappedSuiteTestDecorator targetTest, Set<TestClientDetails> enlistedClients, ConversationFactory conversationFactory, Connection connection)
          Creates a wrapped test decorator, that is capable of inviting enlisted clients to participate in a specified test.
 



Licensed to the Apache Software Foundation