org.geotools.validation.attributes
Class RangeFeatureValidationTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.geotools.validation.attributes.RangeFeatureValidationTest
All Implemented Interfaces:
junit.framework.Test

public class RangeFeatureValidationTest
extends junit.framework.TestCase

RangeFeatureValidationTest purpose.

Description of RangeFeatureValidationTest ...

Capabilities:

Example Use:

 RangeFeatureValidationTest x = new RangeFeatureValidationTest(...);
 


Constructor Summary
RangeFeatureValidationTest(java.lang.String arg0)
          Constructor for RangeFeatureValidationTest.
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testGetDescription()
           
 void testGetMax()
           
 void testGetMin()
           
 void testGetName()
           
 void testGetPath()
           
 void testGetPriority()
           
 void testRangeFeatureValidation()
           
 void testSetDescription()
           
 void testSetMax()
           
 void testSetMin()
           
 void testSetName()
           
 void testSetPath()
           
 void testValidate()
           
 
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

RangeFeatureValidationTest

public RangeFeatureValidationTest(java.lang.String arg0)
Constructor for RangeFeatureValidationTest.

Parameters:
arg0 -
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testRangeFeatureValidation

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

testValidate

public void testValidate()

testSetName

public void testSetName()

testGetName

public void testGetName()

testSetDescription

public void testSetDescription()

testGetDescription

public void testGetDescription()

testGetPriority

public void testGetPriority()

testGetMax

public void testGetMax()

testGetMin

public void testGetMin()

testGetPath

public void testGetPath()

testSetMax

public void testSetMax()

testSetMin

public void testSetMin()

testSetPath

public void testSetPath()