org.deegree.cs.persistence
Class WorkspaceTest

java.lang.Object
  extended by org.deegree.cs.persistence.WorkspaceTest

public class WorkspaceTest
extends Object

TODO add class documentation here

Version:
$Revision: $, $Date: $
Author:
Lyn Buesching, last edited by: $Author: lyn $

Field Summary
static String CRS_FROM_DEEGREE
           
static String CRS_FROM_GML1
           
static String CRS_UNKNOWN
           
static String STORE_DEEGREE
           
static String STORE_GML1
           
 
Constructor Summary
WorkspaceTest()
           
 
Method Summary
 void afterAll()
           
 void beforeAll()
           
 void testInitWorkspace()
           
 void testLookupCRSFromAll()
           
 void testLookupKnownCRSFromDeegree()
           
 void testLookupKnownCRSFromGML()
           
 void testLookupUnknownCRSFromDeegree()
           
 void testLookupUnknownCRSFromGML()
           
 void testNTV2Configured()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STORE_DEEGREE

public static final String STORE_DEEGREE
See Also:
Constant Field Values

STORE_GML1

public static final String STORE_GML1
See Also:
Constant Field Values

CRS_FROM_GML1

public static final String CRS_FROM_GML1
See Also:
Constant Field Values

CRS_FROM_DEEGREE

public static final String CRS_FROM_DEEGREE
See Also:
Constant Field Values

CRS_UNKNOWN

public static final String CRS_UNKNOWN
See Also:
Constant Field Values
Constructor Detail

WorkspaceTest

public WorkspaceTest()
Method Detail

beforeAll

public void beforeAll()
               throws ResourceInitException
Throws:
ResourceInitException

afterAll

public void afterAll()

testInitWorkspace

public void testInitWorkspace()

testNTV2Configured

public void testNTV2Configured()

testLookupKnownCRSFromGML

public void testLookupKnownCRSFromGML()
                               throws UnknownCRSException
Throws:
UnknownCRSException

testLookupUnknownCRSFromDeegree

public void testLookupUnknownCRSFromDeegree()
                                     throws UnknownCRSException
Throws:
UnknownCRSException

testLookupKnownCRSFromDeegree

public void testLookupKnownCRSFromDeegree()
                                   throws UnknownCRSException
Throws:
UnknownCRSException

testLookupUnknownCRSFromGML

public void testLookupUnknownCRSFromGML()
                                 throws UnknownCRSException
Throws:
UnknownCRSException

testLookupCRSFromAll

public void testLookupCRSFromAll()
                          throws UnknownCRSException
Throws:
UnknownCRSException


Copyright © 2011. All Rights Reserved.