org.apache.commons.configuration
Class TestNullJNDIEnvironmentValues

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

public class TestNullJNDIEnvironmentValues
extends Object


Constructor Summary
TestNullJNDIEnvironmentValues()
           
 
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

TestNullJNDIEnvironmentValues

public TestNullJNDIEnvironmentValues()
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.