org.apache.commons.configuration
Class TestConfigurationMap
java.lang.Object
org.apache.commons.configuration.TestConfigurationMap
public class TestConfigurationMap
- extends Object
- Author:
- Ricardo Gladwell
Method Summary |
void |
setUp()
Set up instance variables required by this test case. |
void |
tearDown()
Tear down instance variables required by this test case. |
void |
testPut()
Class under test for Object put(Object, Object) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestConfigurationMap
public TestConfigurationMap()
setUp
public void setUp()
throws Exception
- Set up instance variables required by this test case.
- Throws:
Exception
tearDown
public void tearDown()
- Tear down instance variables required by this test case.
testPut
public void testPut()
- Class under test for Object put(Object, Object)
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.