|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.geotools.data.DataTestCase
org.vfny.geoserver.responses.wfs.FeatureResponseTest
This is my attempt at testing FeatureResponse using normal JUnit tests.
Due to the interaction with ModelConfig.getInstance() this may not be possible.
| Field Summary |
| Fields inherited from class org.geotools.data.DataTestCase |
gf, lakeBounds, lakeFeatures, lakeType, newRiver, newRoad, rd12Bounds, rd12Filter, rd1Filter, rd2Filter, riverBounds, riverFeatures, riverType, roadBounds, roadFeatures, roadType, rv1Filter, subRiverType, subRoadType |
| Constructor Summary | |
FeatureResponseTest(java.lang.String arg0)
Constructor for FeatureResponseTest. |
|
| Method Summary | |
protected void |
setUp()
|
protected void |
tearDown()
|
void |
testAbort()
|
void |
testExecuteFeatureRequest()
|
void |
testExecuteRequest()
|
void |
testFeatureResponse()
|
void |
testGetContentType()
|
void |
testWriteTo()
|
| Methods inherited from class org.geotools.data.DataTestCase |
assertEquals, assertEquals, count, count, line, lines, polygon, polygon, ring |
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, 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 |
public FeatureResponseTest(java.lang.String arg0)
arg0 - | Method Detail |
protected void setUp()
throws java.lang.Exception
java.lang.Exception
protected void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void testFeatureResponse()
public void testGetContentType()
public void testWriteTo()
public void testExecuteRequest()
public void testExecuteFeatureRequest()
public void testAbort()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||