org.mule.transformers.xml
Class XPathExtractorTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.tck.junit4.AbstractMuleContextTestCase
          extended by org.mule.transformers.xml.XPathExtractorTestCase

public class XPathExtractorTestCase
extends AbstractMuleContextTestCase


Field Summary
protected static String TEST_XML_MULTI_NESTED_RESULTS
           
protected static String TEST_XML_MULTI_RESULTS
           
protected static String TEST_XML_SINGLE_RESULT
           
protected static String TEST_XML_WITH_NAMESPACES
           
 
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
XPathExtractorTestCase()
           
 
Method Summary
 void badExpression()
           
 void expressionIsRequired()
           
 void inputSourceToStringResult()
           
 void namespacesNonOverwritten()
           
 void nodeToBooleanResult()
           
 void nodeToNodeResult()
           
 void nodeToNodeSetResult()
           
 void nodeToNumberResult()
           
 void nodeToStringResult()
           
 void nodeToStringResultWithNameSpaces()
           
 void setingXPathEvaluator()
           
 void xpathNamespacesInitialization()
           
 
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
 

Field Detail

TEST_XML_MULTI_RESULTS

protected static final String TEST_XML_MULTI_RESULTS
See Also:
Constant Field Values

TEST_XML_MULTI_NESTED_RESULTS

protected static final String TEST_XML_MULTI_NESTED_RESULTS
See Also:
Constant Field Values

TEST_XML_SINGLE_RESULT

protected static final String TEST_XML_SINGLE_RESULT
See Also:
Constant Field Values

TEST_XML_WITH_NAMESPACES

protected static final String TEST_XML_WITH_NAMESPACES
See Also:
Constant Field Values
Constructor Detail

XPathExtractorTestCase

public XPathExtractorTestCase()
Method Detail

expressionIsRequired

public void expressionIsRequired()
                          throws Exception
Throws:
Exception

badExpression

public void badExpression()
                   throws Exception
Throws:
Exception

setingXPathEvaluator

public void setingXPathEvaluator()

nodeToStringResult

public void nodeToStringResult()
                        throws Exception
Throws:
Exception

inputSourceToStringResult

public void inputSourceToStringResult()
                               throws Exception
Throws:
Exception

nodeToNumberResult

public void nodeToNumberResult()
                        throws Exception
Throws:
Exception

nodeToBooleanResult

public void nodeToBooleanResult()
                         throws Exception
Throws:
Exception

nodeToNodeResult

public void nodeToNodeResult()
                      throws Exception
Throws:
Exception

nodeToNodeSetResult

public void nodeToNodeSetResult()
                         throws Exception
Throws:
Exception

nodeToStringResultWithNameSpaces

public void nodeToStringResultWithNameSpaces()
                                      throws Exception
Throws:
Exception

xpathNamespacesInitialization

public void xpathNamespacesInitialization()
                                   throws Exception
Throws:
Exception

namespacesNonOverwritten

public void namespacesNonOverwritten()
                              throws Exception
Throws:
Exception


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