|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.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 |
testInterpolateEscape()
Tests escaping the variable marker, so that no interpolation will be performed. |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
| Methods inherited from class junit.framework.Assert |
|---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||