org.vfny.geoserver.zserver
Class RPNConverterSuite

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

public class RPNConverterSuite
extends junit.framework.TestCase

Tests the RPNConverter helper methods.


Constructor Summary
RPNConverterSuite(java.lang.String testName)
          Constructor that calls super.
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void testBoundingQuery()
           
 void testComplex()
           
 void testDates()
           
 void testLowerCase()
           
 void testNumbers()
           
 void testRoot()
           
 void testSimple()
           
 
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

RPNConverterSuite

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

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

suite

public static junit.framework.Test suite()

setUp

public void setUp()

testSimple

public void testSimple()
                throws java.lang.Exception
Throws:
java.lang.Exception

testRoot

public void testRoot()
              throws java.lang.Exception
Throws:
java.lang.Exception

testLowerCase

public void testLowerCase()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testComplex

public void testComplex()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testNumbers

public void testNumbers()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testDates

public void testDates()
               throws java.lang.Exception
Throws:
java.lang.Exception

testBoundingQuery

public void testBoundingQuery()
                       throws java.lang.Exception
Throws:
java.lang.Exception