|
|||||||||
| Home >> All >> org >> objectweb >> jtests >> jms >> conform >> [ topic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.objectweb.jtests.jms.conform.topic
Class TemporaryTopicTest

java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.objectweb.jtests.jms.framework.JMSTestCase
org.objectweb.jtests.jms.framework.PubSubTestCase
org.objectweb.jtests.jms.conform.topic.TemporaryTopicTest
- All Implemented Interfaces:
- junit.framework.Test
- public class TemporaryTopicTest
- extends org.objectweb.jtests.jms.framework.PubSubTestCase
Test the javax.jms.TemporaryTopic features.
- Version:
- $Id: TemporaryTopicTest.java,v 1.1 2002/04/21 21:15:19 chirino Exp $
| Field Summary | |
private javax.jms.TopicSubscriber |
tempSubscriber
|
private javax.jms.TemporaryTopic |
tempTopic
|
| Fields inherited from class org.objectweb.jtests.jms.framework.PubSubTestCase |
publisher, publisherConnection, publisherSession, publisherTCF, publisherTopic, subscriber, subscriberConnection, subscriberSession, subscriberTCF, subscriberTopic |
| Fields inherited from class junit.framework.TestCase |
|
| Constructor Summary | |
TemporaryTopicTest(java.lang.String name)
|
|
| Method Summary | |
static junit.framework.Test |
suite()
Method to use this class in a Test suite |
void |
testTemporaryTopic()
Test a TemporaryTopic |
| Methods inherited from class org.objectweb.jtests.jms.framework.PubSubTestCase |
setUp, tearDown |
| Methods inherited from class org.objectweb.jtests.jms.framework.JMSTestCase |
fail |
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
tempTopic
private javax.jms.TemporaryTopic tempTopic
tempSubscriber
private javax.jms.TopicSubscriber tempSubscriber
| Constructor Detail |
TemporaryTopicTest
public TemporaryTopicTest(java.lang.String name)
| Method Detail |
testTemporaryTopic
public void testTemporaryTopic()
- Test a TemporaryTopic
suite
public static junit.framework.Test suite()
- Method to use this class in a Test suite
|
|||||||||
| Home >> All >> org >> objectweb >> jtests >> jms >> conform >> [ topic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC