|
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.MarshallingMethodEndpointAdapterTest
public class MarshallingMethodEndpointAdapterTest
Constructor Summary | |
---|---|
MarshallingMethodEndpointAdapterTest()
|
Method Summary | |
---|---|
void |
noResponse(org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapterTest.MyType type)
|
org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapterTest.MyType |
response(org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapterTest.MyType type)
|
protected void |
setUp()
|
void |
testNoRequestPayload()
|
void |
testNoResponse()
|
void |
testResponse()
|
void |
testSupportedNoResponse()
|
void |
testSupportedResponse()
|
void |
testUnsupportedMethodMultipleParams()
|
void |
testUnsupportedMethodWrongParam()
|
void |
testUnsupportedMethodWrongReturnType()
|
void |
unsupportedMultipleParams(String s1,
String s2)
|
String |
unsupportedWrongParam(String s)
|
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 MarshallingMethodEndpointAdapterTest()
Method Detail |
---|
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
public void testNoResponse() throws Exception
Exception
public void testNoRequestPayload() throws Exception
Exception
public void testResponse() throws Exception
Exception
public void testSupportedNoResponse() throws NoSuchMethodException
NoSuchMethodException
public void testSupportedResponse() throws NoSuchMethodException
NoSuchMethodException
public void testUnsupportedMethodMultipleParams() throws NoSuchMethodException
NoSuchMethodException
public void testUnsupportedMethodWrongParam() throws NoSuchMethodException
NoSuchMethodException
public void testUnsupportedMethodWrongReturnType() throws NoSuchMethodException
NoSuchMethodException
public void noResponse(org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapterTest.MyType type)
public org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapterTest.MyType response(org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapterTest.MyType type)
public void unsupportedMultipleParams(String s1, String s2)
public String unsupportedWrongParam(String s)
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |