Class SwATestCase
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.apache.axis2.transport.testkit.tests.ManagedTestCase
-
- org.apache.axis2.transport.testkit.tests.MessageTestCase
-
- org.apache.axis2.transport.testkit.tests.async.AsyncMessageTestCase<XMLMessage>
-
- org.apache.axis2.transport.testkit.tests.async.SwATestCase
-
- All Implemented Interfaces:
junit.framework.Test
public class SwATestCase extends AsyncMessageTestCase<XMLMessage>
-
-
Field Summary
-
Fields inherited from class org.apache.axis2.transport.testkit.tests.MessageTestCase
contentType, options
-
-
Constructor Summary
Constructors Constructor Description SwATestCase(AsyncChannel channel, AsyncTestClient<XMLMessage> client, AsyncEndpoint<XMLMessage> endpoint, Object... resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckMessageData(XMLMessage expected, XMLMessage actual)protected XMLMessageprepareMessage()protected voidsetUp()-
Methods inherited from class org.apache.axis2.transport.testkit.tests.async.AsyncMessageTestCase
doRunTest
-
Methods inherited from class org.apache.axis2.transport.testkit.tests.MessageTestCase
runTest
-
Methods inherited from class org.apache.axis2.transport.testkit.tests.ManagedTestCase
addResource, getId, getName, getNameComponents, getResourceSet, getTestClass, init, tearDown, toString
-
Methods inherited from class junit.framework.TestCase
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, run, run, runBare, setName
-
-
-
-
Constructor Detail
-
SwATestCase
public SwATestCase(AsyncChannel channel, AsyncTestClient<XMLMessage> client, AsyncEndpoint<XMLMessage> endpoint, Object... resources)
-
-
Method Detail
-
setUp
protected void setUp() throws Exception- Overrides:
setUpin classManagedTestCase- Throws:
Exception
-
prepareMessage
protected XMLMessage prepareMessage() throws Exception
- Specified by:
prepareMessagein classAsyncMessageTestCase<XMLMessage>- Throws:
Exception
-
checkMessageData
protected void checkMessageData(XMLMessage expected, XMLMessage actual) throws Exception
- Specified by:
checkMessageDatain classAsyncMessageTestCase<XMLMessage>- Throws:
Exception
-
-