Uses of Interface
org.apache.qpid.test.framework.Circuit

Packages that use Circuit
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.localcircuit   
org.apache.qpid.test.framework.sequencers   
 

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

Methods in org.apache.qpid.test.framework that return Circuit
 Circuit LocalCircuitFactory.createCircuit(Connection connection, org.apache.qpid.junit.extensions.util.ParsedProperties testProperties)
          Creates a test circuit for the test, configered by the test parameters specified.
 

Methods in org.apache.qpid.test.framework with parameters of type Circuit
 void LocalCircuitFactory.sequenceTest(Circuit testCircuit, List<Assertion> assertions, Properties testProperties)
          Holds a test coordinating conversation with the test clients.
 

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

Classes in org.apache.qpid.test.framework.distributedcircuit that implement Circuit
 class DistributedCircuitImpl
          DistributedCircuitImpl is a distributed implementation of the test Circuit.
 

Methods in org.apache.qpid.test.framework.distributedcircuit that return Circuit
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 Circuit in org.apache.qpid.test.framework.localcircuit
 

Classes in org.apache.qpid.test.framework.localcircuit that implement Circuit
 class LocalCircuitImpl
          LocalCircuitImpl provides an implementation of the test circuit.
 

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

Methods in org.apache.qpid.test.framework.sequencers that return Circuit
 Circuit CircuitFactory.createCircuit(Connection connection, org.apache.qpid.junit.extensions.util.ParsedProperties testProperties)
          Creates a test circuit for the test, configered by the test parameters specified.
 Circuit FanOutCircuitFactory.createCircuit(Connection connection, org.apache.qpid.junit.extensions.util.ParsedProperties testProperties)
          Creates a test circuit for the test, configered by the test parameters specified.
 Circuit InteropCircuitFactory.createCircuit(Connection connection, org.apache.qpid.junit.extensions.util.ParsedProperties testProperties)
          Creates a test circuit for the test, configered by the test parameters specified.
 Circuit BaseCircuitFactory.createCircuit(Properties testProperties)
          Creates a test circuit for the test, configered by the test parameters specified.
 

Methods in org.apache.qpid.test.framework.sequencers with parameters of type Circuit
 void CircuitFactory.sequenceTest(Circuit testCircuit, List<Assertion> assertions, Properties testProperties)
          Deprecated. Use test circuits and Circuit.test instead.
 void FanOutCircuitFactory.sequenceTest(Circuit testCircuit, List<Assertion> assertions, Properties testProperties)
          Deprecated. Scheduled for removal once existing tests converted over to use test circuits.
 void InteropCircuitFactory.sequenceTest(Circuit testCircuit, List<Assertion> assertions, Properties testProperties)
          Holds a test coordinating conversation with the test clients.
 



Licensed to the Apache Software Foundation