org.objectweb.jtests.jms.conform.message.properties
Class JMSXPropertyTest

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.framework.PTPTestCase
                  extended by 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, �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@inrialpes.fr)

Field Summary
 
Fields inherited from class org.objectweb.jtests.jms.framework.PTPTestCase
admin, ctx, receiver, receiverConnection, receiverQCF, receiverQueue, receiverSession, sender, senderConnection, senderQCF, senderQueue, senderSession
 
Constructor Summary
JMSXPropertyTest(java.lang.String name)
           
 
Method Summary
static junit.framework.Test suite()
          Method to use this class in a Test suite
 void testJMSXDeliveryCount()
          Test that the JMSX property JMSXDeliveryCount works.
 void testJMSXGroupID_1()
          Test that the JMSX property JMSXGroupID works
 void testSupportsJMSXDeliveryCount()
          Test that the JMSX property JMSXDeliveryCount is supported.
 void testSupportsJMSXGroupID()
          Test that the JMSX property JMSXGroupID is supported.
 void testSupportsJMSXGroupSeq()
          Test that the JMSX property JMSXGroupSeq is supported.
 
Methods inherited from class org.objectweb.jtests.jms.framework.PTPTestCase
setUp, tearDown
 
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, 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

JMSXPropertyTest

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

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


testSupportsJMSXGroupSeq

public void testSupportsJMSXGroupSeq()
Test that the JMSX property JMSXGroupSeq is supported.


testSupportsJMSXDeliveryCount

public void testSupportsJMSXDeliveryCount()
Test that the JMSX property JMSXDeliveryCount is supported.


testJMSXDeliveryCount

public void testJMSXDeliveryCount()
Test that the JMSX property JMSXDeliveryCount works.


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.