org.mule.providers.soap.axis
Class AxisServletBindingTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.mule.tck.AbstractMuleTestCase
              extended byorg.mule.tck.FunctionalTestCase
                  extended byorg.mule.tck.providers.soap.AbstractSoapFunctionalTestCase
                      extended byorg.mule.providers.soap.axis.AxisServletBindingTestCase
All Implemented Interfaces:
Test

public class AxisServletBindingTestCase
extends AbstractSoapFunctionalTestCase


Nested Class Summary
 
Nested classes inherited from class org.mule.tck.AbstractMuleTestCase
org.mule.tck.AbstractMuleTestCase.TestInfo
 
Field Summary
static int HTTP_PORT
           
 
Fields inherited from class org.mule.tck.FunctionalTestCase
DEFAULT_BUILDER_CLASS
 
Fields inherited from class org.mule.tck.AbstractMuleTestCase
logger
 
Constructor Summary
AxisServletBindingTestCase()
           
 
Method Summary
 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()
           
protected  void suitePostSetUp()
           
protected  void suitePostTearDown()
           
 
Methods inherited from class org.mule.tck.providers.soap.AbstractSoapFunctionalTestCase
testDispatchAsyncComplex, testException, testLocationUrlInWSDL, testReceive, testReceiveComplex, testReceiveComplexCollection, testRequestResponse, testSendAndReceiveComplex
 
Methods inherited from class org.mule.tck.FunctionalTestCase
doFunctionalTearDown, doPostFunctionalSetUp, doPreFunctionalSetUp, doSetUp, doTearDown, getBuilder, setupManager, suitePreSetUp
 
Methods inherited from class org.mule.tck.AbstractMuleTestCase
addTest, disposeManager, finalize, getDefaultModel, getManager, getName, getTestComponent, getTestConnector, getTestDescriptor, getTestEndpoint, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInfo, getTestManager, getTestSession, getTestTransformer, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isOffline, run, runBare, setDisposeManagerPerSuite, setUp, suitePreTearDown, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, run, runTest, setName, 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, 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

suitePostSetUp

protected void suitePostSetUp()
                       throws Exception
Throws:
Exception

suitePostTearDown

protected void suitePostTearDown()
                          throws Exception
Throws:
Exception

getConfigResources

public String getConfigResources()

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.