org.mule.providers.jms.issues
Class ActiveMQJmsTransactionMule2071TestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.mule.tck.AbstractMuleTestCase
              extended by org.mule.test.integration.providers.jms.AbstractJmsFunctionalTestCase
                  extended by org.mule.test.integration.providers.jms.AbstractJmsTransactionFunctionalTest
                      extended by org.mule.providers.jms.issues.ActiveMQJmsTransactionMule2071TestCase
All Implemented Interfaces:
Test, org.mule.tck.TestCaseWatchdogTimeoutHandler

public class ActiveMQJmsTransactionMule2071TestCase
extends AbstractJmsTransactionFunctionalTest

The excluded parts of ActiveMQJmsTransactionFucntionalTestCase.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.mule.test.integration.providers.jms.AbstractJmsTransactionFunctionalTest
AbstractJmsTransactionFunctionalTest.RollbackExceptionListener
 
Nested classes/interfaces inherited from class org.mule.tck.AbstractMuleTestCase
org.mule.tck.AbstractMuleTestCase.TestInfo
 
Field Summary
protected  org.apache.activemq.ActiveMQConnectionFactory factory
           
 
Fields inherited from class org.mule.test.integration.providers.jms.AbstractJmsTransactionFunctionalTest
ALL, CLEANUP, currentTx, exclusionFlag, SEND_NOT_TRANSACTED, SEND_TRANSACTED_ALWAYS, SEND_TRANSACTED_IF_POSSIBLE_WITH_TRANSACTION, SEND_TRANSACTED_IF_POSSIBLE_WITHOUT_TRANSACTION, SEND_TRANSACTED_ROLLBACK, TRANSACTED_REDELIVERY_TO_DL_DESTINATION
 
Fields inherited from class org.mule.test.integration.providers.jms.AbstractJmsFunctionalTestCase
callbackCalled, cnn, connector, CONNECTOR_NAME, currentMsg, DEFAULT_DL_QUEUE, DEFAULT_DL_TOPIC, DEFAULT_IN_QUEUE, DEFAULT_IN_TOPIC, DEFAULT_MESSAGE, DEFAULT_OUT_QUEUE, DEFAULT_OUT_TOPIC, eventCount, LOCK_WAIT, logger, model
 
Fields inherited from class org.mule.tck.AbstractMuleTestCase
IGNORED_DOT_MULE_DIRS
 
Constructor Summary
ActiveMQJmsTransactionMule2071TestCase()
           
 
Method Summary
 org.mule.providers.jms.JmsConnector createConnector()
           
protected  void doTearDown()
           
 ConnectionFactory getConnectionFactory()
           
 org.mule.umo.UMOTransactionFactory getTransactionFactory()
           
 
Methods inherited from class org.mule.test.integration.providers.jms.AbstractJmsTransactionFunctionalTest
addResultListener, afterInitialise, doSetUp, exclude, getAcknowledgementMode, getDescriptor, getDLDest, getInDest, getOutDest, initialiseComponent, notExcluded, send, testCleanup, testSendNotTransacted, testSendTransactedAlways, testSendTransactedIfPossibleWithoutTransaction, testSendTransactedIfPossibleWithTransaction, testSendTransactedRollback, testTransactedRedeliveryToDLDestination
 
Methods inherited from class org.mule.test.integration.providers.jms.AbstractJmsFunctionalTestCase
drainDestinations, getSenderConnection, initialiseComponent, receive, send, useTopics
 
Methods inherited from class org.mule.tck.AbstractMuleTestCase
createTestInfo, createWatchdog, disposeManager, getDefaultModel, getManager, getName, getTestComponent, getTestConnector, getTestDescriptor, getTestEndpoint, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInfo, getTestManager, getTestSession, getTestTransformer, handleTimeout, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isDisposeManagerPerSuite, isExcluded, isOffline, run, runBare, setDisposeManagerPerSuite, setUp, suitePostSetUp, suitePostTearDown, suitePreSetUp, suitePreTearDown, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, run, 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

factory

protected org.apache.activemq.ActiveMQConnectionFactory factory
Constructor Detail

ActiveMQJmsTransactionMule2071TestCase

public ActiveMQJmsTransactionMule2071TestCase()
Method Detail

getConnectionFactory

public ConnectionFactory getConnectionFactory()
                                       throws Exception
Specified by:
getConnectionFactory in class AbstractJmsFunctionalTestCase
Throws:
Exception

doTearDown

protected void doTearDown()
                   throws Exception
Overrides:
doTearDown in class AbstractJmsTransactionFunctionalTest
Throws:
Exception

getTransactionFactory

public org.mule.umo.UMOTransactionFactory getTransactionFactory()
Specified by:
getTransactionFactory in class AbstractJmsTransactionFunctionalTest

createConnector

public org.mule.providers.jms.JmsConnector createConnector()
                                                    throws Exception
Specified by:
createConnector in class AbstractJmsFunctionalTestCase
Throws:
Exception


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.