org.deegree.cs.persistence.gml
Class GMLCRSProviderTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.deegree.cs.persistence.gml.GMLCRSProviderTest
All Implemented Interfaces:
junit.framework.Test

public class GMLCRSProviderTest
extends junit.framework.TestCase

GMLCRSProviderTest test the loading of a projected crs as well as the loading of the default configuration.

Version:
$Revision: 30899 $, $Date: 2011-05-23 15:18:27 +0200 (Mon, 23 May 2011) $
Author:
Rutger Bezema, last edited by: $Author: aschmitz $

Constructor Summary
GMLCRSProviderTest()
           
 
Method Summary
 void setUp()
           
 void shutDown()
           
 void testCache()
          Test a cache
 void testCreatingConfiguration()
          Tries to create the configuration
 void testCRSByID()
          Tries to create a crs by id.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GMLCRSProviderTest

public GMLCRSProviderTest()
Method Detail

setUp

public void setUp()
           throws ResourceInitException
Overrides:
setUp in class junit.framework.TestCase
Throws:
ResourceInitException

shutDown

public void shutDown()

testCreatingConfiguration

public void testCreatingConfiguration()
                               throws Exception
Tries to create the configuration

Throws:
URISyntaxException
Exception

testCRSByID

public void testCRSByID()
                 throws Exception
Tries to create a crs by id.

Throws:
URISyntaxException
Exception

testCache

public void testCache()
               throws Exception
Test a cache

Throws:
URISyntaxException
Exception


Copyright © 2011. All Rights Reserved.