org.vfny.geoserver.zserver
Class NumericFieldSuite

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.vfny.geoserver.zserver.NumericFieldSuite
All Implemented Interfaces:
junit.framework.Test

public class NumericFieldSuite
extends junit.framework.TestCase

Tests the NumericField number and string conversion.


Constructor Summary
NumericFieldSuite(java.lang.String testName)
          Constructor that calls super.
 
Method Summary
static junit.framework.Test suite()
           
 void testBorderCases()
           
 void testFails()
          Tests numbers that are too big or small to be handled by the current implementation.
 void testNegatives()
           
 void testParsing()
           
 void testSimple()
           
 
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

NumericFieldSuite

public NumericFieldSuite(java.lang.String testName)
Constructor that calls super.

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

suite

public static junit.framework.Test suite()

testSimple

public void testSimple()

testBorderCases

public void testBorderCases()

testNegatives

public void testNegatives()

testFails

public void testFails()
Tests numbers that are too big or small to be handled by the current implementation.


testParsing

public void testParsing()