org.vfny.geoserver.requests
Class FeatureSuite

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.vfny.geoserver.requests.RequestTestCase
              extended byorg.vfny.geoserver.requests.FeatureSuite
All Implemented Interfaces:
junit.framework.Test

public class FeatureSuite
extends RequestTestCase

Tests the get feature request handling.


Field Summary
 
Fields inherited from class org.vfny.geoserver.requests.RequestTestCase
factory
 
Constructor Summary
FeatureSuite(java.lang.String testName)
          Constructor with super.
 
Method Summary
protected  KvpRequestReader getKvpReader(java.util.Map kvps)
          This should return the appropriate xml reader to be used in running the tests.
protected  XmlRequestReader getXmlReader()
          This should return the appropriate xml reader to be used in running the tests.
 void test1()
           
 void test10()
           
 void test11()
           
 void test12()
           
 void test13()
           
 void test14()
           
 void test15()
           
 void test16()
           
 void test17()
           
 void test18()
           
 void test19()
           
 void test2()
           
 void test20()
           
 void test21()
           
 void test3()
           
 void test4()
           
 void test5()
           
 void test6()
           
 void test7()
           
 void test77()
           
 void test8()
           
 void test9()
           
 
Methods inherited from class org.vfny.geoserver.requests.RequestTestCase
runKvpTest, runXmlTest
 
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

FeatureSuite

public FeatureSuite(java.lang.String testName)
Constructor with super.

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

getXmlReader

protected XmlRequestReader getXmlReader()
Description copied from class: RequestTestCase
This should return the appropriate xml reader to be used in running the tests.

Specified by:
getXmlReader in class RequestTestCase
Returns:
DOCUMENT ME!

getKvpReader

protected KvpRequestReader getKvpReader(java.util.Map kvps)
Description copied from class: RequestTestCase
This should return the appropriate xml reader to be used in running the tests.

Specified by:
getKvpReader in class RequestTestCase
Returns:
DOCUMENT ME!

test1

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

test2

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

test3

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

test4

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

test5

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

test6

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

test7

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

test77

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

test8

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

test9

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

test10

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

test11

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

test12

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

test13

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

test14

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

test15

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

test16

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

test17

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

test18

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

test19

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

test20

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

test21

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