|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.configuration.TestAbstractConfigurationBasicFeatures
public class TestAbstractConfigurationBasicFeatures
A test class for some of the basic functionality implemented by AbstractConfiguration.
Constructor Summary | |
---|---|
TestAbstractConfigurationBasicFeatures()
|
Method Summary | |
---|---|
void |
testAddPropertyList()
Tests adding list properties. |
void |
testAddPropertyListNoDelimiterParsing()
Tests adding list properties when delimiter parsing is disabled. |
void |
testAppend()
Tests the append() method. |
void |
testAppendEvents()
Tests the events generated by an append() operation. |
void |
testAppendNull()
Tests appending a null configuration. |
void |
testAppendWithLists()
Tests the append() method when properties with multiple values and escaped list delimiters are involved. |
void |
testClearIteratorNoRemove()
Tests the clear() implementation of AbstractConfiguration if the iterator returned by getKeys() does not support the remove() operation. |
void |
testCopy()
Tests the copy() method. |
void |
testCopyEvents()
Tests the events generated by a copy() operation. |
void |
testCopyNull()
Tests copying a null configuration. |
void |
testCopyWithLists()
Tests the copy() method when properties with multiple values and escaped list delimiters are involved. |
void |
testGetListNonString()
Tests getList() for single non-string values. |
void |
testGetStringArrayNonString()
Tests getStringArray() for single son-string values. |
void |
testInterpolateEnvironmentVariables()
Tests whether environment variables can be interpolated. |
void |
testInterpolateEscape()
Tests escaping the variable marker, so that no interpolation will be performed. |
void |
testNestedVariableInterpolation()
Tests whether interpolation works in variable names. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestAbstractConfigurationBasicFeatures()
Method Detail |
---|
public void testClearIteratorNoRemove()
public void testInterpolateEscape()
public void testAddPropertyList()
public void testAddPropertyListNoDelimiterParsing()
public void testCopy()
public void testCopyWithLists()
public void testCopyEvents()
public void testCopyNull()
public void testAppend()
public void testAppendWithLists()
public void testAppendEvents()
public void testAppendNull()
public void testInterpolateEnvironmentVariables()
public void testGetListNonString()
public void testGetStringArrayNonString()
public void testNestedVariableInterpolation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |