org.activemq.ra
Class ManagedConnectionFactoryTest

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.activemq.ra.ManagedConnectionFactoryTest
- All Implemented Interfaces:
- junit.framework.Test
- public class ManagedConnectionFactoryTest
- extends junit.framework.TestCase
- Version:
- $Revision: 1.1.1.1 $
| Fields inherited from class junit.framework.TestCase |
|
| 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 |
DEFAULT_HOST
protected static final java.lang.String DEFAULT_HOST
- See Also:
- Constant Field Values
REMOTE_HOST
protected static final java.lang.String REMOTE_HOST
- See Also:
- Constant Field Values
managedConnectionFactory
protected ActiveMQManagedConnectionFactory managedConnectionFactory
broker
protected org.activemq.broker.BrokerContainer broker
ManagedConnectionFactoryTest
public ManagedConnectionFactoryTest()
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.
startBroker
protected void startBroker()
throws javax.jms.JMSException
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.
testConnectionFactoryAllocation
public void testConnectionFactoryAllocation()
throws javax.resource.ResourceException,
javax.jms.JMSException
testConnectionFactoryConnectionMatching
public void testConnectionFactoryConnectionMatching()
throws javax.resource.ResourceException,
javax.jms.JMSException
testConnectionFactoryIsSerializableAndReferenceable
public void testConnectionFactoryIsSerializableAndReferenceable()
throws javax.resource.ResourceException,
javax.jms.JMSException
testImplementsQueueAndTopicConnectionFactory
public void testImplementsQueueAndTopicConnectionFactory()
throws java.lang.Exception