| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionTestCase | |
| 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.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 ConnectionTestCase in org.exolab.jmscts.core | 
| Subinterfaces of ConnectionTestCase in org.exolab.jmscts.core | |
|  interface | MessageTestCaseThis interface enables generic message test cases to be run for each JMS message type. | 
|  interface | SendReceiveTestCaseThis interface enables generic send/receive message test cases to be run for each JMS message, session and synchronous/asynchronous processing type. | 
|  interface | SessionTestCaseThis interface enables generic session test cases to be run for each JMS session type. | 
| Classes in org.exolab.jmscts.core that implement ConnectionTestCase | |
|  class | AbstractConnectionTestCaseThis class provides a default implementation of the ConnectionTestCaseinterface. | 
|  class | AbstractMessageTestCaseThis class provides a default implementation of the MessageTestCaseinterface. | 
|  class | AbstractMessageTestRunnerThis class enables generic message test cases to be run for each JMS message type. | 
|  class | AbstractSendReceiveTestCaseThis class provides a default implementation of the SendReceiveTestCaseinterface. | 
|  class | AbstractSessionTestCaseThis class provides a default implementation of the SessionTestCaseinterface. | 
|  class | MessageTestRunnerThis class enables generic message test cases to be run for each JMS message type. | 
|  class | SendReceiveTestRunnerThis class enables generic message test cases to be run for each JMS message type using different delivery modes, synchronous/asynchronous messaging, and administered and non-administered destinations. | 
|  class | SessionTestRunnerThis class enables generic session test cases to be run for each JMS session type. | 
| Constructors in org.exolab.jmscts.core with parameters of type ConnectionTestCase | |
| ConnectionTestRunner(ConnectionTestCase test)Construct an instance with the test case to run | |
| Uses of ConnectionTestCase in org.exolab.jmscts.stress | 
| Classes in org.exolab.jmscts.stress that implement ConnectionTestCase | |
|  class | ReceiveSize0KTestPerforms a stress test using one producer, one consumer and empty messages. | 
|  class | Send0KTestPerforms a stress test using one producer and empty messages. | 
|  class | SendReceive0KTestPerforms a stress test using one producer, one consumer and empty messages. | 
|  class | SendReceive2Size0KTestPerforms a stress test using one producer, two consumers and empty messages. | 
|  class | SendReceive50Size0KTestPerforms a stress test using one producer, fifty consumers and empty messages. | 
|  class | SendReceiveStressTestCaseThis class provides functionality for stress tests involving a single producer, and multiple concurrent consumers, for a single destination | 
| Uses of ConnectionTestCase in org.exolab.jmscts.test.asf | 
| Classes in org.exolab.jmscts.test.asf that implement ConnectionTestCase | |
|  class | ConnectionConsumerTestThis class tests the behaviour of ConnectionConsumers | 
| Uses of ConnectionTestCase in org.exolab.jmscts.test.connection | 
| Classes in org.exolab.jmscts.test.connection that implement ConnectionTestCase | |
|  class | ClientIdentifierTestThis class verifies that the client identifier can be set, but only on creation of a connection. | 
|  class | ConnectionCloseTestThis class tests the behaviour of Connection.close | 
|  class | ListenerTestThis class tests the behaviour of stopping and closing a connection while a listener is active. | 
|  class | MetaDataTestThis class tests that connections support JMSXGroupID and JMSXGroupSeq properties. | 
|  class | ReceiverTestThis class tests the behaviour of stopping and closing a connection while a receiver is active. | 
|  class | SendReceiveStopTestThis class tests the behaviour of Connection.stopandConnection.start | 
|  class | StopStartTestThis class tests the behaviour of Connection.stopandConnection.start | 
| Uses of ConnectionTestCase in org.exolab.jmscts.test.message.bytes | 
| Classes in org.exolab.jmscts.test.message.bytes that implement ConnectionTestCase | |
|  class | BytesMessageTestThis class tests the BytesMessagemessage type. | 
| Uses of ConnectionTestCase in org.exolab.jmscts.test.message.clear | 
| Classes in org.exolab.jmscts.test.message.clear that implement ConnectionTestCase | |
|  class | ClearTestThis class tests the behaviour of Message.clearBody()andMessage.clearProperties() | 
|  class | RecoverClearTestThis class tests the behaviour of Message.clearBody()andMessage.clearProperties()for CLIENT_ACKNOWLEDGE sessions
 where the session is recovered. | 
|  class | RollbackClearTestThis class tests the behaviour of Message.clearBody()andMessage.clearProperties()for transacted sessions where the
 session is rolled back. | 
|  class | SendReceiveClearTestThis class tests the behaviour of Message.clearBody()andMessage.clearProperties()on send and receipt, against all
 message, delivery, and transaction types | 
| Uses of ConnectionTestCase in org.exolab.jmscts.test.message.copy | 
| Classes in org.exolab.jmscts.test.message.copy that implement ConnectionTestCase | |
|  class | MapMessageTestThis class tests that MapMessagecopies byte array content | 
|  class | MessageCopyTestThis class tests that message properties and message bodies are copied on send and receive. | 
|  class | ObjectMessageTestThis class tests that ObjectMessagecopies content | 
|  class | StreamMessageTestThis class verifies that StreamMessagecopies content | 
| Uses of ConnectionTestCase in org.exolab.jmscts.test.message.foreign | 
| Classes in org.exolab.jmscts.test.message.foreign that implement ConnectionTestCase | |
|  class | ForeignMessageTestThis class tests the behaviour of sending 'foreign' messages. | 
| Uses of ConnectionTestCase in org.exolab.jmscts.test.message.header | 
| Classes in org.exolab.jmscts.test.message.header that implement ConnectionTestCase | |
|  class | JMSCorrelationIDTestThis class tests the JMSCorrelationID message property | 
|  class | JMSDestinationTestThis class tests the JMSDestination message property | 
|  class | JMSMessageIDTestThis class tests the JMSMessageID message property | 
|  class | JMSReplyToTestThis class tests the JMSReplyTo message property. | 
| Uses of ConnectionTestCase in org.exolab.jmscts.test.message.properties | 
| Classes in org.exolab.jmscts.test.message.properties that implement ConnectionTestCase | |
|  class | IdentifierTestThis class tests message property identifiers. | 
|  class | JMSXGroupTestThis 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 | PropertyConversionTestThis class tests message property conversion | 
|  class | PropertyTestThis class tests that message properties set before a message is sent are identical to those received. | 
|  class | PropertyTypeTestThis class tests message property types | 
| Uses of ConnectionTestCase in org.exolab.jmscts.test.message.readwrite | 
| Classes in org.exolab.jmscts.test.message.readwrite that implement ConnectionTestCase | |
|  class | ReadWriteTestThis class tests that message properties and message bodies may be read and written on creation of a new message | 
|  class | SendReceiveReadWriteTestThis class tests that message properties and message bodies are writeable on send, and readable on receipt | 
| Uses of ConnectionTestCase in org.exolab.jmscts.test.producer.ttl | 
| Classes in org.exolab.jmscts.test.producer.ttl that implement ConnectionTestCase | |
|  class | ExpirationTestThis class tests message expiration | 
|  class | QueueSenderTestThis 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.TimeToLiveTestCaseThis class provides helper methods for message time-to-live test cases | 
|  class | TopicPublisherTestThis class tests the behaviour of the time-to-live methods and their affect on the JMSExpiration, for TopicPublishers | 
| Uses of ConnectionTestCase in org.exolab.jmscts.test.selector | 
| Classes in org.exolab.jmscts.test.selector that implement ConnectionTestCase | |
|  class | AbstractSelectorTestCaseThis class enables selector test cases to be run for each JMS message, session and synchronous/asynchronous processing type. | 
|  class | AndOperatorTestThis class tests selectors containing the AND operator. | 
|  class | BetweenOperatorTestThis class tests selector containing the BETWEEN operator. | 
|  class | BooleanTestThis class tests selectors containing boolean literals. | 
|  class | EmptySelectorTestThis class tests the behaviour of empty selectors. | 
|  class | FloatTestThis class tests selectors containing floating point literals and objects. | 
|  class | JMSDeliveryModeTestThis class tests selectors containing JMSDeliveryMode | 
|  class | JMSPriorityTestThis class tests selectors containing JMSPriority | 
|  class | JMSTimestampTestThis class tests selectors containing JMSTimestamp | 
|  class | StringTestThis class tests selectors containing string literals and objects | 
| Uses of ConnectionTestCase in org.exolab.jmscts.test.session | 
| Classes in org.exolab.jmscts.test.session that implement ConnectionTestCase | |
|  class | AutoAckTestThis class tests the behaviour of consumers on sessions created with the Session.AUTO_ACKNOWLEDGEmessage acknowledgment mode. | 
|  class | CloseTestThis class tests the behaviour of Session.close | 
|  class | DupsAckTestThis class tests the behaviour of consumers on sessions created with the Session.DUPS_OK_ACKNOWLEDGEmessage acknowledgment mode. | 
|  class | ListenerCloseTestThis class tests the behaviour of stopping and closing a connection while a listener is active. | 
|  class | MessageListenerTestThis class tests that MessageListeners are invoked serially. | 
|  class | NonTransactedTestThis class verifies that methods used only for transacted sessions throw IllegalStateExceptionif invoked | 
|  class | ReceiverCloseTestThis class tests the behaviour of closing a session while a receiver is active. | 
| Uses of ConnectionTestCase in org.exolab.jmscts.test.session.clientack | 
| Classes in org.exolab.jmscts.test.session.clientack that implement ConnectionTestCase | |
|  class | ClientAcknowledgeTestThis class tests the behaviour of sessions created with the Session.CLIENT_ACKNOWLEDGEmessage acknowledgment mode. | 
| (package private)  class | org.exolab.jmscts.test.session.clientack.ClientAcknowledgeTestCaseThis class provides helper methods for CLIENT_ACKNOWLEDGE test cases | 
|  class | RepublishTestThis class tests the behaviour of republishing a received message, and then acknowledging it. | 
|  class | SubscriberRedeliveredTestThis 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 ConnectionTestCase in org.exolab.jmscts.test.session.transacted | 
| Classes in org.exolab.jmscts.test.session.transacted that implement ConnectionTestCase | |
|  class | CommitTestThis class tests session commit functionality | 
|  class | RecoverTestThis class verifies that methods used only for transacted sessions throw IllegalStateExceptionif invoked | 
|  class | RollbackTestThis class tests session rollback functionality. | 
| Uses of ConnectionTestCase in org.exolab.jmscts.test.topic | 
| Classes in org.exolab.jmscts.test.topic that implement ConnectionTestCase | |
|  class | DuplicateDurableSubscriberTestThis class tests the behaviour of durable TopicSubscribers | 
|  class | DurableSubscriberTestThis class tests the behaviour of durable TopicSubscribers | 
|  class | NoLocalTestThis class tests the behaviour of the noLocal argument of TopicSubscriber | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||