Uses of Class
org.exolab.jmscts.core.AbstractMessageTestCase

Packages that use AbstractMessageTestCase
org.exolab.jmscts.core Core code used to execute JMS CTS 
org.exolab.jmscts.stress Stress test suite 
org.exolab.jmscts.test.asf ASF compliance tests 
org.exolab.jmscts.test.connection javax.jms.Connection compliance tests 
org.exolab.jmscts.test.message.bytes javax.jms.BytesMessage compliance tests 
org.exolab.jmscts.test.message.clear Message.clearProperties() and Message.clearBody() compliance tests 
org.exolab.jmscts.test.message.close Tests the behaviour of messages when the associated Connection or Session is closed  
org.exolab.jmscts.test.message.copy Compliance tests to verify that message implementations copy content 
org.exolab.jmscts.test.message.foreign Tests JMS provider handling of 'foreign' message implementations 
org.exolab.jmscts.test.message.header Message header property compliance tests 
org.exolab.jmscts.test.message.properties Message property compliance tests 
org.exolab.jmscts.test.message.readwrite Read/write compliance tests 
org.exolab.jmscts.test.producer.ttl Message time-to-live and JMSExpiration ompliance tests 
org.exolab.jmscts.test.selector Message selector compliance tests 
org.exolab.jmscts.test.session javax.jms.Session compliance tests 
org.exolab.jmscts.test.session.clientack CLIENT_ACKNOWLEDGE compliance tests 
org.exolab.jmscts.test.session.transacted Transacted javax.jms.Session compliance tests 
org.exolab.jmscts.test.topic Topic-related compliance tests 
 

Uses of AbstractMessageTestCase in org.exolab.jmscts.core
 

Subclasses of AbstractMessageTestCase in org.exolab.jmscts.core
 class AbstractSendReceiveTestCase
          This class provides a default implementation of the SendReceiveTestCase interface.
 

Uses of AbstractMessageTestCase in org.exolab.jmscts.stress
 

Subclasses of AbstractMessageTestCase in org.exolab.jmscts.stress
 class ReceiveSize0KTest
          Performs a stress test using one producer, one consumer and empty messages.
 class Send0KTest
          Performs a stress test using one producer and empty messages.
 class SendReceive0KTest
          Performs a stress test using one producer, one consumer and empty messages.
 class SendReceive2Size0KTest
          Performs a stress test using one producer, two consumers and empty messages.
 class SendReceive50Size0KTest
          Performs a stress test using one producer, fifty consumers and empty messages.
 class SendReceiveStressTestCase
          This class provides functionality for stress tests involving a single producer, and multiple concurrent consumers, for a single destination
 

Uses of AbstractMessageTestCase in org.exolab.jmscts.test.asf
 

Subclasses of AbstractMessageTestCase in org.exolab.jmscts.test.asf
 class ConnectionConsumerTest
          This class tests the behaviour of ConnectionConsumers
 

Uses of AbstractMessageTestCase in org.exolab.jmscts.test.connection
 

Subclasses of AbstractMessageTestCase in org.exolab.jmscts.test.connection
 class ListenerTest
          This class tests the behaviour of stopping and closing a connection while a listener is active.
 class ReceiverTest
          This class tests the behaviour of stopping and closing a connection while a receiver is active.
 class SendReceiveStopTest
          This class tests the behaviour of Connection.stop and Connection.start
 

Uses of AbstractMessageTestCase in org.exolab.jmscts.test.message.bytes
 

Subclasses of AbstractMessageTestCase in org.exolab.jmscts.test.message.bytes
 class BytesMessageTest
          This class tests the BytesMessage message type.
 

Uses of AbstractMessageTestCase in org.exolab.jmscts.test.message.clear
 

Subclasses of AbstractMessageTestCase in org.exolab.jmscts.test.message.clear
 class ClearTest
          This class tests the behaviour of Message.clearBody() and Message.clearProperties()
 class RecoverClearTest
          This class tests the behaviour of Message.clearBody() and Message.clearProperties() for CLIENT_ACKNOWLEDGE sessions where the session is recovered.
 class RollbackClearTest
          This class tests the behaviour of Message.clearBody() and Message.clearProperties() for transacted sessions where the session is rolled back.
 class SendReceiveClearTest
          This class tests the behaviour of Message.clearBody() and Message.clearProperties() on send and receipt, against all message, delivery, and transaction types
 

Uses of AbstractMessageTestCase in org.exolab.jmscts.test.message.close
 

Subclasses of AbstractMessageTestCase in org.exolab.jmscts.test.message.close
 class CloseTest
          This class tests the behaviour of messages when the associated connection or session is closed.
 

Uses of AbstractMessageTestCase in org.exolab.jmscts.test.message.copy
 

Subclasses of AbstractMessageTestCase in org.exolab.jmscts.test.message.copy
 class MapMessageTest
          This class tests that MapMessage copies byte array content
 class MessageCopyTest
          This class tests that message properties and message bodies are copied on send and receive.
 class ObjectMessageTest
          This class tests that ObjectMessage copies content
 class StreamMessageTest
          This class verifies that StreamMessage copies content
 

Uses of AbstractMessageTestCase in org.exolab.jmscts.test.message.foreign
 

Subclasses of AbstractMessageTestCase in org.exolab.jmscts.test.message.foreign
 class ForeignMessageTest
          This class tests the behaviour of sending 'foreign' messages.
 

Uses of AbstractMessageTestCase in org.exolab.jmscts.test.message.header
 

Subclasses of AbstractMessageTestCase in org.exolab.jmscts.test.message.header
 class JMSCorrelationIDTest
          This class tests the JMSCorrelationID message property
 class JMSDestinationTest
          This class tests the JMSDestination message property
 class JMSMessageIDTest
          This class tests the JMSMessageID message property
 class JMSReplyToTest
          This class tests the JMSReplyTo message property.
 

Uses of AbstractMessageTestCase in org.exolab.jmscts.test.message.properties
 

Subclasses of AbstractMessageTestCase in org.exolab.jmscts.test.message.properties
 class IdentifierTest
          This class tests message property identifiers.
 class JMSXGroupTest
          This class tests that connections support JMSXGroupID and JMSXGroupSeq properties
NOTE: the specification is not clear on the behaviour of null values for these properties.
 class PropertyConversionTest
          This class tests message property conversion
 class PropertyTest
          This class tests that message properties set before a message is sent are identical to those received.
 class PropertyTypeTest
          This class tests message property types
 

Uses of AbstractMessageTestCase in org.exolab.jmscts.test.message.readwrite
 

Subclasses of AbstractMessageTestCase in org.exolab.jmscts.test.message.readwrite
 class ReadWriteTest
          This class tests that message properties and message bodies may be read and written on creation of a new message
 class SendReceiveReadWriteTest
          This class tests that message properties and message bodies are writeable on send, and readable on receipt
 

Uses of AbstractMessageTestCase in org.exolab.jmscts.test.producer.ttl
 

Subclasses of AbstractMessageTestCase in org.exolab.jmscts.test.producer.ttl
 class ExpirationTest
          This class tests message expiration
 class QueueSenderTest
          This class tests the behaviour of the time-to-live methods and their affect on the JMSExpiration, for QueueSenders
(package private)  class org.exolab.jmscts.test.producer.ttl.TimeToLiveTestCase
          This class provides helper methods for message time-to-live test cases
 class TopicPublisherTest
          This class tests the behaviour of the time-to-live methods and their affect on the JMSExpiration, for TopicPublishers
 

Uses of AbstractMessageTestCase in org.exolab.jmscts.test.selector
 

Subclasses of AbstractMessageTestCase in org.exolab.jmscts.test.selector
 class AbstractSelectorTestCase
          This class enables selector test cases to be run for each JMS message, session and synchronous/asynchronous processing type.
 class AndOperatorTest
          This class tests selectors containing the AND operator.
 class BetweenOperatorTest
          This class tests selector containing the BETWEEN operator.
 class BooleanTest
          This class tests selectors containing boolean literals.
 class EmptySelectorTest
          This class tests the behaviour of empty selectors.
 class FloatTest
          This class tests selectors containing floating point literals and objects.
 class JMSDeliveryModeTest
          This class tests selectors containing JMSDeliveryMode
 class JMSPriorityTest
          This class tests selectors containing JMSPriority
 class JMSTimestampTest
          This class tests selectors containing JMSTimestamp
 class StringTest
          This class tests selectors containing string literals and objects
 

Uses of AbstractMessageTestCase in org.exolab.jmscts.test.session
 

Subclasses of AbstractMessageTestCase in org.exolab.jmscts.test.session
 class AutoAckTest
          This class tests the behaviour of consumers on sessions created with the Session.AUTO_ACKNOWLEDGE message acknowledgment mode.
 class DupsAckTest
          This class tests the behaviour of consumers on sessions created with the Session.DUPS_OK_ACKNOWLEDGE message acknowledgment mode.
 class ListenerCloseTest
          This class tests the behaviour of stopping and closing a connection while a listener is active.
 class MessageListenerTest
          This class tests that MessageListeners are invoked serially.
 class ReceiverCloseTest
          This class tests the behaviour of closing a session while a receiver is active.
 

Uses of AbstractMessageTestCase in org.exolab.jmscts.test.session.clientack
 

Subclasses of AbstractMessageTestCase in org.exolab.jmscts.test.session.clientack
 class ClientAcknowledgeTest
          This class tests the behaviour of sessions created with the Session.CLIENT_ACKNOWLEDGE message acknowledgment mode.
(package private)  class org.exolab.jmscts.test.session.clientack.ClientAcknowledgeTestCase
          This class provides helper methods for CLIENT_ACKNOWLEDGE test cases
 class RepublishTest
          This class tests the behaviour of republishing a received message, and then acknowledging it.
 class SubscriberRedeliveredTest
          This class tests the behaviour of the JMSRedelivered flag when multiple topic subscribers subscribe to the same topic, and one of the CLIENT_ACKNOWLEDGE sessions is recovered.
 

Uses of AbstractMessageTestCase in org.exolab.jmscts.test.session.transacted
 

Subclasses of AbstractMessageTestCase in org.exolab.jmscts.test.session.transacted
 class CommitTest
          This class tests session commit functionality
 class RollbackTest
          This class tests session rollback functionality.
 

Uses of AbstractMessageTestCase in org.exolab.jmscts.test.topic
 

Subclasses of AbstractMessageTestCase in org.exolab.jmscts.test.topic
 class DurableSubscriberTest
          This class tests the behaviour of durable TopicSubscribers
 class NoLocalTest
          This class tests the behaviour of the noLocal argument of TopicSubscriber
 



Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.