org.mule.test.construct
Class FlowConfigurationFunctionalTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.tck.junit4.AbstractMuleContextTestCase
          extended by org.mule.tck.junit4.FunctionalTestCase
              extended by org.mule.test.construct.FlowConfigurationFunctionalTestCase

public class FlowConfigurationFunctionalTestCase
extends FunctionalTestCase


Nested Class Summary
static class FlowConfigurationFunctionalTestCase.Pojo
           
static class FlowConfigurationFunctionalTestCase.TestMessageSource
           
static class FlowConfigurationFunctionalTestCase.ThreadSensingMessageProcessor
           
 
Field Summary
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleContextTestCase
callbackCalled, CLASSNAME_ANNOTATIONS_CONFIG_BUILDER, IGNORED_DOT_MULE_DIRS, LOCK_TIMEOUT, muleContext, RECEIVE_TIMEOUT, TEST_MESSAGE
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
FlowConfigurationFunctionalTestCase()
           
 
Method Summary
protected  String getConfigResources()
           
 void testAsyncAynchronous()
           
 void testAsyncOneWayEndpoint()
           
 void testAsyncQueuedAsynchronous()
           
 void testAsyncRequestResponseEndpoint()
           
 void testAsyncSedaOneWayEndpoint()
           
 void testAsyncTransactionalEndpoint()
           
 void testChoiceWithoutOutboundEndpoints()
           
 void testComponentsFlow()
           
 void testCustomMessageRouter()
           
 void testCustomMessageSource()
           
 void testCustomMessageSourceInComposite()
           
 void testEnrichUsingComponent()
           
 void testEnrichUsingComponent2()
           
 void testEnrichWithAttributes()
           
 void testEnrichWithElements()
           
 void testFlow()
           
 void testFlowAynchronous()
           
 void testFlowCompositeSource()
           
 void testFlowQueuedAsynchronous()
           
 void testFlowRef()
           
 void testFlowSynchronous()
           
 void testInOutAppendFlow()
           
 void testInOutFlow()
           
 void testInvoke()
           
 void testInvoke2()
           
 void testInvoke3()
           
 void testInvoke4()
           
 void testLoggerHeader()
           
 void testLoggerMessage()
           
 void testMessageChunkSplitAggregateFlow()
           
 void testMulticaster()
           
 void testPoll()
           
 void testPollFlowRef()
           
 void testRecipientList()
           
 void testResponseElement()
           
 void testSplitAggregateFlow()
           
 void testSplitAggregateListFlow()
           
 void testSplitAggregateListFlowSingleItem()
           
 void testSplitAggregateMapFlow()
           
 void testSplitAggregateResponseListFlow()
           
 void testSplitAggregateResponseListFlowSingleItem()
           
 void testSplitFilterAggregateFlow()
           
 void testSubFlowMessageFilter()
           
 void testTransactional()
           
 void testTransactionalRollback()
           
 void testWireTapFlow()
           
 
Methods inherited from class org.mule.tck.junit4.FunctionalTestCase
clearFlowAssertions, getBuilder, getComponent, getComponent, getFlowConstruct, getFunctionalTestComponent, loadResource, loadResourceAsString, stopFlowConstruct, testFlow, testFlow
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleContextTestCase
addBuilders, configureMuleContext, createMuleContext, createObject, createObject, disposeContext, disposeContextPerTest, doSetUp, doTearDown, getConfigurationResources, getSensingNullMessageProcessor, getStartUpProperties, getTestConnector, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestEventContext, getTestEventUsingFlow, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestService, getTestService, getTestService, getTestSession, getTestTransactedInboundEndpoint, getTestTransformer, getTriggerableMessageSource, getTriggerableMessageSource, initialiseObject, isDisposeContextPerClass, isGracefulShutdown, isStartContext, setDisposeContextPerClass, setStartContext, setUpMuleContext
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleTestCase
clearExcludedFlag, clearRequestContext, createTestTimeoutRule, getTestHeader, getTestTimeoutSecs, getTimeoutSystemProperty, initializeMuleTest, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isExcluded, isFailOnTimeout, isOffline, isTestIncludedInExclusionFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowConfigurationFunctionalTestCase

public FlowConfigurationFunctionalTestCase()
Method Detail

getConfigResources

protected String getConfigResources()
Specified by:
getConfigResources in class FunctionalTestCase

testFlow

public void testFlow()
              throws Exception
Throws:
Exception

testFlowSynchronous

public void testFlowSynchronous()
                         throws MuleException
Throws:
MuleException

testFlowAynchronous

public void testFlowAynchronous()
                         throws MuleException
Throws:
MuleException

testFlowQueuedAsynchronous

public void testFlowQueuedAsynchronous()
                                throws MuleException
Throws:
MuleException

testAsyncAynchronous

public void testAsyncAynchronous()
                          throws MuleException
Throws:
MuleException

testAsyncQueuedAsynchronous

public void testAsyncQueuedAsynchronous()
                                 throws MuleException
Throws:
MuleException

testFlowCompositeSource

public void testFlowCompositeSource()
                             throws Exception
Throws:
Exception

testInOutFlow

public void testInOutFlow()
                   throws Exception
Throws:
Exception

testInOutAppendFlow

public void testInOutAppendFlow()
                         throws Exception
Throws:
Exception

testSplitAggregateFlow

public void testSplitAggregateFlow()
                            throws Exception
Throws:
Exception

testSplitAggregateListFlow

public void testSplitAggregateListFlow()
                                throws Exception
Throws:
Exception

testSplitAggregateListFlowSingleItem

public void testSplitAggregateListFlowSingleItem()
                                          throws Exception
Throws:
Exception

testSplitAggregateResponseListFlow

public void testSplitAggregateResponseListFlow()
                                        throws Exception
Throws:
Exception

testSplitAggregateResponseListFlowSingleItem

public void testSplitAggregateResponseListFlowSingleItem()
                                                  throws Exception
Throws:
Exception

testSplitAggregateMapFlow

public void testSplitAggregateMapFlow()
                               throws Exception
Throws:
Exception

testSplitFilterAggregateFlow

public void testSplitFilterAggregateFlow()
                                  throws Exception
Throws:
Exception

testMessageChunkSplitAggregateFlow

public void testMessageChunkSplitAggregateFlow()
                                        throws Exception
Throws:
Exception

testComponentsFlow

public void testComponentsFlow()
                        throws Exception
Throws:
Exception

testWireTapFlow

public void testWireTapFlow()
                     throws Exception
Throws:
Exception

testResponseElement

public void testResponseElement()
                         throws Exception
Throws:
Exception

testAsyncOneWayEndpoint

public void testAsyncOneWayEndpoint()
                             throws Exception
Throws:
Exception

testAsyncSedaOneWayEndpoint

public void testAsyncSedaOneWayEndpoint()
                                 throws Exception
Throws:
Exception

testAsyncRequestResponseEndpoint

public void testAsyncRequestResponseEndpoint()
                                      throws Exception
Throws:
Exception

testAsyncTransactionalEndpoint

public void testAsyncTransactionalEndpoint()
                                    throws Exception
Throws:
Exception

testTransactional

public void testTransactional()
                       throws Exception
Throws:
Exception

testTransactionalRollback

public void testTransactionalRollback()
                               throws Exception
Throws:
Exception

testMulticaster

public void testMulticaster()
                     throws Exception
Throws:
Exception

testRecipientList

public void testRecipientList()
                       throws Exception
Throws:
Exception

testChoiceWithoutOutboundEndpoints

public void testChoiceWithoutOutboundEndpoints()
                                        throws Exception
Throws:
Exception

testFlowRef

public void testFlowRef()
                 throws Exception
Throws:
Exception

testInvoke

public void testInvoke()
                throws Exception
Throws:
Exception

testInvoke2

public void testInvoke2()
                 throws Exception
Throws:
Exception

testInvoke3

public void testInvoke3()
                 throws Exception
Throws:
Exception

testInvoke4

public void testInvoke4()
                 throws Exception
Throws:
Exception

testEnrichWithAttributes

public void testEnrichWithAttributes()
                              throws Exception
Throws:
Exception

testEnrichWithElements

public void testEnrichWithElements()
                            throws Exception
Throws:
Exception

testEnrichUsingComponent

public void testEnrichUsingComponent()
                              throws Exception
Throws:
Exception

testEnrichUsingComponent2

public void testEnrichUsingComponent2()
                               throws Exception
Throws:
Exception

testLoggerMessage

public void testLoggerMessage()
                       throws Exception
Throws:
Exception

testLoggerHeader

public void testLoggerHeader()
                      throws Exception
Throws:
Exception

testCustomMessageRouter

public void testCustomMessageRouter()
                             throws Exception
Throws:
Exception

testPoll

public void testPoll()
              throws Exception
Throws:
Exception

testPollFlowRef

public void testPollFlowRef()
                     throws Exception
Throws:
Exception

testSubFlowMessageFilter

public void testSubFlowMessageFilter()
                              throws Exception
Throws:
Exception

testCustomMessageSource

public void testCustomMessageSource()
                             throws Exception
Throws:
Exception

testCustomMessageSourceInComposite

public void testCustomMessageSourceInComposite()
                                        throws Exception
Throws:
Exception


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.