| org.apache.commons.configuration.TestEqualBehaviour
TestEqualBehaviour | public class TestEqualBehaviour extends TestCase (Code) | | Compare the behaviour of various methods between CompositeConfiguration
and normal (Properties) Configuration
version: $Id: TestEqualBehaviour.java 439648 2006-09-02 20:42:10Z oheger $ |
testAddingSet | public void testAddingSet() throws Exception(Code) | | If we add a to an existing key, does it work?
|
testAddingUnset | public void testAddingUnset() throws Exception(Code) | | If we add a key, does it work?
|
testDeletingExisting | public void testDeletingExisting() throws Exception(Code) | | If we delete a key, does it vanish? Does it leave all
the other keys unchanged? How about an unset key?
|
testDeletingNonExisting | public void testDeletingNonExisting() throws Exception(Code) | | |
testLoading | public void testLoading() throws Exception(Code) | | Are both configurations equal after loading?
|
testSettingExisting | public void testSettingExisting() throws Exception(Code) | | |
testSettingNonExisting | public void testSettingNonExisting() throws Exception(Code) | | If we set a key, does it work? How about an existing
key? Can we change it?
|
|
|