com.ibm.wsdl.tck
Class WSDLExceptionTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.ibm.wsdl.tck.WSDLExceptionTest

public class WSDLExceptionTest
extends junit.framework.TestCase

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

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

Constructor Summary
WSDLExceptionTest()
           
 
Method Summary
protected  void setUp()
           
 void testSetGetFaultCode()
          Test WSDLException.setFaultCode(...) and WSDLException.getFaultCode().
 void testSetGetLocation()
          Test WSDLException.setLocation(...) and WSDLException.getLocation().
 void testSetGetTargetException()
          Test WSDLException.setTargetException(...) and WSDLException.getTargetException().
 
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

WSDLExceptionTest

public WSDLExceptionTest()
Method Detail

setUp

protected void setUp()
              throws javax.wsdl.WSDLException
Overrides:
setUp in class junit.framework.TestCase

testSetGetFaultCode

public void testSetGetFaultCode()
Test WSDLException.setFaultCode(...) and WSDLException.getFaultCode().

testSetGetLocation

public void testSetGetLocation()
Test WSDLException.setLocation(...) and WSDLException.getLocation().

testSetGetTargetException

public void testSetGetTargetException()
Test WSDLException.setTargetException(...) and WSDLException.getTargetException().


Copyright © 2003 IBM. All Rights Reserved.