com.ibm.wsdl.tck
Class SignatureTest

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

public class SignatureTest
extends junit.framework.TestCase

This class implements a series of tests used to check the signatures of all the classes and methods of a JWSDL implementation for compliance with the JWSDL specification.

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

Constructor Summary
SignatureTest()
           
 
Method Summary
 void testSignatures()
          Test the signatures of all the classes and methods for compliance with the JWSDL specification.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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

SignatureTest

public SignatureTest()
Method Detail

testSignatures

public void testSignatures()
                    throws java.io.IOException
Test the signatures of all the classes and methods for compliance with the JWSDL specification.

Throws:
java.io.IOException


Copyright © 2003,2006 IBM. All Rights Reserved.