|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.mule.tck.AbstractMuleTestCase
org.mule.tck.FunctionalTestCase
org.mule.tck.providers.soap.AbstractSoapFunctionalTestCase
public abstract class AbstractSoapFunctionalTestCase
Nested Class Summary |
---|
Nested classes/interfaces 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 |
---|
IGNORED_DOT_MULE_DIRS, 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 |
---|
createTestInfo, createWatchdog, disposeManager, getDefaultModel, getManager, getName, getTestComponent, getTestConnector, getTestDescriptor, getTestEndpoint, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInfo, getTestManager, getTestSession, getTestTransformer, handleTimeout, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isDisposeManagerPerSuite, isExcluded, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected AbstractSoapFunctionalTestCase()
Method Detail |
---|
protected abstract String getRequestResponseEndpoint()
protected abstract String getReceiveEndpoint()
protected abstract String getReceiveComplexEndpoint()
protected abstract String getSendReceiveComplexEndpoint1()
protected abstract String getSendReceiveComplexEndpoint2()
protected abstract String getReceiveComplexCollectionEndpoint()
protected abstract String getDispatchAsyncComplexEndpoint1()
protected abstract String getDispatchAsyncComplexEndpoint2()
protected abstract String getTestExceptionEndpoint()
protected abstract String getWsdlEndpoint()
public void testRequestResponse() throws Throwable
Throwable
public void testReceive() throws Throwable
Throwable
public void testReceiveComplex() throws Throwable
Throwable
public void testSendAndReceiveComplex() throws Throwable
Throwable
public void testReceiveComplexCollection() throws Throwable
Throwable
public void testDispatchAsyncComplex() throws Throwable
Throwable
public void testException() throws Exception
Exception
public void testLocationUrlInWSDL() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |