|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
com.ibm.wsdl.tck.PortTypeTest
This class implements a series of tests used to check javax.wsdl.PortType implementations for compliance with the JWSDL specification.
Constructor Summary | |
---|---|
PortTypeTest()
|
Method Summary | |
---|---|
protected void |
setUp()
|
void |
testAddGetRemoveOperation()
Test PortType.addOperation(...), PortType.getOperation(...) and PortType.removeOperation(...) specifying the operation name and null for the input and output message names. |
void |
testAddGetRemoveOperation2()
Test PortType.addOperation(...), PortType.getOperation(...) and PortType.removeOperation(...) specifying the operation name and the input and output message names. |
void |
testAddGetRemoveOperation3()
Test PortType.addOperation(...), PortType.getOperation(...) and PortType.removeOperation(...) specifying the operation name and ":none" for the input and output message names. |
void |
testIsSetUndefined()
Test PortType.setUndefined(...) and PortType.isUndefined(). |
void |
testSetGetDocumentationElement()
Test PortType.setDocumentationElement(...) and PortType.getDocumentationElement(). |
void |
testSetGetQName()
Test PortType.setQName(...) and PortType.getQName(). |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PortTypeTest()
Method Detail |
protected void setUp() throws javax.wsdl.WSDLException
javax.wsdl.WSDLException
public void testAddGetRemoveOperation()
public void testAddGetRemoveOperation2()
public void testAddGetRemoveOperation3()
public void testSetGetDocumentationElement() throws javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.ParserConfigurationException
public void testSetGetQName()
public void testIsSetUndefined()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |