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

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

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

Classes in org.apache.qpid.test.framework that implement BrokerLifecycleAware
 class FrameworkBaseCase
          FrameworkBaseCase provides a starting point for writing test cases against the test framework.
 

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

Classes in org.apache.qpid.test.framework.distributedtesting that implement BrokerLifecycleAware
 class OptOutTestCase
          An OptOutTestCase is a test case that automatically fails.
 

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

Constructors in org.apache.qpid.test.framework.qpid with parameters of type BrokerLifecycleAware
CauseFailureInVM(BrokerLifecycleAware inVMTest)
          Creates an automated failure mechanism for testing against in-vm brokers.
 

Uses of BrokerLifecycleAware in org.apache.qpid.test.testcases
 

Classes in org.apache.qpid.test.testcases that implement BrokerLifecycleAware
 class FailoverTest
          FailoverTest provides testing of fail-over over a local-circuit implementation.
 class ImmediateMessageTest
          ImmediateMessageTest tests for the desired behaviour of immediate messages.
 class MandatoryMessageTest
          MandatoryMessageTest tests for the desired behaviour of mandatory messages.
 class RollbackTest
          RollbackTest tests the rollback ability of transactional messaging.
 class TTLTest
          TTLTest checks that time-to-live is applied to messages.
 



Licensed to the Apache Software Foundation