org.mule.el.context
Class AppContextTestCase

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.AppContextTestCase

public class AppContextTestCase
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
AppContextTestCase(AbstractELTestCase.Variant variant)
           
 
Method Summary
 void assignValueToEncoding()
           
 void assignValueToName()
           
 void assignValueToRegistry()
           
 void assignValueToStandalone()
           
 void assignValueToWorkDir()
           
 void encoding()
           
 void name()
           
 void registryClear()
           
 void registryContainsKey()
           
 void registryContainsValue()
           
 void registryEntrySet()
           
 void registryGet()
           
 void registryInstanceOfMap()
           
 void registryIsEmpty()
           
 void registryPut()
           
 void registryPutAll()
           
 void registrySize()
           
 void registryValues()
           
 void standalone()
           
 void workDir()
           
 
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

AppContextTestCase

public AppContextTestCase(AbstractELTestCase.Variant variant)
Method Detail

name

public void name()

assignValueToName

public void assignValueToName()

encoding

public void encoding()

assignValueToEncoding

public void assignValueToEncoding()

workDir

public void workDir()

assignValueToWorkDir

public void assignValueToWorkDir()

standalone

public void standalone()

assignValueToStandalone

public void assignValueToStandalone()

registryInstanceOfMap

public void registryInstanceOfMap()

assignValueToRegistry

public void assignValueToRegistry()

registryGet

public void registryGet()
                 throws RegistrationException
Throws:
RegistrationException

registryPut

public void registryPut()
                 throws RegistrationException
Throws:
RegistrationException

registryPutAll

public void registryPutAll()
                    throws RegistrationException
Throws:
RegistrationException

registryContainsKey

public void registryContainsKey()
                         throws RegistrationException
Throws:
RegistrationException

registryEntrySet

public void registryEntrySet()

registryIsEmpty

public void registryIsEmpty()

registryClear

public void registryClear()

registryValues

public void registryValues()

registrySize

public void registrySize()

registryContainsValue

public void registryContainsValue()


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