Class JMSXPropertyTest

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

public class JMSXPropertyTest extends PTPTestCase
Test the JMSX defined properties.
See JMS Specification, sec. 3.5.9 JMS Defined Properties
Version:
$Id: JMSXPropertyTest.java,v 1.2 2007/06/19 23:32:34 csuconic Exp $
Author:
Jeff Mesnil (jmesnil@gmail.com)
  • Constructor Details

    • JMSXPropertyTest

      public JMSXPropertyTest(String name)
  • Method Details

    • testSupportsJMSXGroupID

      public void testSupportsJMSXGroupID()
      Test that the JMSX property JMSXGroupID is supported.
    • testJMSXGroupID_1

      public void testJMSXGroupID_1()
      Test that the JMSX property JMSXGroupID works
    • testJMSXDeliveryCount

      public void testJMSXDeliveryCount() throws Exception
      Test that the JMSX property JMSXDeliveryCount works.
      Throws:
      Exception
    • suite

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