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

Quick Search    Search Deep

org.activemq.jndi
Class CustomConnectionFactoryNameTest  view CustomConnectionFactoryNameTest download CustomConnectionFactoryNameTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.activemq.jndi.JNDITestSupport
              extended byorg.activemq.jndi.ActiveMQInitialContextFactoryTest
                  extended byorg.activemq.jndi.CustomConnectionFactoryNameTest
All Implemented Interfaces:
junit.framework.Test

public class CustomConnectionFactoryNameTest
extends ActiveMQInitialContextFactoryTest

Test case for AMQ-141

Version:
$Revision: 1.1.1.1 $

Field Summary
 
Fields inherited from class org.activemq.jndi.JNDITestSupport
context, environment
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
CustomConnectionFactoryNameTest()
           
 
Method Summary
protected  void configureEnvironment()
           
protected  java.lang.String getConnectionFactoryLookupName()
           
 void testConnectionFactoriesAreConfigured()
           
 void testConnectionFactoriesArePresent()
           
 
Methods inherited from class org.activemq.jndi.ActiveMQInitialContextFactoryTest
testDestinationsArePresent, testDynamicallyGrowing
 
Methods inherited from class org.activemq.jndi.JNDITestSupport
assertBinding, assertConnectionFactoryPresent, assertDestinationExists, setUp, tearDown
 
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

CustomConnectionFactoryNameTest

public CustomConnectionFactoryNameTest()
Method Detail

testConnectionFactoriesArePresent

public void testConnectionFactoriesArePresent()
                                       throws javax.naming.NamingException
Overrides:
testConnectionFactoriesArePresent in class ActiveMQInitialContextFactoryTest

testConnectionFactoriesAreConfigured

public void testConnectionFactoriesAreConfigured()
                                          throws javax.naming.NamingException

getConnectionFactoryLookupName

protected java.lang.String getConnectionFactoryLookupName()
Overrides:
getConnectionFactoryLookupName in class ActiveMQInitialContextFactoryTest

configureEnvironment

protected void configureEnvironment()
Overrides:
configureEnvironment in class JNDITestSupport