org.objectweb.jtests.jms.conform.message
Class MessageDefaultTest

java.lang.Object
  extended byTestCase
      extended byorg.objectweb.jtests.jms.framework.JMSTestCase (src) 
          extended byorg.objectweb.jtests.jms.conform.message.MessageDefaultTest

public class MessageDefaultTest
extends JMSTestCase (src)

Test the default constants of the javax.jms.Message interface.

See Also:
Serialized Form

Constructor Summary
MessageDefaultTest(java.lang.String name)
           
 
Method Summary
static Test suite()
          Method to use this class in a Test suite
 void testDEFAULT_DELIVERY_MODE()
          test that the DEFAULT_DELIVERY_MODE of javax.jms.Message corresponds to javax.jms.Delivery.PERSISTENT.
 void testDEFAULT_PRIORITY()
          test that the DEFAULT_PRIORITY of javax.jms.Message corresponds to 4.
 
Methods inherited from class org.objectweb.jtests.jms.framework.JMSTestCase (src)
fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageDefaultTest

public MessageDefaultTest(java.lang.String name)
Method Detail

testDEFAULT_DELIVERY_MODE

public void testDEFAULT_DELIVERY_MODE()
test that the DEFAULT_DELIVERY_MODE of javax.jms.Message corresponds to javax.jms.Delivery.PERSISTENT.


testDEFAULT_PRIORITY

public void testDEFAULT_PRIORITY()
test that the DEFAULT_PRIORITY of javax.jms.Message corresponds to 4.


suite

public static Test suite()
Method to use this class in a Test suite