|
Spring Web Services Framework | |||||||||
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.springframework.ws.server.endpoint.adapter.PayloadMethodEndpointAdapterTest
public class PayloadMethodEndpointAdapterTest
Constructor Summary | |
---|---|
PayloadMethodEndpointAdapterTest()
|
Method Summary | |
---|---|
void |
noResponse(DOMSource request)
|
Source |
response(StreamSource request)
|
protected void |
setUp()
|
void |
testNoResponse()
|
void |
testResponse()
|
void |
testSupportedNoResponse()
|
void |
testSupportedResponse()
|
void |
testUnsupportedMethodMultipleParams()
|
void |
testUnsupportedMethodWrongParam()
|
void |
testUnsupportedMethodWrongReturnType()
|
void |
unsupportedMultipleParams(Source s1,
Source s2)
|
Source |
unsupportedWrongParam(String request)
|
String |
unsupportedWrongReturnType(Source request)
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PayloadMethodEndpointAdapterTest()
Method Detail |
---|
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
public void testSupportedNoResponse() throws NoSuchMethodException
NoSuchMethodException
public void testSupportedResponse() throws NoSuchMethodException
NoSuchMethodException
public void testUnsupportedMethodMultipleParams() throws NoSuchMethodException
NoSuchMethodException
public void testUnsupportedMethodWrongReturnType() throws NoSuchMethodException
NoSuchMethodException
public void testUnsupportedMethodWrongParam() throws NoSuchMethodException
NoSuchMethodException
public void testNoResponse() throws Exception
Exception
public void testResponse() throws Exception
Exception
public void noResponse(DOMSource request)
public Source response(StreamSource request)
public void unsupportedMultipleParams(Source s1, Source s2)
public Source unsupportedWrongParam(String request)
public String unsupportedWrongReturnType(Source request)
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |