|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.configuration.TestAbstractConfiguration
public abstract class TestAbstractConfiguration
Abstract TestCase for implementations of AbstractConfiguration
.
Constructor Summary | |
---|---|
TestAbstractConfiguration()
|
Method Summary | |
---|---|
protected abstract AbstractConfiguration |
getConfiguration()
Return an abstract configuration with the following data: key1 = value1 key2 = value2 list = value1, value2 listesc = value1\\,value2 |
protected abstract AbstractConfiguration |
getEmptyConfiguration()
Return an empty configuration. |
void |
testAddPropertyDirect()
|
void |
testClearProperty()
|
void |
testContainsKey()
|
void |
testGetBigIntegerConversion()
Tests the exception message triggered by the conversion to BigInteger. |
void |
testGetKeys()
|
void |
testGetProperty()
|
void |
testIsEmpty()
|
void |
testList()
|
void |
testListEscaped()
Tests whether the escape character for list delimiters is recocknized and removed. |
void |
testSetLogger()
Tests accessing the configuration's logger. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestAbstractConfiguration()
Method Detail |
---|
protected abstract AbstractConfiguration getConfiguration()
key1 = value1 key2 = value2 list = value1, value2 listesc = value1\\,value2
protected abstract AbstractConfiguration getEmptyConfiguration()
public void testGetProperty()
public void testList()
public void testListEscaped()
public void testAddPropertyDirect()
public void testIsEmpty()
public void testContainsKey()
public void testClearProperty()
public void testGetKeys()
public void testSetLogger()
public void testGetBigIntegerConversion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |