org.deegree.commons.utils.test
Class TestProperties

java.lang.Object
  extended by org.deegree.commons.utils.test.TestProperties

public class TestProperties
extends Object

Encapsulates access to the global test configuration file ${user.home}/.deegree-test.properties.

Version:
$Revision: 31239 $, $Date: 2011-07-07 17:23:05 +0200 (Thu, 07 Jul 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
TestProperties()
           
 
Method Summary
static Properties getProperties()
          Returns the properties from ${user.home}/.deegree-test.properties.
static String getProperty(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestProperties

public TestProperties()
Method Detail

getProperties

public static Properties getProperties()
Returns the properties from ${user.home}/.deegree-test.properties.

Returns:
the properties, can be empty, but never null/

getProperty

public static String getProperty(String key)


Copyright © 2011. All Rights Reserved.