org.apache.commons.configuration.interpol
Class TestEnvironmentLookup
java.lang.Object
org.apache.commons.configuration.interpol.TestEnvironmentLookup
public class TestEnvironmentLookup
- extends Object
Test class for EnvironmentLookup.
- Version:
- $Id: TestEnvironmentLookup.java 1225658 2011-12-29 21:11:03Z oheger $
- Author:
- Commons
Configuration team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestEnvironmentLookup
public TestEnvironmentLookup()
setUp
public void setUp()
throws Exception
- Throws:
Exception
testLookup
public void testLookup()
- Tests whether environment variables can be queried.
testLookupNonExisting
public void testLookupNonExisting()
- Tries to lookup a non existing property.
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.