| com.sun.xml.ws.policy.jaxws.xmlstreamwriter.InvocationTest
InvocationTest | public class InvocationTest extends TestCase (Code) | | author: Marek Potociar (marek.potociar at sun.com) |
Method Summary | |
protected void | setUp() | protected void | tearDown() | public void | testCreateInvocation() Test of createInvocation method, of class com.sun.xml.ws.policy.jaxws.xmlstreamwriter.Invocation. | public void | testDefenceCopyInWriteCharactersMethod() | public void | testGetArgument() Test of getArgument method, of class com.sun.xml.ws.policy.jaxws.xmlstreamwriter.Invocation. | public void | testGetArgumentsLength() Test of getArgumentsLength method, of class com.sun.xml.ws.policy.jaxws.xmlstreamwriter.Invocation. | public void | testGetMethodName() Test of getMethodName method, of class com.sun.xml.ws.policy.jaxws.xmlstreamwriter.Invocation. | public void | testGetMethodType() Test of getMethodType method, of class com.sun.xml.ws.policy.jaxws.xmlstreamwriter.Invocation. |
testCreateInvocation | public void testCreateInvocation() throws Exception(Code) | | Test of createInvocation method, of class com.sun.xml.ws.policy.jaxws.xmlstreamwriter.Invocation.
|
testDefenceCopyInWriteCharactersMethod | public void testDefenceCopyInWriteCharactersMethod() throws Exception(Code) | | Tests proper behaviour of defence copying of arguments of writeCharacters() method
|
testGetArgument | public void testGetArgument() throws Exception(Code) | | Test of getArgument method, of class com.sun.xml.ws.policy.jaxws.xmlstreamwriter.Invocation.
|
testGetArgumentsLength | public void testGetArgumentsLength() throws Exception(Code) | | Test of getArgumentsLength method, of class com.sun.xml.ws.policy.jaxws.xmlstreamwriter.Invocation.
|
testGetMethodName | public void testGetMethodName() throws Exception(Code) | | Test of getMethodName method, of class com.sun.xml.ws.policy.jaxws.xmlstreamwriter.Invocation.
|
testGetMethodType | public void testGetMethodType() throws Exception(Code) | | Test of getMethodType method, of class com.sun.xml.ws.policy.jaxws.xmlstreamwriter.Invocation.
|
|
|