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

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

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

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

Classes in org.apache.qpid.test.framework.sequencers used by org.apache.qpid.test.framework
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.
 

Classes in org.apache.qpid.test.framework.sequencers used by org.apache.qpid.test.framework.distributedtesting
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.
 

Classes in org.apache.qpid.test.framework.sequencers used by org.apache.qpid.test.framework.sequencers
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.
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.
 



Licensed to the Apache Software Foundation