org.apache.commons.configuration.interpol
Class TestEnvironmentLookup

java.lang.Object
  extended by 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

Constructor Summary
TestEnvironmentLookup()
           
 
Method Summary
 void setUp()
           
 void testLookup()
          Tests whether environment variables can be queried.
 void testLookupNonExisting()
          Tries to lookup a non existing property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEnvironmentLookup

public TestEnvironmentLookup()
Method Detail

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.