org.vfny.geoserver.requests
Class InsertSuite

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

public class InsertSuite
extends TransactionSuite

Tests the Insert request handling.


Field Summary
 
Fields inherited from class org.vfny.geoserver.requests.TransactionSuite
config, factory, LOGGER, schema, testFeature
 
Constructor Summary
InsertSuite(java.lang.String testName)
          Constructor with super.
 
Method Summary
static junit.framework.Test suite()
           
 void testXml1()
           
 void testXml2()
           
 
Methods inherited from class org.vfny.geoserver.requests.TransactionSuite
assertEquals, getKvpReader, getXmlReader, main, setUp
 
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, 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

InsertSuite

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

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

suite

public static junit.framework.Test suite()

testXml1

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

testXml2

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