org.apache.commons.configuration
Class TestSubsetConfiguration
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestSubsetConfiguration
public TestSubsetConfiguration()
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.