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

Packages that use FrameworkTestContext
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.testcases   
 

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

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

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

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

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

Classes in org.apache.qpid.test.testcases that implement FrameworkTestContext
 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