|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.configuration.TestEqualBehaviour
public class TestEqualBehaviour
Compare the behavior of various methods between CompositeConfiguration and normal (Properties) Configuration
Constructor Summary | |
---|---|
TestEqualBehaviour()
|
Method Summary | |
---|---|
void |
testAddingSet()
If we add a to an existing key, does it work? |
void |
testAddingUnset()
If we add a key, does it work? |
void |
testDeletingExisting()
If we delete a key, does it vanish? |
void |
testDeletingNonExisting()
|
void |
testLoading()
Are both configurations equal after loading? |
void |
testSettingExisting()
|
void |
testSettingNonExisting()
If we set a key, does it work? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestEqualBehaviour()
Method Detail |
---|
public void testLoading() throws Exception
Exception
public void testDeletingExisting() throws Exception
Exception
public void testDeletingNonExisting() throws Exception
Exception
public void testSettingNonExisting() throws Exception
Exception
public void testSettingExisting() throws Exception
Exception
public void testAddingUnset() throws Exception
Exception
public void testAddingSet() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |