Version: 1.1.1

org.biomoby.service.test
Class MobyServletTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.biomoby.service.test.MobyServletTestCase
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
ACDServiceTestCase, CGIServiceTestCase, LegacyServiceTestCase, WSDLServiceTestCase

public class MobyServletTestCase
extends junit.framework.TestCase


Constructor Summary
MobyServletTestCase(String name)
           
 
Method Summary
 MobyServlet getMobyServlet()
           
static void main(String[] args)
          Runs the test suite when the class is invoked on the command line.
static junit.framework.Test suite()
           
 void testAsync()
           
 void testHTML()
           
 void testMain()
           
 void testRDF()
           
 void testRequestChain()
           
 void testSecondaryParams()
           
 void testServletTester()
           
 void testSoapParsing()
           
 
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

MobyServletTestCase

public MobyServletTestCase(String name)
Parameters:
name - Test case name.
Method Detail

testMain

public void testMain()
              throws Exception
Throws:
Exception

getMobyServlet

public MobyServlet getMobyServlet()

testRDF

public void testRDF()

testHTML

public void testHTML()

testRequestChain

public void testRequestChain()

testServletTester

public void testServletTester()

testSoapParsing

public void testSoapParsing()
                     throws Exception
Throws:
Exception

testAsync

public void testAsync()

testSecondaryParams

public void testSecondaryParams()

suite

public static junit.framework.Test suite()
Returns:
a test suite for all the test methods of this test case.

main

public static void main(String[] args)
                 throws Exception
Runs the test suite when the class is invoked on the command line.

Throws:
Exception

Version: 1.1.1

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