org.mule.test.routing
Class ForeachTestCase

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.routing.ForeachTestCase

public class ForeachTestCase
extends FunctionalTestCase


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
ForeachTestCase()
           
 
Method Summary
protected  String getConfigResources()
           
 void setUp()
           
 void testArrayPayload()
           
 void testCounterConfiguration()
           
 void testDefaultConfiguration()
           
 void testDefaultConfigurationExpression()
           
 void testDefaultConfigurationPlusMP()
           
 void testJsonUpdate()
           
 void testMapExpression()
           
 void testMapPayload()
           
 void testMessageCollectionConfiguration()
           
 void testMVELArray()
           
 void testMVELCollection()
           
 void testMVELList()
           
 void testMVELMap()
           
 void testNestedConfig()
           
 void testNestedCounters()
           
 void testPartitionedConfiguration()
           
 void testPropertiesRestored()
           
 void testRequestReply()
           
 void testRootMessageConfiguration()
           
 void testTwoOneAfterAnother()
           
 void testVariableScope()
           
 void testXmlUpdate()
           
 void testXmlUpdateByteArray()
           
 void testXmlUpdateInputStream()
           
 
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

ForeachTestCase

public ForeachTestCase()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

getConfigResources

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

testDefaultConfiguration

public void testDefaultConfiguration()
                              throws Exception
Throws:
Exception

testDefaultConfigurationPlusMP

public void testDefaultConfigurationPlusMP()
                                    throws Exception
Throws:
Exception

testDefaultConfigurationExpression

public void testDefaultConfigurationExpression()
                                        throws Exception
Throws:
Exception

testPartitionedConfiguration

public void testPartitionedConfiguration()
                                  throws Exception
Throws:
Exception

testRootMessageConfiguration

public void testRootMessageConfiguration()
                                  throws Exception
Throws:
Exception

testCounterConfiguration

public void testCounterConfiguration()
                              throws Exception
Throws:
Exception

testMessageCollectionConfiguration

public void testMessageCollectionConfiguration()
                                        throws Exception
Throws:
Exception

testMapPayload

public void testMapPayload()
                    throws Exception
Throws:
Exception

testMapExpression

public void testMapExpression()
                       throws Exception
Throws:
Exception

testXmlUpdate

public void testXmlUpdate()
                   throws Exception
Throws:
Exception

testXmlUpdateByteArray

public void testXmlUpdateByteArray()
                            throws Exception
Throws:
Exception

testXmlUpdateInputStream

public void testXmlUpdateInputStream()
                              throws Exception
Throws:
Exception

testJsonUpdate

public void testJsonUpdate()
                    throws Exception
Throws:
Exception

testArrayPayload

public void testArrayPayload()
                      throws Exception
Throws:
Exception

testVariableScope

public void testVariableScope()
                       throws Exception
Throws:
Exception

testTwoOneAfterAnother

public void testTwoOneAfterAnother()
                            throws Exception
Throws:
Exception

testNestedConfig

public void testNestedConfig()
                      throws Exception
Throws:
Exception

testNestedCounters

public void testNestedCounters()
                        throws Exception
Throws:
Exception

testPropertiesRestored

public void testPropertiesRestored()
                            throws Exception
Throws:
Exception

testMVELList

public void testMVELList()
                  throws Exception
Throws:
Exception

testMVELMap

public void testMVELMap()
                 throws Exception
Throws:
Exception

testMVELCollection

public void testMVELCollection()
                        throws Exception
Throws:
Exception

testMVELArray

public void testMVELArray()
                   throws Exception
Throws:
Exception

testRequestReply

public void testRequestReply()
                      throws Exception
Throws:
Exception


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