org.mule.transport.jms.integration
Class AbstractJmsFunctionalTestCase
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.mule.tck.AbstractMuleTestCase
org.mule.tck.FunctionalTestCase
org.mule.transport.jms.integration.AbstractJmsFunctionalTestCase
- All Implemented Interfaces:
- Test, TestCaseWatchdogTimeoutHandler
- Direct Known Subclasses:
- JmsClientAcknowledgeTransactionTestCase, JmsDurableTopicTestCase, JmsExceptionStrategyTestCase, JmsMuleSideDurableTopicTestCase, JmsMuleSideDurableTopicXATxTestCase, JmsQueueTestCase, JmsQueueWithCompressionTestCase, JmsQueueWithTransactionTestCase, JmsReconnectionFunctionalMule1720TestCase, JmsSingleTransactionAlwaysBeginConfigurationTestCase, JmsSingleTransactionBeginOrJoinAndAlwaysBeginTestCase, JmsSingleTransactionComponentTestCase, JmsSingleTransactionNoneTestCase, JmsTopicTestCase, JmsTransformersTestCase, JmsXAAlwaysBeginTestCase, JmsXATransactionComponentTestCase, MessageAwareTransformersMule2685TestCase
public abstract class AbstractJmsFunctionalTestCase
- extends org.mule.tck.FunctionalTestCase
The main idea
Methods inherited from class org.mule.tck.FunctionalTestCase |
getBuilder, getComponent, getComponent, getConfigResources, getConfigurationResources, loadResource, loadResourceAsString |
Methods inherited from class org.mule.tck.AbstractMuleTestCase |
configureMuleContext, createMuleContext, createTestInfo, createWatchdog, disposeManager, getName, getStartUpProperties, getTestConnector, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEvent, getTestInfo, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestService, getTestService, getTestService, getTestSession, getTestTransformer, handleTimeout, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isDisposeManagerPerSuite, isExcluded, isOffline, isStartContext, registerTestMethod, run, runBare, setDisposeManagerPerSuite, setName, setStartContext, setUp, suitePostTearDown, suitePreSetUp, tearDown |
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, failNotEquals, failNotSame, failSame |
DEFAULT_BROKER_URL
public static final String DEFAULT_BROKER_URL
- See Also:
- Constant Field Values
DEFAULT_INPUT_MESSAGE
public static final String DEFAULT_INPUT_MESSAGE
- See Also:
- Constant Field Values
DEFAULT_OUTPUT_MESSAGE
public static final String DEFAULT_OUTPUT_MESSAGE
- See Also:
- Constant Field Values
DEFAULT_INPUT_MQ_QUEUE_NAME
public static final String DEFAULT_INPUT_MQ_QUEUE_NAME
- See Also:
- Constant Field Values
DEFAULT_INPUT_MULE_QUEUE_NAME
public static final String DEFAULT_INPUT_MULE_QUEUE_NAME
- See Also:
- Constant Field Values
DEFAULT_OUTPUT_MQ_QUEUE_NAME
public static final String DEFAULT_OUTPUT_MQ_QUEUE_NAME
- See Also:
- Constant Field Values
DEFAULT_OUTPUT_MULE_QUEUE_NAME
public static final String DEFAULT_OUTPUT_MULE_QUEUE_NAME
- See Also:
- Constant Field Values
TIMEOUT
public static final long TIMEOUT
- See Also:
- Constant Field Values
SMALL_TIMEOUT
public static final long SMALL_TIMEOUT
- See Also:
- Constant Field Values
LOCK_WAIT
public static final long LOCK_WAIT
- See Also:
- Constant Field Values
CONNECTOR_NAME
public static final String CONNECTOR_NAME
- See Also:
- Constant Field Values
scenarioNoTx
protected org.mule.transport.jms.integration.AbstractJmsFunctionalTestCase.Scenario scenarioNoTx
scenarioCommit
protected org.mule.transport.jms.integration.AbstractJmsFunctionalTestCase.Scenario scenarioCommit
scenarioRollback
protected org.mule.transport.jms.integration.AbstractJmsFunctionalTestCase.Scenario scenarioRollback
scenarioNotReceive
protected org.mule.transport.jms.integration.AbstractJmsFunctionalTestCase.Scenario scenarioNotReceive
AbstractJmsFunctionalTestCase
public AbstractJmsFunctionalTestCase()
dispatchMessage
protected void dispatchMessage()
throws Exception
- Throws:
Exception
dispatchMessage
protected void dispatchMessage(Object payload)
throws Exception
- Throws:
Exception
receiveMessage
protected org.mule.api.MuleMessage receiveMessage()
throws Exception
- Throws:
Exception
runAsynchronousDispatching
public void runAsynchronousDispatching()
throws Exception
- Throws:
Exception
doSetUp
protected void doSetUp()
throws Exception
- Overrides:
doSetUp
in class AbstractMuleTestCase
- Throws:
Exception
doTearDown
protected void doTearDown()
throws Exception
- Overrides:
doTearDown
in class AbstractMuleTestCase
- Throws:
Exception
getClient
protected org.mule.module.client.MuleClient getClient()
send
public void send(org.mule.transport.jms.integration.AbstractJmsFunctionalTestCase.Scenario scenario)
throws Exception
- Throws:
Exception
receive
public Message receive(org.mule.transport.jms.integration.AbstractJmsFunctionalTestCase.Scenario scenario)
throws Exception
- Throws:
Exception
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.