Uses of Class
org.apache.qpid.test.utils.QpidBrokerTestCase

Packages that use QpidBrokerTestCase
org.apache.qpid.client   
org.apache.qpid.client.message   
org.apache.qpid.client.ssl   
org.apache.qpid.management.jmx   
org.apache.qpid.server   
org.apache.qpid.server.configuration   
org.apache.qpid.server.exchange   
org.apache.qpid.server.failover   
org.apache.qpid.server.logging   
org.apache.qpid.server.persistent   
org.apache.qpid.server.queue   
org.apache.qpid.server.security.acl   
org.apache.qpid.server.security.firewall   
org.apache.qpid.server.store   
org.apache.qpid.systest   
org.apache.qpid.test.client   
org.apache.qpid.test.client.destination   
org.apache.qpid.test.client.failover   
org.apache.qpid.test.client.message   
org.apache.qpid.test.client.queue   
org.apache.qpid.test.client.timeouts   
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   
org.apache.qpid.test.unit.ack   
org.apache.qpid.test.unit.basic   
org.apache.qpid.test.unit.basic.close   
org.apache.qpid.test.unit.client   
org.apache.qpid.test.unit.client.channelclose   
org.apache.qpid.test.unit.client.connection   
org.apache.qpid.test.unit.client.forwardall   
org.apache.qpid.test.unit.client.protocol   
org.apache.qpid.test.unit.client.temporaryqueue   
org.apache.qpid.test.unit.close   
org.apache.qpid.test.unit.ct   
org.apache.qpid.test.unit.message   
org.apache.qpid.test.unit.publish   
org.apache.qpid.test.unit.topic   
org.apache.qpid.test.unit.transacted   
org.apache.qpid.test.unit.xa   
org.apache.qpid.test.utils   
 

Uses of QpidBrokerTestCase in org.apache.qpid.client
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.client
 class AMQQueueDeferredOrderingTest
           
 class DispatcherTest
          QPID-293 Setting MessageListener after connection has started can cause messages to be "lost" on a internal delivery queue

The message delivery process: Mina puts a message on _queue in AMQSession and the dispatcher thread take()s from here and dispatches to the _consumers.

 class MessageListenerMultiConsumerImmediatePrefetch
          QPID-293 Setting MessageListener after connection has started can cause messages to be "lost" on a internal delivery queue

The message delivery process: Mina puts a message on _queue in AMQSession and the dispatcher thread take()s from here and dispatches to the _consumers.

 class MessageListenerMultiConsumerTest
          QPID-293 Setting MessageListener after connection has started can cause messages to be "lost" on a internal delivery queue

The message delivery process: Mina puts a message on _queue in AMQSession and the dispatcher thread take()s from here and dispatches to the _consumers.

 class MessageListenerTest
          QPID-293 Setting MessageListener after connection has started can cause messages to be "lost" on a internal delivery queue

The message delivery process: Mina puts a message on _queue in AMQSession and the dispatcher thread take()s from here and dispatches to the _consumers.

 class MultipleJCAProviderRegistrationTest
          QPID-1394 : Test to ensure that the client can register their custom JCAProviders after the broker to ensure that the Qpid custom authentication SASL plugins are used.
 class ResetMessageListenerTest
          QPID-293 Setting MessageListener after connection has started can cause messages to be "lost" on a internal delivery queue

The message delivery process: Mina puts a message on _queue in AMQSession and the dispatcher thread take()s from here and dispatches to the _consumers.

 class SessionCreateTest
          Class to check that session creation on a connection has no accidental limit
 

Uses of QpidBrokerTestCase in org.apache.qpid.client.message
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.client.message
 class AMQPEncodedMapMessageTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.client.ssl
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.client.ssl
 class SSLTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.management.jmx
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.management.jmx
 class ManagementActorLoggingTest
          Test class to test if any change in the broker JMX code is affesting the management console There are some hardcoding of management feature names and parameter names to create a customized look in the console.
 

Uses of QpidBrokerTestCase in org.apache.qpid.server
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.server
 class BrokerStartupTest
          Series of tests to validate the external Java broker starts up as expected.
 

Uses of QpidBrokerTestCase in org.apache.qpid.server.configuration
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.server.configuration
 class ServerConfigurationFileTest
          This system test ensures that when loading our default system-test configuration file the configuration is correctly loaded.
 

Uses of QpidBrokerTestCase in org.apache.qpid.server.exchange
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.server.exchange
 class ReturnUnroutableMandatoryMessageTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.server.failover
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.server.failover
 class MessageDisappearWithIOExceptionTest
          Test case based on user reported error.
 

Uses of QpidBrokerTestCase in org.apache.qpid.server.logging
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.server.logging
 class AbstractTestLogging
          Abstract superclass for logging test set up and utility methods.
 class AccessControlLoggingTest
          ACL version 2/3 file testing to verify that ACL actor logging works correctly.
 class AlertingTest
           
 class BindingLoggingTest
          Binding The Binding test suite validates that the follow log messages as specified in the Functional Specification.
 class BrokerLoggingTest
          Broker Test Suite The Broker test suite validates that the follow log messages as specified in the Functional Specification.
 class ChannelLoggingTest
           
 class ConnectionLoggingTest
           
 class DerbyMessageStoreLoggingTest
          The MessageStore test suite validates that the follow log messages as specified in the Functional Specification.
 class DurableQueueLoggingTest
          The Queue test suite validates that the follow log messages as specified in the Functional Specification.
 class ExchangeLoggingTest
          Exchange The Exchange test suite validates that the follow log messages as specified in the Functional Specification.
 class ManagementLoggingTest
          Management Console Test Suite The Management Console test suite validates that the follow log messages as specified in the Functional Specification.
 class MemoryMessageStoreLoggingTest
          The MessageStore test suite validates that the follow log messages as specified in the Functional Specification.
 class QueueLoggingTest
          The Queue test suite validates that the follow log messages as specified in the Functional Specification.
 class SubscriptionLoggingTest
          Subscription The Subscription test suite validates that the follow log messages as specified in the Functional Specification.
 class TransientQueueLoggingTest
           
 class VirtualHostLoggingTest
          Virtualhost Test Cases The virtualhost test suite validates that the follow log messages as specified in the Functional Specification.
 

Uses of QpidBrokerTestCase in org.apache.qpid.server.persistent
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.server.persistent
 class NoLocalAfterRecoveryTest
          QPID-1813 : We do not store the client id with a message so on store restart that information is lost and we are unable to perform no local checks.
 

Uses of QpidBrokerTestCase in org.apache.qpid.server.queue
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.server.queue
 class ConflationQueueTest
           
 class DeepQueueConsumeWithSelector
          Test DeapQueueConsumerWithSelector Summary: Prior to M4 the broker had a different queue model which pre-processed the messages on the queue for any connecting subscription that had a selector.
 class ModelTest
          This Test validates the Queue Model on the broker.
 class PriorityTest
           
 class ProducerFlowControlTest
           
 class TimeToLiveTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.server.security.acl
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.server.security.acl
 class AbstractACLTestCase
          Abstract test case for ACLs.
 class ExhaustiveACLTest
          ACL version 2/3 file testing to verify that ACL entries control queue creation with specific properties.
 class ExternalACLFileTest
          Tests that ACL version 2/3 files following the specification work correctly.
 class ExternalACLJMXTest
          Tests that ACL entries that apply to AMQP objects also apply when those objects are accessed via JMX.
 class ExternalACLTest
           
 class ExternalAdminACLTest
          Tests that ACLs can be applied to mangement operations that do not correspond to a specific AMQP object.
 class SimpleACLTest
          Basic access control list tests.
 

Uses of QpidBrokerTestCase in org.apache.qpid.server.security.firewall
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.server.security.firewall
 class FirewallConfigTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.server.store
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.server.store
 class PersistentStoreTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.systest
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.systest
 class GlobalQueuesTest
          QPID-1447 : Add slow consumer detection and disconnection.
 class GlobalTopicsTest
           
 class MergeConfigurationTest
           
 class SubscriptionTest
          Test SCD when configured with Subscription details.
 class TestingBaseCase
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.client
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.client
 class CancelTest
           
 class DupsOkTest
           
 class FlowControlTest
           
 class QueueBrowserAutoAckTest
           
 class QueueBrowserClientAckTest
           
 class QueueBrowserDupsOkTest
           
 class QueueBrowserNoAckTest
           
 class QueueBrowserPreAckTest
           
 class QueueBrowserTransactedTest
           
 class RollbackOrderTest
          RollbackOrderTest, QPID-1864, QPID-1871 Description: The problem that this test is exposing is that the dispatcher used to be capable of holding on to a message when stopped.
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.client.destination
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.client.destination
 class AddressBasedDestinationTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.client.failover
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.client.failover
 class FailoverTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.client.message
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.client.message
 class JMSDestinationTest
          From the API Docs getJMSDestination: When a message is received, its JMSDestination value must be equivalent to the value assigned when it was sent.
 class MessageToStringTest
           
 class ObjectMessageTest
           
 class SelectorTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.client.queue
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.client.queue
 class LVQTest
           
 class QueuePolicyTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.client.timeouts
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.client.timeouts
 class SyncWaitDelayTest
          This tests that when the commit takes a long time(due to POST_COMMIT_DELAY) that the commit does not timeout This test must be run in conjunction with SyncWaiteTimeoutDelay or be run with POST_COMMIT_DELAY > 30s to ensure that the default value is being replaced.
 class SyncWaitTimeoutDelayTest
          This tests that when the syncWrite timeout is set that it will timeout on that time rather than the default 30s.
 

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

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.framework
 class FrameworkBaseCase
          FrameworkBaseCase provides a starting point for writing test cases against the test framework.
 

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

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

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

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

Uses of QpidBrokerTestCase in org.apache.qpid.test.unit.ack
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.unit.ack
 class Acknowledge2ConsumersTest
           
 class AcknowledgeAfterFailoverOnMessageTest
          The AcknowlegeAfterFailoverOnMessageTests Extends the OnMessage AcknowledgeTests to validate that after the client has failed over that the client can still receive and ack messages.
 class AcknowledgeAfterFailoverTest
           
 class AcknowledgeOnMessageTest
          This test extends the synchronous AcknowledgeTest to use a MessageListener and receive messages asynchronously.
 class AcknowledgeTest
          Test the various JMS Acknowledge Modes the single testAcking method does all the work of receiving and validation of acking.
 class FailoverBeforeConsumingRecoverTest
           
 class QuickAcking
          This is a quick manual test to validate acking after failover with a transacted session.
 class RecoverTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.unit.basic
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.unit.basic
 class BytesMessageTest
           
 class FieldTableMessageTest
           
 class InvalidDestinationTest
           
 class LargeMessageTest
           
 class MapMessageTest
           
 class MultipleConnectionTest
           
 class PropertyValueTest
           
 class PubSubTwoConnectionTest
           
 class ReceiveTest
           
 class SessionStartTest
           
 class TextMessageTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.unit.basic.close
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.unit.basic.close
 class CloseTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.unit.client
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.unit.client
 class AMQConnectionTest
           
 class AMQSessionTest
          Tests for QueueReceiver and TopicSubscriber creation methods on AMQSession
 class DynamicQueueExchangeCreateTest
          QPID-155 Test to validate that setting the respective qpid.declare_queues, qpid.declare_exchanges system properties functions as expected.
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.unit.client.channelclose
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.unit.client.channelclose
 class ChannelCloseOkTest
          Due to bizarre exception handling all sessions are closed if you get a channel close request and no exception listener is registered.
 class ChannelCloseTest
           
 class CloseWithBlockingReceiveTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.unit.client.connection
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.unit.client.connection
 class CloseAfterConnectionFailureTest
           
 class ConnectionCloseTest
          ConnectionCloseTest
 class ConnectionStartTest
           
 class ConnectionTest
           
 class ExceptionListenerTest
          ExceptionListenerTest
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.unit.client.forwardall
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.unit.client.forwardall
 class CombinedTest
          Runs the Service's and Client parts of the test in the same process as the broker
 

Methods in org.apache.qpid.test.unit.client.forwardall with parameters of type QpidBrokerTestCase
static void Client.setQTC(QpidBrokerTestCase qtc)
           
static void Service.setQTC(QpidBrokerTestCase qtc)
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.unit.client.protocol
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.unit.client.protocol
 class AMQProtocolSessionTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.unit.client.temporaryqueue
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.unit.client.temporaryqueue
 class TemporaryQueueTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.unit.close
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.unit.close
 class CloseBeforeAckTest
          This test forces the situation where a session is closed whilst a message consumer is still in its onMessage method.
 class JavaServerCloseRaceConditionTest
          QPID-1809 Race condition on error handling and close logic.
 class MessageRequeueTest
           
 class TopicPublisherCloseTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.unit.ct
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.unit.ct
 class DurableSubscriberTest
          Crash Recovery tests for durable subscription
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.unit.message
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.unit.message
 class JMSPropertiesTest
           
 class StreamMessageTest
           
 class UTF8Test
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.unit.publish
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.unit.publish
 class DirtyTransactedPublishTest
          QPID-1816 : Whilst testing Acknoledgement after failover this completes testing of the client after failover.
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.unit.topic
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.unit.topic
 class DurableSubscriptionTest
           
 class TopicPublisherTest
           
 class TopicSessionTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.unit.transacted
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.unit.transacted
 class CommitRollbackTest
          This class tests a number of commits and roll back scenarios Assumptions; - Assumes empty Queue
 class TransactedTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.unit.xa
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.unit.xa
 class AbstractXATestCase
           
 class FaultTest
           
 class QueueTest
           
 class TopicTest
           
 

Uses of QpidBrokerTestCase in org.apache.qpid.test.utils
 

Subclasses of QpidBrokerTestCase in org.apache.qpid.test.utils
 class FailoverBaseCase
           
 class QpidClientConnection
           
 

Fields in org.apache.qpid.test.utils declared as QpidBrokerTestCase
(package private)  QpidBrokerTestCase JMXTestUtils._test
           
 

Constructors in org.apache.qpid.test.utils with parameters of type QpidBrokerTestCase
JMXTestUtils(QpidBrokerTestCase test, String user, String password)
           
 



Licensed to the Apache Software Foundation