org.vfny.geoserver.zserver
Class GeoSummarySuite

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

public class GeoSummarySuite
extends junit.framework.TestCase

Tests the GeoSummary classes's setting of fields and creation of summaries.


Constructor Summary
GeoSummarySuite(java.lang.String testName)
          Constructor that calls super.
 
Method Summary
 void setUp()
           
static junit.framework.Test suite()
           
 void testBoundings()
           
 void testDates()
           
 void testDocConstructor()
           
 void testEditionField()
           
 void testGeoFormField()
           
 void testIndsprefField()
           
 void testTitleField()
           
 void testUpdateField()
           
 
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

GeoSummarySuite

public GeoSummarySuite(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()

testTitleField

public void testTitleField()

testEditionField

public void testEditionField()

testGeoFormField

public void testGeoFormField()

testIndsprefField

public void testIndsprefField()

testUpdateField

public void testUpdateField()

testBoundings

public void testBoundings()

testDates

public void testDates()

testDocConstructor

public void testDocConstructor()