org.mule.tck.providers.soap
Class AbstractSoapFunctionalTestCase

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
All Implemented Interfaces:
Test
Direct Known Subclasses:
AbstractSoapResourceEndpointFunctionalTestCase, AbstractSoapUrlEndpointFunctionalTestCase, AxisServletBindingTestCase

public abstract class AbstractSoapFunctionalTestCase
extends org.mule.tck.FunctionalTestCase


Nested Class Summary
 
Nested classes inherited from class org.mule.tck.AbstractMuleTestCase
org.mule.tck.AbstractMuleTestCase.TestInfo
 
Field Summary
 
Fields inherited from class org.mule.tck.FunctionalTestCase
DEFAULT_BUILDER_CLASS
 
Fields inherited from class org.mule.tck.AbstractMuleTestCase
logger
 
Constructor Summary
protected AbstractSoapFunctionalTestCase()
           
 
Method Summary
protected abstract  String getDispatchAsyncComplexEndpoint1()
           
protected abstract  String getDispatchAsyncComplexEndpoint2()
           
protected abstract  String getReceiveComplexCollectionEndpoint()
           
protected abstract  String getReceiveComplexEndpoint()
           
protected abstract  String getReceiveEndpoint()
           
protected abstract  String getRequestResponseEndpoint()
           
protected abstract  String getSendReceiveComplexEndpoint1()
           
protected abstract  String getSendReceiveComplexEndpoint2()
           
protected abstract  String getTestExceptionEndpoint()
           
protected abstract  String getWsdlEndpoint()
           
 void testDispatchAsyncComplex()
           
 void testException()
           
 void testLocationUrlInWSDL()
           
 void testReceive()
           
 void testReceiveComplex()
           
 void testReceiveComplexCollection()
           
 void testRequestResponse()
           
 void testSendAndReceiveComplex()
           
 
Methods inherited from class org.mule.tck.FunctionalTestCase
doFunctionalTearDown, doPostFunctionalSetUp, doPreFunctionalSetUp, doSetUp, doTearDown, getBuilder, getConfigResources, 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, suitePostSetUp, suitePostTearDown, 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
 

Constructor Detail

AbstractSoapFunctionalTestCase

protected AbstractSoapFunctionalTestCase()
Method Detail

getRequestResponseEndpoint

protected abstract String getRequestResponseEndpoint()

getReceiveEndpoint

protected abstract String getReceiveEndpoint()

getReceiveComplexEndpoint

protected abstract String getReceiveComplexEndpoint()

getSendReceiveComplexEndpoint1

protected abstract String getSendReceiveComplexEndpoint1()

getSendReceiveComplexEndpoint2

protected abstract String getSendReceiveComplexEndpoint2()

getReceiveComplexCollectionEndpoint

protected abstract String getReceiveComplexCollectionEndpoint()

getDispatchAsyncComplexEndpoint1

protected abstract String getDispatchAsyncComplexEndpoint1()

getDispatchAsyncComplexEndpoint2

protected abstract String getDispatchAsyncComplexEndpoint2()

getTestExceptionEndpoint

protected abstract String getTestExceptionEndpoint()

getWsdlEndpoint

protected abstract String getWsdlEndpoint()

testRequestResponse

public void testRequestResponse()
                         throws Throwable
Throws:
Throwable

testReceive

public void testReceive()
                 throws Throwable
Throws:
Throwable

testReceiveComplex

public void testReceiveComplex()
                        throws Throwable
Throws:
Throwable

testSendAndReceiveComplex

public void testSendAndReceiveComplex()
                               throws Throwable
Throws:
Throwable

testReceiveComplexCollection

public void testReceiveComplexCollection()
                                  throws Throwable
Throws:
Throwable

testDispatchAsyncComplex

public void testDispatchAsyncComplex()
                              throws Throwable
Throws:
Throwable

testException

public void testException()
                   throws Exception
Throws:
Exception

testLocationUrlInWSDL

public void testLocationUrlInWSDL()
                           throws Exception
Throws:
Exception


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.