org.mule.transformers.simple
Class ExpressionTransformerTestCase

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.transformers.simple.ExpressionTransformerTestCase

public class ExpressionTransformerTestCase
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
ExpressionTransformerTestCase()
           
 
Method Summary
protected  String getConfigResources()
           
 void testBeanBuilderTransformerConfig()
           
 void testBeanBuilderTransformerConfigEvaluatorInline()
           
 void testExecutionWithAllMissingOptionalParams()
           
 void testExecutionWithCorrectMessage()
           
 void testExecutionWithCorrectMessageEvaluatorInline()
           
 void testExecutionWithInCorrectMessage()
           
 void testExecutionWithPartialMissingOptionalParams()
           
 void testTransformerConfig()
           
 void testTransformerConfigEvaluatorInline()
           
 void testTransformerConfigWithSingleArgument()
           
 void testTransformerConfigWithSingleArgumentShortcutConfig()
           
 void testTransformerConfigWithSingleArgumentShortcutConfigEvaluatorInline()
           
 void testTransformerConfigWithSingleArgumentShortcutConfigInFlow()
           
 
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

ExpressionTransformerTestCase

public ExpressionTransformerTestCase()
Method Detail

getConfigResources

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

testTransformerConfig

public void testTransformerConfig()
                           throws Exception
Throws:
Exception

testTransformerConfigEvaluatorInline

public void testTransformerConfigEvaluatorInline()
                                          throws Exception
Throws:
Exception

testBeanBuilderTransformerConfig

public void testBeanBuilderTransformerConfig()
                                      throws Exception
Throws:
Exception

testBeanBuilderTransformerConfigEvaluatorInline

public void testBeanBuilderTransformerConfigEvaluatorInline()
                                                     throws Exception
Throws:
Exception

testExecutionWithCorrectMessage

public void testExecutionWithCorrectMessage()
                                     throws Exception
Throws:
Exception

testExecutionWithCorrectMessageEvaluatorInline

public void testExecutionWithCorrectMessageEvaluatorInline()
                                                    throws Exception
Throws:
Exception

testExecutionWithPartialMissingOptionalParams

public void testExecutionWithPartialMissingOptionalParams()
                                                   throws Exception
Throws:
Exception

testExecutionWithAllMissingOptionalParams

public void testExecutionWithAllMissingOptionalParams()
                                               throws Exception
Throws:
Exception

testTransformerConfigWithSingleArgument

public void testTransformerConfigWithSingleArgument()
                                             throws Exception
Throws:
Exception

testTransformerConfigWithSingleArgumentShortcutConfig

public void testTransformerConfigWithSingleArgumentShortcutConfig()
                                                           throws Exception
Throws:
Exception

testTransformerConfigWithSingleArgumentShortcutConfigEvaluatorInline

public void testTransformerConfigWithSingleArgumentShortcutConfigEvaluatorInline()
                                                                          throws Exception
Throws:
Exception

testTransformerConfigWithSingleArgumentShortcutConfigInFlow

public void testTransformerConfigWithSingleArgumentShortcutConfigInFlow()
                                                                 throws Exception
Throws:
Exception

testExecutionWithInCorrectMessage

public void testExecutionWithInCorrectMessage()
                                       throws Exception
Throws:
Exception


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