org.apache.commons.configuration
Class TestSubsetConfiguration

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

public class TestSubsetConfiguration
extends Object

Test case for the SubsetConfiguration class.

Version:
$Id: TestSubsetConfiguration.java 1225019 2011-12-27 21:18:54Z oheger $
Author:
Emmanuel Bourg

Constructor Summary
TestSubsetConfiguration()
           
 
Method Summary
 void testClear()
           
 void testGetChildKey()
           
 void testGetKeys()
           
 void testGetKeysWithPrefix()
           
 void testGetList()
           
 void testGetListDelimiter()
           
 void testGetParent()
           
 void testGetParentKey()
           
 void testGetPrefix()
           
 void testGetProperty()
           
 void testInterpolationForKeysOfTheParent()
           
 void testInterpolator()
          Tests manipulating the interpolator.
 void testIsDelimiterParsingDisabled()
           
 void testLocalLookupsInInterpolatorAreInherited()
           
 void testNested()
           
 void testSetDelimiterParsingDisabled()
           
 void testSetListDelimiter()
           
 void testSetPrefix()
           
 void testSetProperty()
           
 void testThrowExceptionOnMissing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSubsetConfiguration

public TestSubsetConfiguration()
Method Detail

testGetProperty

public void testGetProperty()

testSetProperty

public void testSetProperty()

testGetParentKey

public void testGetParentKey()

testGetChildKey

public void testGetChildKey()

testGetKeys

public void testGetKeys()

testGetKeysWithPrefix

public void testGetKeysWithPrefix()

testGetList

public void testGetList()

testGetParent

public void testGetParent()

testGetPrefix

public void testGetPrefix()

testSetPrefix

public void testSetPrefix()

testThrowExceptionOnMissing

public void testThrowExceptionOnMissing()

testNested

public void testNested()
                throws Exception
Throws:
Exception

testClear

public void testClear()

testSetListDelimiter

public void testSetListDelimiter()

testGetListDelimiter

public void testGetListDelimiter()

testSetDelimiterParsingDisabled

public void testSetDelimiterParsingDisabled()

testIsDelimiterParsingDisabled

public void testIsDelimiterParsingDisabled()

testInterpolator

public void testInterpolator()
Tests manipulating the interpolator.


testLocalLookupsInInterpolatorAreInherited

public void testLocalLookupsInInterpolatorAreInherited()

testInterpolationForKeysOfTheParent

public void testInterpolationForKeysOfTheParent()


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