org.vfny.geoserver.zserver
Class ApplyXPathSuite

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

public class ApplyXPathSuite
extends junit.framework.TestCase

Tests the NumericField number and string conversion.


Constructor Summary
ApplyXPathSuite(java.lang.String testName)
          Initializes the database and request handler.
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void testApply1()
           
 void testApply2()
           
 void testApply3()
           
 void testApply4()
           
 void testFileNotFound()
           
 
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

ApplyXPathSuite

public ApplyXPathSuite(java.lang.String testName)
Initializes the database and request handler.

Parameters:
testName - The name of the test to run.
Method Detail

suite

public static junit.framework.Test suite()

setUp

public void setUp()

testApply1

public void testApply1()

testApply2

public void testApply2()

testApply3

public void testApply3()

testApply4

public void testApply4()

testFileNotFound

public void testFileNotFound()