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
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic junit.framework.Testsuite()Method to use this class in a Test suitevoidtest that theDEFAULT_DELIVERY_MODEofjakarta.jms.Messagecorresponds tojakarta.jms.Delivery.PERSISTENT.voidtest that theDEFAULT_PRIORITYofjakarta.jms.Messagecorresponds to 4.Methods inherited from class org.objectweb.jtests.jms.framework.JMSTestCase
fail, getProviderProperties, setUp, tearDownMethods 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
-
MessageDefaultTest
-
-
Method Details
-
testDEFAULT_DELIVERY_MODE
public void testDEFAULT_DELIVERY_MODE()test that theDEFAULT_DELIVERY_MODEofjakarta.jms.Messagecorresponds tojakarta.jms.Delivery.PERSISTENT. -
testDEFAULT_PRIORITY
public void testDEFAULT_PRIORITY()test that theDEFAULT_PRIORITYofjakarta.jms.Messagecorresponds to 4. -
suite
public static junit.framework.Test suite()Method to use this class in a Test suite
-