Uses of Class
org.objectweb.jtests.jms.framework.JMSTestCase
Packages that use JMSTestCase
Package
Description
Tests JMS Connection features.
Tests JMS Message features.
Tests JMS Message Header Fields features.
Tests JMS Message Properties features.
Tests JMS Queue features.
Tests JMS Selector features.
Tests JMS Session features.
Tests JMS Topic features.
Extension of JUnit Testing framework to take into account JMS specific features.
-
Uses of JMSTestCase in org.objectweb.jtests.jms.conform.connection
Subclasses of JMSTestCase in org.objectweb.jtests.jms.conform.connectionModifier and TypeClassDescriptionclassTest connections.classTest topic-specific connection features. -
Uses of JMSTestCase in org.objectweb.jtests.jms.conform.message
Subclasses of JMSTestCase in org.objectweb.jtests.jms.conform.messageModifier and TypeClassDescriptionclassTests on message body.classTest the default constants of thejakarta.jms.Messageinterface.classTest the different types of messages provided by JMS. -
Uses of JMSTestCase in org.objectweb.jtests.jms.conform.message.headers
Subclasses of JMSTestCase in org.objectweb.jtests.jms.conform.message.headers -
Uses of JMSTestCase in org.objectweb.jtests.jms.conform.message.properties
Subclasses of JMSTestCase in org.objectweb.jtests.jms.conform.message.propertiesModifier and TypeClassDescriptionclassTest the JMSX defined properties.classTest the conversion of primitive types for thejakarta.jms.Messageproperties.classTest thejakarta.jms.Messageproperties. -
Uses of JMSTestCase in org.objectweb.jtests.jms.conform.queue
Subclasses of JMSTestCase in org.objectweb.jtests.jms.conform.queueModifier and TypeClassDescriptionclassTest thejakarta.jms.QueueBrowserfeatures.classTest thejakarta.jms.TemporaryQueuefeatures. -
Uses of JMSTestCase in org.objectweb.jtests.jms.conform.selector
Subclasses of JMSTestCase in org.objectweb.jtests.jms.conform.selectorModifier and TypeClassDescriptionclassTest the syntax of of message selector of JMSclassTest the message selector features of JMS -
Uses of JMSTestCase in org.objectweb.jtests.jms.conform.session
Subclasses of JMSTestCase in org.objectweb.jtests.jms.conform.sessionModifier and TypeClassDescriptionclassTest queue sessions
See JMS specifications, sec.classTest sessions
See JMS specifications, sec.classTest topic sessions
See JMS specifications, sec.classTest unified JMS 1.1 sessions. -
Uses of JMSTestCase in org.objectweb.jtests.jms.conform.topic
Subclasses of JMSTestCase in org.objectweb.jtests.jms.conform.topicModifier and TypeClassDescriptionclassTest thejavax.jms.TemporaryTopicfeatures. -
Uses of JMSTestCase in org.objectweb.jtests.jms.framework
Subclasses of JMSTestCase in org.objectweb.jtests.jms.frameworkModifier and TypeClassDescriptionclassCreates convenient Point to Point JMS objects which can be needed for tests.classCreates convenient JMS Publish/Subscribe objects which can be needed for tests.classCreates convenient Unified JMS 1.1 objects which can be needed for tests.