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

Quick Search    Search Deep

org.activemq.transport.openwire
Class OpenWireTransportTest  view OpenWireTransportTest download OpenWireTransportTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.activemq.test.TestSupport
              extended byorg.activemq.test.JmsSendReceiveTestSupport
                  extended byorg.activemq.test.JmsTopicSendReceiveWithTwoConnectionsTest
                      extended byorg.activemq.transport.openwire.OpenWireTransportTest
All Implemented Interfaces:
javax.jms.MessageListener, junit.framework.Test

public class OpenWireTransportTest
extends org.activemq.test.JmsTopicSendReceiveWithTwoConnectionsTest

Version:
$Revision: 1.1 $

Field Summary
private  org.activemq.broker.BrokerContainer broker
           
 
Fields inherited from class org.activemq.test.JmsTopicSendReceiveWithTwoConnectionsTest
receiveConnection, receiveSession, sendConnection
 
Fields inherited from class org.activemq.test.JmsSendReceiveTestSupport
consumer, consumerDestination, consumeSession, data, deliveryMode, doneLatch, durable, messageCount, messages, producer, producerDestination, session, topic, useSeparateSession, verbose
 
Fields inherited from class org.activemq.test.TestSupport
connectionFactory, log
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
OpenWireTransportTest()
           
 
Method Summary
protected  org.activemq.ActiveMQConnectionFactory createConnectionFactory()
           
protected  void setUp()
          Sets up the fixture, for example, open a network connection.
protected  void tearDown()
          Tears down the fixture, for example, close a network connection.
 
Methods inherited from class org.activemq.test.JmsTopicSendReceiveWithTwoConnectionsTest
createReceiveConnection, createSendConnection
 
Methods inherited from class org.activemq.test.JmsSendReceiveTestSupport
assertMessagesAreReceived, assertMessagesReceivedAreValid, consumeMessage, createConcurrentList, onMessage, testSendReceive, waitForMessagesToBeDelivered
 
Methods inherited from class org.activemq.test.TestSupport
assertEquals, assertEquals, assertEquals, assertTextMessageEqual, assertTextMessagesEqual, assertTextMessagesEqual, createConnection, createDestination, createMessage, getConnectionFactory, getConsumerSubject, getProducerSubject, getSubject
 
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

broker

private org.activemq.broker.BrokerContainer broker
Constructor Detail

OpenWireTransportTest

public OpenWireTransportTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Description copied from class: junit.framework.TestCase
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.


tearDown

protected void tearDown()
                 throws java.lang.Exception
Description copied from class: junit.framework.TestCase
Tears down the fixture, for example, close a network connection. This method is called after a test is executed.


createConnectionFactory

protected org.activemq.ActiveMQConnectionFactory createConnectionFactory()