Version: 1.1.1

ca.ucalgary.services.util.test
Class XHTMLFormTestCase

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

public class XHTMLFormTestCase
extends junit.framework.TestCase


Constructor Summary
XHTMLFormTestCase(String name)
           
 
Method Summary
static void main(String[] args)
           
static junit.framework.Test suite()
           
 void testLogic()
          See if the values for the parameters are correctly noted (i.e. rules of overriding and defaults are properly applied when combining the HTML spec and the Moby spec).
 void testMetaData()
          See if the meta data for the service is parsed correctly
 void testParsingBasic()
          See if the xhtml and moby spec class values are properly parsed
 
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

XHTMLFormTestCase

public XHTMLFormTestCase(String name)
Method Detail

testParsingBasic

public void testParsingBasic()
See if the xhtml and moby spec class values are properly parsed


testMetaData

public void testMetaData()
See if the meta data for the service is parsed correctly


testLogic

public void testLogic()
See if the values for the parameters are correctly noted (i.e. rules of overriding and defaults are properly applied when combining the HTML spec and the Moby spec).


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)

Version: 1.1.1

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