org.apache.commons.configuration
Class TestJNDIEnvironmentValues

java.lang.Object
  extended by org.apache.commons.configuration.TestJNDIEnvironmentValues

public class TestJNDIEnvironmentValues
extends Object


Constructor Summary
TestJNDIEnvironmentValues()
           
 
Method Summary
 void setUp()
           
 void testClearProperty()
           
 void testContainsKey()
           
 void testGetKeys()
           
 void testGetKeysWithExistingPrefix()
           
 void testGetKeysWithKeyAsPrefix()
           
 void testGetKeysWithUnknownPrefix()
           
 void testGetMissingKey()
           
 void testGetMissingKeyWithDefault()
           
 void testIsEmpty()
           
 void testMoreGets()
           
 void testSimpleGet()
           
 void testThrowExceptionOnMissing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestJNDIEnvironmentValues

public TestJNDIEnvironmentValues()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testThrowExceptionOnMissing

public void testThrowExceptionOnMissing()

testSimpleGet

public void testSimpleGet()
                   throws Exception
Throws:
Exception

testMoreGets

public void testMoreGets()
                  throws Exception
Throws:
Exception

testGetMissingKey

public void testGetMissingKey()
                       throws Exception
Throws:
Exception

testGetMissingKeyWithDefault

public void testGetMissingKeyWithDefault()
                                  throws Exception
Throws:
Exception

testContainsKey

public void testContainsKey()
                     throws Exception
Throws:
Exception

testClearProperty

public void testClearProperty()

testIsEmpty

public void testIsEmpty()

testGetKeys

public void testGetKeys()
                 throws Exception
Throws:
Exception

testGetKeysWithUnknownPrefix

public void testGetKeysWithUnknownPrefix()

testGetKeysWithExistingPrefix

public void testGetKeysWithExistingPrefix()

testGetKeysWithKeyAsPrefix

public void testGetKeysWithKeyAsPrefix()


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.