Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.objectweb.jtests.jms.conform.topic
Class TemporaryTopicTest  view TemporaryTopicTest download TemporaryTopicTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.objectweb.jtests.jms.framework.JMSTestCase
              extended byorg.objectweb.jtests.jms.framework.PubSubTestCase
                  extended byorg.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