org.mule.el.context
Class VariablesTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.tck.junit4.AbstractMuleContextTestCase
          extended by org.mule.el.context.AbstractELTestCase
              extended by org.mule.el.context.VariablesTestCase

public class VariablesTestCase
extends AbstractELTestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class org.mule.el.context.AbstractELTestCase
AbstractELTestCase.Variant
 
Field Summary
 
Fields inherited from class org.mule.el.context.AbstractELTestCase
expressionLanguage, variant
 
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
VariablesTestCase(AbstractELTestCase.Variant variant)
           
 
Method Summary
 void assignToFlowVariablesMap()
           
 void assignToSessionVariablesMap()
           
 void assignValueToFlowVariable()
           
 void assignValueToLocalVariable()
           
 void assignValueToNewFlowVariable()
           
 void assignValueToNewSessionVariable()
           
 void assignValueToSessionVariable()
           
 void assignValueToVariable()
           
 void flowVariable()
           
 void flowVariablesMap()
           
 void localVariable()
           
 void sessionVariable()
           
 void sessionVariablesMap()
           
 void updateVariableFromFlowScope()
           
 void updateVariableFromSessionScope()
           
 void variableFromFlowScope()
           
 void variableFromSessionScope()
           
 
Methods inherited from class org.mule.el.context.AbstractELTestCase
assertFinalProperty, assertFinalProperty, assertFinalProperty, assertImmutableVariable, assertImmutableVariable, assertImmutableVariable, assertUnsupportedOperation, assertUnsupportedOperation, evaluate, evaluate, evaluate, getExpressionLanguage, parameters, setupExprssionEvaluator
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleContextTestCase
addBuilders, configureMuleContext, createMuleContext, createObject, createObject, disposeContext, disposeContextPerTest, doSetUp, doTearDown, getBuilder, 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

VariablesTestCase

public VariablesTestCase(AbstractELTestCase.Variant variant)
Method Detail

flowVariablesMap

public void flowVariablesMap()
                      throws Exception
Throws:
Exception

assignToFlowVariablesMap

public void assignToFlowVariablesMap()
                              throws Exception
Throws:
Exception

flowVariable

public void flowVariable()
                  throws Exception
Throws:
Exception

assignValueToFlowVariable

public void assignValueToFlowVariable()
                               throws Exception
Throws:
Exception

assignValueToNewFlowVariable

public void assignValueToNewFlowVariable()
                                  throws Exception
Throws:
Exception

sessionVariablesMap

public void sessionVariablesMap()
                         throws Exception
Throws:
Exception

assignToSessionVariablesMap

public void assignToSessionVariablesMap()
                                 throws Exception
Throws:
Exception

sessionVariable

public void sessionVariable()
                     throws Exception
Throws:
Exception

assignValueToSessionVariable

public void assignValueToSessionVariable()
                                  throws Exception
Throws:
Exception

assignValueToNewSessionVariable

public void assignValueToNewSessionVariable()
                                     throws Exception
Throws:
Exception

variableFromFlowScope

public void variableFromFlowScope()
                           throws Exception
Throws:
Exception

updateVariableFromFlowScope

public void updateVariableFromFlowScope()
                                 throws Exception
Throws:
Exception

variableFromSessionScope

public void variableFromSessionScope()
                              throws Exception
Throws:
Exception

updateVariableFromSessionScope

public void updateVariableFromSessionScope()
                                    throws Exception
Throws:
Exception

assignValueToVariable

public void assignValueToVariable()
                           throws Exception
Throws:
Exception

assignValueToLocalVariable

public void assignValueToLocalVariable()
                                throws Exception
Throws:
Exception

localVariable

public void localVariable()
                   throws Exception
Throws:
Exception


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