interop
Class InteropDocWrappedTest

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
interop.InteropDocWrappedTest
- All Implemented Interfaces:
- junit.framework.Test
- public class InteropDocWrappedTest
- extends junit.framework.TestCase
Junit test to test out the AXIS provider docstyle support using wrapped parts
This test is part of the SOAP Builders interoperability testing
effort described at http://www.whitemesa.net/. The WSDL is
available online at http://www.whitemesa.net/wsdl/interopdoc.wsdl
| Fields inherited from class junit.framework.TestCase |
|
| 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 |
wsdlLocation
java.lang.String wsdlLocation
InteropDocWrappedTest
public InteropDocWrappedTest(java.lang.String name)
main
public static void main(java.lang.String[] args)
suite
public static junit.framework.Test suite()
setUp
public void setUp()
- Description copied from class:
junit.framework.TestCase
- Sets up the fixture, for example, open a network connection.
This method is called before a test is executed.
testSingleTagDII
public void testSingleTagDII()
testSimpleDocumentDII
public void testSimpleDocumentDII()
testComplexDocumentDII
public void testComplexDocumentDII()
testSingleTagStub
public void testSingleTagStub()
testSimpleDocumentStub
public void testSimpleDocumentStub()
testComplexDocumentStub
public void testComplexDocumentStub()
doitSingleTagDII
private void doitSingleTagDII(java.lang.String portName,
java.lang.String protocol)
doitSimpleDocumentDII
private void doitSimpleDocumentDII(java.lang.String portName,
java.lang.String protocol)
doitComplexDocumentDII
private void doitComplexDocumentDII(java.lang.String portName,
java.lang.String protocol)
doitSingleTagStub
private void doitSingleTagStub(java.lang.String portName,
java.lang.String protocol)
doitSimpleDocumentStub
private void doitSimpleDocumentStub(java.lang.String portName,
java.lang.String protocol)
doitComplexDocumentStub
private void doitComplexDocumentStub(java.lang.String portName,
java.lang.String protocol)
makeComplexDocument
private interop.wsifserviceWrapped.ComplexDocument_Type makeComplexDocument()
checkComplexDocument
private void checkComplexDocument(interop.wsifserviceWrapped.ComplexDocument_Type cdt)