org.vfny.geoserver.zserver
Class GeoProfileSuite

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

public class GeoProfileSuite
extends junit.framework.TestCase

Tests the GeoProfile helper methods.


Constructor Summary
GeoProfileSuite(java.lang.String testName)
          Constructor that calls super.
 
Method Summary
static junit.framework.Test suite()
           
 void testAttributeUseMap()
           
 void testDateRange()
           
 void testExtentComputation()
           
 void testNumbers()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, 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

GeoProfileSuite

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

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

suite

public static junit.framework.Test suite()

testNumbers

public void testNumbers()

testDateRange

public void testDateRange()

testExtentComputation

public void testExtentComputation()

testAttributeUseMap

public void testAttributeUseMap()