Uses of Class
org.apache.qpid.test.utils.ConversationFactory

Packages that use ConversationFactory
org.apache.qpid.test.framework

A framework for testing Qpid, built around a standard 'test circuit' design. 

org.apache.qpid.test.framework.distributedcircuit   
org.apache.qpid.test.framework.distributedtesting   
org.apache.qpid.test.framework.sequencers   
 

Uses of ConversationFactory in org.apache.qpid.test.framework
 

Methods in org.apache.qpid.test.framework with parameters of type ConversationFactory
 void LocalCircuitFactory.setConversationFactory(ConversationFactory conversationFactory)
          Accepts the conversation factory over which to hold the test coordinating conversation.
 

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

Fields in org.apache.qpid.test.framework.distributedcircuit declared as ConversationFactory
protected  ConversationFactory DistributedCircuitImpl.conversationFactory
          Holds the conversation factory over which to coordinate the test.
 

Methods in org.apache.qpid.test.framework.distributedcircuit with parameters of type ConversationFactory
static Circuit DistributedCircuitImpl.createCircuit(org.apache.qpid.junit.extensions.util.ParsedProperties testProps, List<TestClientDetails> senders, List<TestClientDetails> receivers, ConversationFactory conversationFactory)
          Creates a distributed test circuit from the specified test parameters, on the senders and receivers given.
 

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

Fields in org.apache.qpid.test.framework.distributedtesting declared as ConversationFactory
protected  ConversationFactory Coordinator.conversationFactory
          Holds the conversation helper for the control conversation.
(package private)  ConversationFactory DistributedTestDecorator.conversationFactory
          Holds the conversation helper for the control level conversation for coordinating the test through.
 

Methods in org.apache.qpid.test.framework.distributedtesting with parameters of type ConversationFactory
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.
 

Constructors in org.apache.qpid.test.framework.distributedtesting with parameters of type ConversationFactory
DistributedTestDecorator(org.apache.qpid.junit.extensions.WrappedSuiteTestDecorator suite, Set<TestClientDetails> availableClients, ConversationFactory controlConversation, Connection controlConnection)
          Creates a wrapped suite test decorator from another one.
FanOutTestDecorator(org.apache.qpid.junit.extensions.WrappedSuiteTestDecorator suite, Set<TestClientDetails> availableClients, ConversationFactory controlConversation, Connection controlConnection)
          Creates a wrapped suite test decorator from another one.
InteropTestDecorator(org.apache.qpid.junit.extensions.WrappedSuiteTestDecorator suite, Set<TestClientDetails> availableClients, ConversationFactory controlConversation, Connection controlConnection)
          Creates a wrapped suite test decorator from another one.
 

Uses of ConversationFactory in org.apache.qpid.test.framework.sequencers
 

Fields in org.apache.qpid.test.framework.sequencers declared as ConversationFactory
protected  ConversationFactory BaseCircuitFactory.conversationFactory
          Holds the conversation factory over which to coordinate the test.
 

Methods in org.apache.qpid.test.framework.sequencers that return ConversationFactory
 ConversationFactory BaseCircuitFactory.getConversationFactory()
          Provides the conversation factory for providing the distributed test sequencing conversations over the test connection.
 

Methods in org.apache.qpid.test.framework.sequencers with parameters of type ConversationFactory
 void CircuitFactory.setConversationFactory(ConversationFactory conversationFactory)
          Accepts the conversation factory over which to hold the test coordinating conversation.
 void BaseCircuitFactory.setConversationFactory(ConversationFactory conversationFactory)
          Accepts the conversation factory over which to hold the test coordinating conversation.
 



Licensed to the Apache Software Foundation