Class MessageDefaultTest

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

public class MessageDefaultTest extends JMSTestCase
Test the default constants of the jakarta.jms.Message interface.
Version:
$Id: MessageDefaultTest.java,v 1.1 2007/03/29 04:28:37 starksm Exp $
Author:
Jeff Mesnil (jmesnil@gmail.com)
  • Field Summary

    Fields inherited from class org.objectweb.jtests.jms.framework.JMSTestCase

    admin, PROP_FILE_NAME, startServer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static junit.framework.Test
    Method to use this class in a Test suite
    void
    test that the DEFAULT_DELIVERY_MODE of jakarta.jms.Message corresponds to jakarta.jms.Delivery.PERSISTENT.
    void
    test that the DEFAULT_PRIORITY of jakarta.jms.Message corresponds to 4.

    Methods inherited from class org.objectweb.jtests.jms.framework.JMSTestCase

    fail, getProviderProperties, setUp, tearDown

    Methods inherited from class junit.framework.TestCase

    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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MessageDefaultTest

      public MessageDefaultTest(String name)
  • Method Details

    • testDEFAULT_DELIVERY_MODE

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

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

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