|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SendReceiveTestCase | |
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.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 SendReceiveTestCase in org.exolab.jmscts.core |
Classes in org.exolab.jmscts.core that implement SendReceiveTestCase | |
class |
AbstractSendReceiveTestCase
This class provides a default implementation of the SendReceiveTestCase interface. |
Constructors in org.exolab.jmscts.core with parameters of type SendReceiveTestCase | |
SendReceiveTestRunner(SendReceiveTestCase test)
Construct an instance with the test case to run. |
Uses of SendReceiveTestCase in org.exolab.jmscts.stress |
Classes in org.exolab.jmscts.stress that implement SendReceiveTestCase | |
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 SendReceiveTestCase in org.exolab.jmscts.test.asf |
Classes in org.exolab.jmscts.test.asf that implement SendReceiveTestCase | |
class |
ConnectionConsumerTest
This class tests the behaviour of ConnectionConsumer s |
Uses of SendReceiveTestCase in org.exolab.jmscts.test.connection |
Classes in org.exolab.jmscts.test.connection that implement SendReceiveTestCase | |
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 SendReceiveTestCase in org.exolab.jmscts.test.message.clear |
Classes in org.exolab.jmscts.test.message.clear that implement SendReceiveTestCase | |
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 SendReceiveTestCase in org.exolab.jmscts.test.message.close |
Classes in org.exolab.jmscts.test.message.close that implement SendReceiveTestCase | |
class |
CloseTest
This class tests the behaviour of messages when the associated connection or session is closed. |
Uses of SendReceiveTestCase in org.exolab.jmscts.test.message.copy |
Classes in org.exolab.jmscts.test.message.copy that implement SendReceiveTestCase | |
class |
MessageCopyTest
This class tests that message properties and message bodies are copied on send and receive. |
Uses of SendReceiveTestCase in org.exolab.jmscts.test.message.foreign |
Classes in org.exolab.jmscts.test.message.foreign that implement SendReceiveTestCase | |
class |
ForeignMessageTest
This class tests the behaviour of sending 'foreign' messages. |
Uses of SendReceiveTestCase in org.exolab.jmscts.test.message.header |
Classes in org.exolab.jmscts.test.message.header that implement SendReceiveTestCase | |
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 SendReceiveTestCase in org.exolab.jmscts.test.message.properties |
Classes in org.exolab.jmscts.test.message.properties that implement SendReceiveTestCase | |
class |
PropertyTest
This class tests that message properties set before a message is sent are identical to those received. |
Uses of SendReceiveTestCase in org.exolab.jmscts.test.message.readwrite |
Classes in org.exolab.jmscts.test.message.readwrite that implement SendReceiveTestCase | |
class |
SendReceiveReadWriteTest
This class tests that message properties and message bodies are writeable on send, and readable on receipt |
Uses of SendReceiveTestCase in org.exolab.jmscts.test.producer.ttl |
Classes in org.exolab.jmscts.test.producer.ttl that implement SendReceiveTestCase | |
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 QueueSender s |
(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 TopicPublisher s |
Uses of SendReceiveTestCase in org.exolab.jmscts.test.selector |
Classes in org.exolab.jmscts.test.selector that implement SendReceiveTestCase | |
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 |
IdentifierTest
This class tests selector identifiers. |
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 SendReceiveTestCase in org.exolab.jmscts.test.session |
Classes in org.exolab.jmscts.test.session that implement SendReceiveTestCase | |
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 SendReceiveTestCase in org.exolab.jmscts.test.session.clientack |
Classes in org.exolab.jmscts.test.session.clientack that implement SendReceiveTestCase | |
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 SendReceiveTestCase in org.exolab.jmscts.test.session.transacted |
Classes in org.exolab.jmscts.test.session.transacted that implement SendReceiveTestCase | |
class |
CommitTest
This class tests session commit functionality |
class |
RollbackTest
This class tests session rollback functionality. |
Uses of SendReceiveTestCase in org.exolab.jmscts.test.topic |
Classes in org.exolab.jmscts.test.topic that implement SendReceiveTestCase | |
class |
DurableSubscriberTest
This class tests the behaviour of durable TopicSubscribers |
class |
NoLocalTest
This class tests the behaviour of the noLocal argument of TopicSubscriber |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |