org.mule.transport.soap.axis
Class AxisServletBindingTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.mule.tck.AbstractMuleTestCase
              extended by org.mule.tck.FunctionalTestCase
                  extended by org.mule.tck.providers.soap.AbstractSoapFunctionalTestCase
                      extended by org.mule.transport.soap.axis.AxisServletBindingTestCase
All Implemented Interfaces:
Test, TestCaseWatchdogTimeoutHandler

public class AxisServletBindingTestCase
extends AbstractSoapFunctionalTestCase


Nested Class Summary
 
Nested classes/interfaces inherited from class org.mule.tck.AbstractMuleTestCase
AbstractMuleTestCase.TestInfo
 
Field Summary
static int HTTP_PORT
           
 
Fields inherited from class org.mule.tck.AbstractMuleTestCase
callbackCalled, IGNORED_DOT_MULE_DIRS, LOCK_TIMEOUT, logger, muleContext, RECEIVE_TIMEOUT, TEST_MESSAGE
 
Constructor Summary
AxisServletBindingTestCase()
           
 
Method Summary
protected  void doSetUp()
           
protected  void doTearDown()
           
 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.tck.providers.soap.AbstractSoapFunctionalTestCase
testDispatchAsyncComplex, testException, testLocationUrlInWSDL, testReceiveComplex, testReceiveComplexCollection, testRequest, testRequestResponse, testSendAndReceiveComplex
 
Methods inherited from class org.mule.tck.FunctionalTestCase
getBuilder, getComponent, getComponent, getConfigurationResources, loadResource, loadResourceAsString
 
Methods inherited from class org.mule.tck.AbstractMuleTestCase
configureMuleContext, createMuleContext, createTestInfo, createWatchdog, disposeManager, getName, getStartUpProperties, getTestConnector, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEndpoint, getTestInboundEvent, getTestInfo, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestOutboundEndpoint, getTestService, getTestService, getTestService, getTestSession, getTestTransformer, handleTimeout, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isDisposeManagerPerSuite, isExcluded, isOffline, isStartContext, registerTestMethod, run, runBare, setDisposeManagerPerSuite, setName, setStartContext, setUp, suitePostTearDown, suitePreSetUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, run, runTest, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

HTTP_PORT

public static final int HTTP_PORT
See Also:
Constant Field Values
Constructor Detail

AxisServletBindingTestCase

public AxisServletBindingTestCase()
Method Detail

doSetUp

protected void doSetUp()
                throws Exception
Overrides:
doSetUp in class AbstractMuleTestCase
Throws:
Exception

doTearDown

protected void doTearDown()
                   throws Exception
Overrides:
doTearDown in class AbstractMuleTestCase
Throws:
Exception

getConfigResources

public String getConfigResources()
Specified by:
getConfigResources in class org.mule.tck.FunctionalTestCase

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-2008 MuleSource, Inc.. All Rights Reserved.