org.mule.tck.providers.soap
Class AbstractSoapFunctionalTestCase
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.mule.tck.AbstractMuleTestCase
org.mule.tck.FunctionalTestCase
org.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 classes inherited from class org.mule.tck.AbstractMuleTestCase |
org.mule.tck.AbstractMuleTestCase.TestInfo |
Fields inherited from class org.mule.tck.FunctionalTestCase |
DEFAULT_BUILDER_CLASS |
Fields inherited from class org.mule.tck.AbstractMuleTestCase |
logger |
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.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 |
AbstractSoapFunctionalTestCase
protected AbstractSoapFunctionalTestCase()
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.