| org.apache.commons.configuration.TestAbstractConfiguration
All known Subclasses: org.apache.commons.configuration.web.TestServletFilterConfiguration, org.apache.commons.configuration.web.TestServletConfiguration, org.apache.commons.configuration.web.TestServletRequestConfiguration, org.apache.commons.configuration.web.TestServletContextConfiguration, org.apache.commons.configuration.TestMapConfiguration, org.apache.commons.configuration.web.TestAppletConfiguration,
TestAbstractConfiguration | abstract public class TestAbstractConfiguration extends TestCase (Code) | | Abstract TestCase for implementations of
AbstractConfiguration .
author: Emmanuel Bourg version: $Revision: 515306 $, $Date: 2007-03-06 22:15:00 +0100 (Di, 06 Mrz 2007) $ |
getConfiguration | abstract protected AbstractConfiguration getConfiguration()(Code) | | Return an abstract configuration with the following data:
key1 = value1
key2 = value2
list = value1, value2
listesc = value1\\,value2
|
testAddPropertyDirect | public void testAddPropertyDirect()(Code) | | |
testClearProperty | public void testClearProperty()(Code) | | |
testContainsKey | public void testContainsKey()(Code) | | |
testGetKeys | public void testGetKeys()(Code) | | |
testGetProperty | public void testGetProperty()(Code) | | |
testIsEmpty | public void testIsEmpty()(Code) | | |
testList | public void testList()(Code) | | |
testListEscaped | public void testListEscaped()(Code) | | Tests whether the escape character for list delimiters is recocknized and
removed.
|
testSetLogger | public void testSetLogger()(Code) | | Tests accessing the configuration's logger.
|
|
|