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

Quick Search    Search Deep

org.activemq.message
Class ActiveMQDestinationTest  view ActiveMQDestinationTest download ActiveMQDestinationTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.activemq.message.ActiveMQDestinationTest
All Implemented Interfaces:
junit.framework.Test

public class ActiveMQDestinationTest
extends junit.framework.TestCase


Field Summary
(package private)  ActiveMQDestination queue1
           
(package private)  ActiveMQDestination queue2
           
(package private)  ActiveMQDestination queue3
           
(package private)  ActiveMQDestination queue4
           
(package private)  ActiveMQDestination topic1
           
(package private)  ActiveMQDestination topic2
           
(package private)  ActiveMQDestination topic3
           
(package private)  ActiveMQDestination topic4
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
ActiveMQDestinationTest()
           
 
Method Summary
protected  void assertCompareTo(ActiveMQDestination dest1, ActiveMQDestination dest2, int expected)
           
static void main(java.lang.String[] args)
           
 void testAdvisoryDestination()
           
 void testCompareQueues()
           
 void testCompareQueuesAndTopics()
           
 void testCompareTopics()
           
 void testCompositeQueues()
           
 void testCompositeQueueWithChildTopic()
           
 void testCompositeTopics()
           
 void testCompositeTopicsWithChildQueue()
           
 void testGetClientID()
           
 void testNormalDestinationsAreNotComposite()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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

topic1

ActiveMQDestination topic1

topic2

ActiveMQDestination topic2

topic3

ActiveMQDestination topic3

topic4

ActiveMQDestination topic4

queue1

ActiveMQDestination queue1

queue2

ActiveMQDestination queue2

queue3

ActiveMQDestination queue3

queue4

ActiveMQDestination queue4
Constructor Detail

ActiveMQDestinationTest

public ActiveMQDestinationTest()
Method Detail

main

public static void main(java.lang.String[] args)

testCompareTopics

public void testCompareTopics()

testCompareQueues

public void testCompareQueues()

testCompareQueuesAndTopics

public void testCompareQueuesAndTopics()

testGetClientID

public void testGetClientID()

testCompositeQueues

public void testCompositeQueues()

testCompositeQueueWithChildTopic

public void testCompositeQueueWithChildTopic()

testCompositeTopics

public void testCompositeTopics()

testCompositeTopicsWithChildQueue

public void testCompositeTopicsWithChildQueue()

testNormalDestinationsAreNotComposite

public void testNormalDestinationsAreNotComposite()

testAdvisoryDestination

public void testAdvisoryDestination()

assertCompareTo

protected void assertCompareTo(ActiveMQDestination dest1,
                               ActiveMQDestination dest2,
                               int expected)