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
Test the JMSX defined properties.
See JMS Specification, sec. 3.5.9 JMS 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)
-
Field Summary
Fields inherited from class org.objectweb.jtests.jms.framework.PTPTestCase
ctx, receiver, receiverConnection, receiverQCF, receiverQueue, receiverSession, sender, senderConnection, senderQCF, senderQueue, senderSessionFields inherited from class org.objectweb.jtests.jms.framework.JMSTestCase
admin, PROP_FILE_NAME, startServer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic junit.framework.Testsuite()Method to use this class in a Test suitevoidTest that the JMSX propertyJMSXDeliveryCountworks.voidTest that the JMSX propertyJMSXGroupIDworksvoidTest that the JMSX propertyJMSXGroupIDis supported.Methods inherited from class org.objectweb.jtests.jms.framework.PTPTestCase
setUp, tearDownMethods inherited from class org.objectweb.jtests.jms.framework.JMSTestCase
fail, getProviderPropertiesMethods 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
-
Constructor Details
-
JMSXPropertyTest
-
-
Method Details
-
testSupportsJMSXGroupID
public void testSupportsJMSXGroupID()Test that the JMSX propertyJMSXGroupIDis supported. -
testJMSXGroupID_1
public void testJMSXGroupID_1()Test that the JMSX propertyJMSXGroupIDworks -
testJMSXDeliveryCount
Test that the JMSX propertyJMSXDeliveryCountworks.- Throws:
Exception
-
suite
public static junit.framework.Test suite()Method to use this class in a Test suite
-