Version: 1.1.1

ca.ucalgary.services.test
Class SoapServletTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by ca.ucalgary.services.test.SoapServletTestCase
All Implemented Interfaces:
junit.framework.Test

public class SoapServletTestCase
extends junit.framework.TestCase


Constructor Summary
SoapServletTestCase(String name)
           
 
Method Summary
static void main(String[] args)
           
static junit.framework.Test suite()
           
 void testDataRecorderAutoLoad()
           
 void testWSDLDocLitExecute()
          Checks against both NCBI and EBI services.
 void testWSDLRpcEncExecute()
          Checks against a KEGG service
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SoapServletTestCase

public SoapServletTestCase(String name)
Method Detail

testWSDLRpcEncExecute

public void testWSDLRpcEncExecute()
Checks against a KEGG service


testWSDLDocLitExecute

public void testWSDLDocLitExecute()
Checks against both NCBI and EBI services.


testDataRecorderAutoLoad

public void testDataRecorderAutoLoad()

suite

public static junit.framework.Test suite()
Returns:
a test suite for all the test methods of this test case. Specifically, we see if a WSDL file loaded actually launches the wrapping servlet and a browser for the user to interact with in Programming-By-Example.

main

public static void main(String[] args)

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010