org.vfny.geoserver.zserver
Class XMLDocumentSuite

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.vfny.geoserver.zserver.XMLDocumentSuite
All Implemented Interfaces:
junit.framework.Test

public class XMLDocumentSuite
extends junit.framework.TestCase

Tests the XMLDocument converter.


Constructor Summary
XMLDocumentSuite(java.lang.String testName)
          Constructor that calls super.
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
          Creates an instance of this suite.
 void testBasics()
           
 void testConvenience1()
           
 void testConvenience2()
           
 void testNumbers()
           
 void testPaths()
           
 void testWithMap()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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

XMLDocumentSuite

public XMLDocumentSuite(java.lang.String testName)
Constructor that calls super.

Parameters:
testName - the name of the test.
Method Detail

suite

public static junit.framework.Test suite()
Creates an instance of this suite.

Returns:
the new suite.

setUp

public void setUp()

testBasics

public void testBasics()

testPaths

public void testPaths()

testWithMap

public void testWithMap()

testConvenience1

public void testConvenience1()

testConvenience2

public void testConvenience2()

testNumbers

public void testNumbers()