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

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

Classes in org.apache.qpid.test.framework used by org.apache.qpid.test.framework
Assertion
          Assertion models an assertion on a test Circuit.
BrokerLifecycleAware
          BrokerLifecycleAware is an awareness interface implemented by test cases that can run control the life-cycle of the brokers on which they run.
CauseFailure
          CauseFailure provides a method to cause a failure in a messaging broker, usually used in conjunction with fail-over or other failure mode testing.
Circuit
          A Circuit is the basic test unit against which test cases are to be written.
CircuitEnd
          A CircuitEnd is a pair consisting of one message producer and one message consumer, that represents one end of a test circuit.
CircuitEndBase
          A CircuitEndBase is a pair consisting of one message producer and one message consumer, that represents one end of a test circuit.
ExceptionMonitor
          An exception monitor, listens for JMS exception on a connection or consumer.
FrameworkTestContext
          A FrameworkTestContext provides context information to test code about the current test case being run; its name, its parameters.
LocalCircuitFactory
          LocalCircuitFactory is a circuit factory that creates test circuits with publishing and receiving ends rooted on the same JVM.
MessageMonitor
          MessageMonitor is used to record information about messages received.
MessagingTestConfigProperties
          MessagingTestConfigProperties defines a set of property names and default values for specifying a messaging topology, and test parameters for running a messaging test over that topology.
Publisher
          A Publisher represents the status of the publishing side of a test circuit.
Receiver
          A Receiver is a CircuitEnd that represents the status of the receiving side of a test circuit.
TestCaseVector
          

Responsibilities Collaborations
CRC Card
TestClientDetails
          TestClientDetails is used to encapsulate information about an interop test client.
 

Classes in org.apache.qpid.test.framework used by org.apache.qpid.test.framework.distributedcircuit
Assertion
          Assertion models an assertion on a test Circuit.
Circuit
          A Circuit is the basic test unit against which test cases are to be written.
CircuitEnd
          A CircuitEnd is a pair consisting of one message producer and one message consumer, that represents one end of a test circuit.
ExceptionMonitor
          An exception monitor, listens for JMS exception on a connection or consumer.
MessageMonitor
          MessageMonitor is used to record information about messages received.
Publisher
          A Publisher represents the status of the publishing side of a test circuit.
Receiver
          A Receiver is a CircuitEnd that represents the status of the receiving side of a test circuit.
TestClientDetails
          TestClientDetails is used to encapsulate information about an interop test client.
 

Classes in org.apache.qpid.test.framework used by org.apache.qpid.test.framework.distributedtesting
BrokerLifecycleAware
          BrokerLifecycleAware is an awareness interface implemented by test cases that can run control the life-cycle of the brokers on which they run.
FrameworkBaseCase
          FrameworkBaseCase provides a starting point for writing test cases against the test framework.
FrameworkTestContext
          A FrameworkTestContext provides context information to test code about the current test case being run; its name, its parameters.
TestClientDetails
          TestClientDetails is used to encapsulate information about an interop test client.
 

Classes in org.apache.qpid.test.framework used by org.apache.qpid.test.framework.localcircuit
AMQPPublisher
          An AMQPPublisher represents the status of the publishing side of a test circuit that exposes AMQP specific features.
Assertion
          Assertion models an assertion on a test Circuit.
Circuit
          A Circuit is the basic test unit against which test cases are to be written.
CircuitEnd
          A CircuitEnd is a pair consisting of one message producer and one message consumer, that represents one end of a test circuit.
CircuitEndBase
          A CircuitEndBase is a pair consisting of one message producer and one message consumer, that represents one end of a test circuit.
ExceptionMonitor
          An exception monitor, listens for JMS exception on a connection or consumer.
MessageMonitor
          MessageMonitor is used to record information about messages received.
Publisher
          A Publisher represents the status of the publishing side of a test circuit.
Receiver
          A Receiver is a CircuitEnd that represents the status of the receiving side of a test circuit.
 

Classes in org.apache.qpid.test.framework used by org.apache.qpid.test.framework.qpid
BrokerLifecycleAware
          BrokerLifecycleAware is an awareness interface implemented by test cases that can run control the life-cycle of the brokers on which they run.
CauseFailure
          CauseFailure provides a method to cause a failure in a messaging broker, usually used in conjunction with fail-over or other failure mode testing.
 

Classes in org.apache.qpid.test.framework used by org.apache.qpid.test.framework.sequencers
Assertion
          Assertion models an assertion on a test Circuit.
Circuit
          A Circuit is the basic test unit against which test cases are to be written.
TestClientDetails
          TestClientDetails is used to encapsulate information about an interop test client.
 

Classes in org.apache.qpid.test.framework used by org.apache.qpid.test.testcases
BrokerLifecycleAware
          BrokerLifecycleAware is an awareness interface implemented by test cases that can run control the life-cycle of the brokers on which they run.
FrameworkBaseCase
          FrameworkBaseCase provides a starting point for writing test cases against the test framework.
FrameworkTestContext
          A FrameworkTestContext provides context information to test code about the current test case being run; its name, its parameters.
 



Licensed to the Apache Software Foundation