org.mule.el
Class ExpressionLanguageEnrichmentTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.el.ExpressionLanguageEnrichmentTestCase

public class ExpressionLanguageEnrichmentTestCase
extends AbstractMuleTestCase


Field Summary
protected  DefaultExpressionManager expressionManager
           
protected  MuleContext muleContext
           
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
ExpressionLanguageEnrichmentTestCase()
           
 
Method Summary
 void enrichFlowVariable()
           
 void enrichMessageAttachment()
           
 void enrichMessageProperty()
           
 void enrichObjectPayload()
           
 void enrichReplacePayload()
           
 void enrichSessionVariable()
           
 void enrichWithDolarPlaceholder()
           
 void setup()
           
 
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
 

Field Detail

expressionManager

protected DefaultExpressionManager expressionManager

muleContext

protected MuleContext muleContext
Constructor Detail

ExpressionLanguageEnrichmentTestCase

public ExpressionLanguageEnrichmentTestCase()
Method Detail

setup

public void setup()
           throws InitialisationException
Throws:
InitialisationException

enrichReplacePayload

public void enrichReplacePayload()

enrichObjectPayload

public void enrichObjectPayload()

enrichMessageProperty

public void enrichMessageProperty()

enrichMessageAttachment

public void enrichMessageAttachment()

enrichFlowVariable

public void enrichFlowVariable()
                        throws Exception
Throws:
Exception

enrichSessionVariable

public void enrichSessionVariable()
                           throws Exception
Throws:
Exception

enrichWithDolarPlaceholder

public void enrichWithDolarPlaceholder()


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