org.mule.transport.soap.axis
Class AxisServletBindingTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.tck.junit4.AbstractMuleContextTestCase
          extended by org.mule.tck.junit4.FunctionalTestCase
              extended by org.mule.transport.soap.axis.AbstractSoapFunctionalTestCase
                  extended by org.mule.transport.soap.axis.AxisServletBindingTestCase

public class AxisServletBindingTestCase
extends AbstractSoapFunctionalTestCase


Field Summary
 DynamicPort dynamicPort
           
 
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
AxisServletBindingTestCase()
           
 
Method Summary
protected  void doSetUp()
          Enables the adding of extra behavior on the set up stage of a test right after the creation of the mule context in AbstractMuleContextTestCase.setUpMuleContext().
protected  void doTearDown()
          Enables the adding of extra behavior on the tear down stage of a test before the mule context is disposed in AbstractMuleContextTestCase.disposeContextPerTest().
 String getConfigResources()
           
protected  String getDispatchAsyncComplexEndpoint1()
           
protected  String getDispatchAsyncComplexEndpoint2()
           
protected  String getReceiveComplexCollectionEndpoint()
           
protected  String getReceiveComplexEndpoint()
           
protected  String getReceiveEndpoint()
           
protected  String getRequestResponseEndpoint()
           
protected  String getSendReceiveComplexEndpoint1()
           
protected  String getSendReceiveComplexEndpoint2()
           
protected  String getTestExceptionEndpoint()
           
protected  String getWsdlEndpoint()
           
 
Methods inherited from class org.mule.transport.soap.axis.AbstractSoapFunctionalTestCase
testDispatchAsyncComplex, testException, testLocationUrlInWSDL, testReceiveComplex, testReceiveComplexCollection, testRequest, testRequestResponse, testSendAndReceiveComplex
 
Methods inherited from class org.mule.tck.junit4.FunctionalTestCase
clearFlowAssertions, getBuilder, getComponent, getComponent, getFlowConstruct, getFunctionalTestComponent, loadResource, loadResourceAsString, stopFlowConstruct, testFlow, testFlow
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleContextTestCase
addBuilders, configureMuleContext, createMuleContext, createObject, createObject, disposeContext, disposeContextPerTest, 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

dynamicPort

public DynamicPort dynamicPort
Constructor Detail

AxisServletBindingTestCase

public AxisServletBindingTestCase()
Method Detail

getConfigResources

public String getConfigResources()
Specified by:
getConfigResources in class FunctionalTestCase

doSetUp

protected void doSetUp()
                throws Exception
Description copied from class: AbstractMuleContextTestCase
Enables the adding of extra behavior on the set up stage of a test right after the creation of the mule context in AbstractMuleContextTestCase.setUpMuleContext().

Under normal circumstances this method could be replaced by a @Before annotated method.

Overrides:
doSetUp in class AbstractMuleContextTestCase
Throws:
Exception - if something fails that should halt the test case

doTearDown

protected void doTearDown()
                   throws Exception
Description copied from class: AbstractMuleContextTestCase
Enables the adding of extra behavior on the tear down stage of a test before the mule context is disposed in AbstractMuleContextTestCase.disposeContextPerTest().

Under normal circumstances this method could be replace with a @After annotated method.

Overrides:
doTearDown in class AbstractMuleContextTestCase
Throws:
Exception - if something fails that should halt the testcase

getRequestResponseEndpoint

protected String getRequestResponseEndpoint()
Specified by:
getRequestResponseEndpoint in class AbstractSoapFunctionalTestCase

getReceiveEndpoint

protected String getReceiveEndpoint()
Specified by:
getReceiveEndpoint in class AbstractSoapFunctionalTestCase

getReceiveComplexEndpoint

protected String getReceiveComplexEndpoint()
Specified by:
getReceiveComplexEndpoint in class AbstractSoapFunctionalTestCase

getSendReceiveComplexEndpoint1

protected String getSendReceiveComplexEndpoint1()
Specified by:
getSendReceiveComplexEndpoint1 in class AbstractSoapFunctionalTestCase

getSendReceiveComplexEndpoint2

protected String getSendReceiveComplexEndpoint2()
Specified by:
getSendReceiveComplexEndpoint2 in class AbstractSoapFunctionalTestCase

getReceiveComplexCollectionEndpoint

protected String getReceiveComplexCollectionEndpoint()
Specified by:
getReceiveComplexCollectionEndpoint in class AbstractSoapFunctionalTestCase

getDispatchAsyncComplexEndpoint1

protected String getDispatchAsyncComplexEndpoint1()
Specified by:
getDispatchAsyncComplexEndpoint1 in class AbstractSoapFunctionalTestCase

getDispatchAsyncComplexEndpoint2

protected String getDispatchAsyncComplexEndpoint2()
Specified by:
getDispatchAsyncComplexEndpoint2 in class AbstractSoapFunctionalTestCase

getTestExceptionEndpoint

protected String getTestExceptionEndpoint()
Specified by:
getTestExceptionEndpoint in class AbstractSoapFunctionalTestCase

getWsdlEndpoint

protected String getWsdlEndpoint()
Specified by:
getWsdlEndpoint in class AbstractSoapFunctionalTestCase


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