|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
org.objectweb.jtests.jms.framework.JMSTestCase (src)
org.objectweb.jtests.jms.conform.message.MessageDefaultTest
Test the default constants of the javax.jms.Message
interface.
Constructor Summary | |
MessageDefaultTest(java.lang.String name)
|
Method Summary | |
static Test |
suite()
Method to use this class in a Test suite |
void |
testDEFAULT_DELIVERY_MODE()
test that the DEFAULT_DELIVERY_MODE of javax.jms.Message
corresponds to javax.jms.Delivery.PERSISTENT . |
void |
testDEFAULT_PRIORITY()
test that the DEFAULT_PRIORITY of javax.jms.Message
corresponds to 4. |
Methods inherited from class org.objectweb.jtests.jms.framework.JMSTestCase (src) |
fail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageDefaultTest(java.lang.String name)
Method Detail |
public void testDEFAULT_DELIVERY_MODE()
DEFAULT_DELIVERY_MODE
of javax.jms.Message
corresponds to javax.jms.Delivery.PERSISTENT
.
public void testDEFAULT_PRIORITY()
DEFAULT_PRIORITY
of javax.jms.Message
corresponds to 4.
public static Test suite()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |