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

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.objectweb.jtests.jms.framework.JMSTestCase
              extended by org.objectweb.jtests.jms.conform.message.MessageDefaultTest
All Implemented Interfaces:
junit.framework.Test

public class MessageDefaultTest
extends JMSTestCase

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

Version:
$Id: MessageDefaultTest.java,v 1.1 2007/03/29 04:28:37 starksm Exp $
Author:
Jeff Mesnil (jmesnil@inrialpes.fr)

Constructor Summary
MessageDefaultTest(java.lang.String name)
           
 
Method Summary
static junit.framework.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
fail, getProviderProperties
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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 junit.framework.Test suite()
Method to use this class in a Test suite



Copyright © 2010 JBoss, A division of Red Hat. All Rights Reserved.