org.deegree.commons.utils.test
Class TestProperties
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestProperties
public TestProperties()
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.