com.ibm.wsdl.tck.soap12
Class SOAP12BodyTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.ibm.wsdl.tck.soap12.SOAP12BodyTest
All Implemented Interfaces:
junit.framework.Test

public class SOAP12BodyTest
extends junit.framework.TestCase

This class implements a series of tests used to check javax.wsdl.extensions.soap.SOAP12Body implementations for compliance with the JWSDL specification.

Author:
Matthew J. Duftler (duftler@us.ibm.com)

Constructor Summary
SOAP12BodyTest()
           
 
Method Summary
protected  void setUp()
           
 void testSetGetEncodingStyle()
          Test SOAP12Body.setEncodingStyle(...) and SOAP12Body.getEncodingStyle().
 void testSetGetNamespaceURI()
          Test SOAP12Body.setNamespaceURI(...) and SOAP12Body.getNamespaceURI().
 void testSetGetParts()
          Test SOAP12Body.setParts(...) and SOAP12Body.getParts().
 void testSetGetUse()
          Test SOAP12Body.setUse(...) and SOAP12Body.getUse().
 
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

SOAP12BodyTest

public SOAP12BodyTest()
Method Detail

setUp

protected void setUp()
              throws javax.wsdl.WSDLException,
                     java.io.IOException
Throws:
javax.wsdl.WSDLException
java.io.IOException

testSetGetEncodingStyle

public void testSetGetEncodingStyle()
Test SOAP12Body.setEncodingStyle(...) and SOAP12Body.getEncodingStyle().


testSetGetNamespaceURI

public void testSetGetNamespaceURI()
Test SOAP12Body.setNamespaceURI(...) and SOAP12Body.getNamespaceURI().


testSetGetParts

public void testSetGetParts()
Test SOAP12Body.setParts(...) and SOAP12Body.getParts().


testSetGetUse

public void testSetGetUse()
Test SOAP12Body.setUse(...) and SOAP12Body.getUse().



Copyright © 2003,2006 IBM. All Rights Reserved.