org.mule.module.xml.el
Class XMLExpressionLanguageEnrichmentDom4jTestCase

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.module.xml.el.XMLExpressionLanguageEnrichmentDom4jTestCase

public class XMLExpressionLanguageEnrichmentDom4jTestCase
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
XMLExpressionLanguageEnrichmentDom4jTestCase(AbstractELTestCase.Variant variant)
           
 
Method Summary
 void addAttribute()
           
 void addAttributeInt()
           
 void addAttributeNode()
           
 void addElementText()
           
 void addElementTextInt()
           
 void addElementTextNode()
           
 void replaceElementText()
           
 void updateAttributeValue()
           
 void updateAttributeValueInt()
           
 void updateAttributeValueNode()
           
 
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

XMLExpressionLanguageEnrichmentDom4jTestCase

public XMLExpressionLanguageEnrichmentDom4jTestCase(AbstractELTestCase.Variant variant)
Method Detail

addElementText

public void addElementText()
                    throws Exception
Throws:
Exception

addElementTextInt

public void addElementTextInt()
                       throws Exception
Throws:
Exception

addElementTextNode

public void addElementTextNode()
                        throws Exception
Throws:
Exception

replaceElementText

public void replaceElementText()
                        throws Exception
Throws:
Exception

addAttribute

public void addAttribute()
                  throws Exception
Throws:
Exception

addAttributeInt

public void addAttributeInt()
                     throws Exception
Throws:
Exception

addAttributeNode

public void addAttributeNode()
                      throws Exception
Throws:
Exception

updateAttributeValue

public void updateAttributeValue()
                          throws Exception
Throws:
Exception

updateAttributeValueInt

public void updateAttributeValueInt()
                             throws Exception
Throws:
Exception

updateAttributeValueNode

public void updateAttributeValueNode()
                              throws Exception
Throws:
Exception


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