org.geotools.validation
Class ValidationPlugInTester

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.geotools.data.DataTestCase
              extended byorg.geotools.validation.ValidationPlugInTester
All Implemented Interfaces:
junit.framework.Test

public class ValidationPlugInTester
extends org.geotools.data.DataTestCase

ValidationPlugInTester purpose.

Description of ValidationPlugInTester ...

Capabilities:

Example Use:

 ValidationPlugInTester x = new ValidationPlugInTester(...);
 


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
ValidationPlugInTester(java.lang.String arg0)
          ValidationPlugInTester constructor.
 
Method Summary
protected  void setUp()
          Construct data store for use.
protected  void tearDown()
          Override tearDown.
 void testLineIsSingleSegmentFV_CorrectData()
           
 void testLineIsSingleSegmentFV_IncorrectData()
           
 void testLineNoSelfIntersectFV_CorrectData()
           
 void testLineNoSelfIntersectFV_IncorrectData()
           
 void testLineNoSelfOverlapFV_CorrectData()
           
 void testLineNoSelfOverlapFV_IncorrectData()
           
 void testLinesIntersectIV_CorrectData()
           
 void testLinesIntersectIV_IncorrectData()
           
 
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

ValidationPlugInTester

public ValidationPlugInTester(java.lang.String arg0)
ValidationPlugInTester constructor.

Description

Parameters:
arg0 -
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Construct data store for use.

Throws:
java.lang.Exception
See Also:
TestCase.setUp()

tearDown

protected void tearDown()
                 throws java.lang.Exception
Override tearDown.

Throws:
java.lang.Exception
See Also:
TestCase.tearDown()

testLineNoSelfIntersectFV_CorrectData

public void testLineNoSelfIntersectFV_CorrectData()

testLineNoSelfIntersectFV_IncorrectData

public void testLineNoSelfIntersectFV_IncorrectData()

testLineNoSelfOverlapFV_CorrectData

public void testLineNoSelfOverlapFV_CorrectData()

testLineNoSelfOverlapFV_IncorrectData

public void testLineNoSelfOverlapFV_IncorrectData()

testLineIsSingleSegmentFV_CorrectData

public void testLineIsSingleSegmentFV_CorrectData()

testLineIsSingleSegmentFV_IncorrectData

public void testLineIsSingleSegmentFV_IncorrectData()

testLinesIntersectIV_CorrectData

public void testLinesIntersectIV_CorrectData()

testLinesIntersectIV_IncorrectData

public void testLinesIntersectIV_IncorrectData()