Uses of Class
org.apache.qpid.test.framework.FrameworkBaseCase

Packages that use FrameworkBaseCase
org.apache.qpid.test.framework.distributedtesting   
org.apache.qpid.test.testcases   
 

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

Subclasses of FrameworkBaseCase in org.apache.qpid.test.framework.distributedtesting
 class OptOutTestCase
          An OptOutTestCase is a test case that automatically fails.
 

Fields in org.apache.qpid.test.framework.distributedtesting declared as FrameworkBaseCase
(package private)  FrameworkBaseCase FanOutTestDecorator.currentTest
          Holds the currently running test case.
 

Methods in org.apache.qpid.test.framework.distributedtesting with parameters of type FrameworkBaseCase
protected  Set<TestClientDetails> DistributedTestDecorator.signupClients(FrameworkBaseCase coordTest)
          Broadcasts an invitation to participate in a coordinating test case to find out what clients are available to run the test case.
 

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

Subclasses of FrameworkBaseCase in org.apache.qpid.test.testcases
 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