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

Quick Search    Search Deep

org.activemq.usecases
Class PersistentNonDurableTopicSystemTest  view PersistentNonDurableTopicSystemTest download PersistentNonDurableTopicSystemTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.activemq.usecases.SystemTest
              extended byorg.activemq.usecases.PersistentNonDurableTopicSystemTest
All Implemented Interfaces:
javax.jms.MessageListener, junit.framework.Test

public class PersistentNonDurableTopicSystemTest
extends SystemTest


Field Summary
 
Fields inherited from class org.activemq.usecases.SystemTest
ACTIVEMQ_SERVER, LAST_MESSAGE, ProducerMap, TOOL_DEFAULT, TRANSACTED_FALSE
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
PersistentNonDurableTopicSystemTest()
           
 
Method Summary
protected  void setUp()
          Sets up the resources of the unit test.
protected  void tearDown()
          Clears up the resources used in the unit test.
 void testPersistentNonDurableTopicMessageA()
          Unit test for persistent non-durable topic messages with the following settings: 1 Producer, 1 Consumer, 1 Subject, 10 Messages
 void testPersistentNonDurableTopicMessageB()
          Unit test for persistent non-durable topic messages with the following settings: 10 Producers, 10 Consumers, 1 Subject, 10 Messages
 void testPersistentNonDurableTopicMessageC()
          Unit test for persistent non-durable topic messages with the following settings: 10 Producers, 10 Consumers, 10 Subjects, 10 Messages
 
Methods inherited from class org.activemq.usecases.SystemTest
createPersistenceAdapter, doTest, getSubjects, onMessage, publish, publish, resetProducerMap, subscribe, subscribe, testParameterSettings, timerLoop
 
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
 

Constructor Detail

PersistentNonDurableTopicSystemTest

public PersistentNonDurableTopicSystemTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Sets up the resources of the unit test.

Overrides:
setUp in class SystemTest

tearDown

protected void tearDown()
                 throws java.lang.Exception
Clears up the resources used in the unit test.

Overrides:
tearDown in class SystemTest

testPersistentNonDurableTopicMessageA

public void testPersistentNonDurableTopicMessageA()
                                           throws java.lang.Exception
Unit test for persistent non-durable topic messages with the following settings: 1 Producer, 1 Consumer, 1 Subject, 10 Messages


testPersistentNonDurableTopicMessageB

public void testPersistentNonDurableTopicMessageB()
                                           throws java.lang.Exception
Unit test for persistent non-durable topic messages with the following settings: 10 Producers, 10 Consumers, 1 Subject, 10 Messages


testPersistentNonDurableTopicMessageC

public void testPersistentNonDurableTopicMessageC()
                                           throws java.lang.Exception
Unit test for persistent non-durable topic messages with the following settings: 10 Producers, 10 Consumers, 10 Subjects, 10 Messages