com.ibm.wsdl.tck.soap12
Class SOAP12BindingTest

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

public class SOAP12BindingTest
extends junit.framework.TestCase

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

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

Constructor Summary
SOAP12BindingTest()
           
 
Method Summary
protected  void setUp()
           
 void testSetGetStyle()
          Test SOAP12Binding.setStyle(...) and SOAP12Binding.getStyle().
 void testSetGetTransportURI()
          Test SOAP12Binding.setTransportURI(...) and SOAP12Binding.getTransportURI().
 
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

SOAP12BindingTest

public SOAP12BindingTest()
Method Detail

setUp

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

testSetGetStyle

public void testSetGetStyle()
Test SOAP12Binding.setStyle(...) and SOAP12Binding.getStyle().


testSetGetTransportURI

public void testSetGetTransportURI()
Test SOAP12Binding.setTransportURI(...) and SOAP12Binding.getTransportURI().



Copyright © 2003,2006 IBM. All Rights Reserved.