Package org.apache.qpid.test.framework.sequencers

Interface Summary
CircuitFactory A CircuitFactory is responsibile for creating test circuits appropriate to the context that a test case is running in, and providing an implementation of a standard test procedure over a test circuit.
 

Class Summary
BaseCircuitFactory BaseCircuitFactory provides some functionality common to all CircuitFactorys, such as the details of all TestClients that make up the end-points of the circuits that the factory creates, and an active ConversationFactory that can be used to generate control conversations with those circuit end-points.
FanOutCircuitFactory FanOutCircuitFactory is a circuit factory that creates distributed test circuits.
InteropCircuitFactory InteropCircuitFactory is a circuit factory that creates distributed test circuits.
 



Licensed to the Apache Software Foundation