com.ibm.wsdl.tck.soap
Class SOAPBodyTest

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

public class SOAPBodyTest
extends junit.framework.TestCase

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

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

Constructor Summary
SOAPBodyTest()
           
 
Method Summary
protected  void setUp()
           
 void testSetGetEncodingStyles()
          Test SOAPBody.setEncodingStyles(...) and SOAPBody.getEncodingStyles().
 void testSetGetNamespaceURI()
          Test SOAPBody.setNamespaceURI(...) and SOAPBody.getNamespaceURI().
 void testSetGetParts()
          Test SOAPBody.setParts(...) and SOAPBody.getParts().
 void testSetGetUse()
          Test SOAPBody.setUse(...) and SOAPBody.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

SOAPBodyTest

public SOAPBodyTest()
Method Detail

setUp

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

testSetGetEncodingStyles

public void testSetGetEncodingStyles()
Test SOAPBody.setEncodingStyles(...) and SOAPBody.getEncodingStyles().


testSetGetNamespaceURI

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


testSetGetParts

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


testSetGetUse

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



Copyright © 2003,2006 IBM. All Rights Reserved.