org.vfny.geoserver.zserver
Class GeoIndexerSuite

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

public class GeoIndexerSuite
extends junit.framework.TestCase

Tests the GeoIndexer helper methods.


Constructor Summary
GeoIndexerSuite(java.lang.String testName)
          Constructor that calls super.
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void testCreation()
           
 void testModifies()
           
 void testRemove()
           
 
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

GeoIndexerSuite

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

Parameters:
testName - name of the test.
Method Detail

suite

public static junit.framework.Test suite()

setUp

public void setUp()

testCreation

public void testCreation()

testModifies

public void testModifies()

testRemove

public void testRemove()