test
Class WKTReaderTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.WKTReaderTest
All Implemented Interfaces:
junit.framework.Test

public class WKTReaderTest
extends junit.framework.TestCase


Constructor Summary
WKTReaderTest()
           
 
Method Summary
 void testFromFile()
           
 void testFromString()
           
 void testMapOperations()
           
 void testMultiLineString()
           
 void testMultipleMapFiles()
           
 void testReadContents()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WKTReaderTest

public WKTReaderTest()
Method Detail

testFromString

public void testFromString()

testFromFile

public void testFromFile()
                  throws java.io.IOException
Throws:
java.io.IOException

testMultiLineString

public void testMultiLineString()

testReadContents

public void testReadContents()
                      throws java.io.IOException
Throws:
java.io.IOException

testMapOperations

public void testMapOperations()

testMultipleMapFiles

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