org.apache.commons.configuration
Class TestConfigurationSet
java.lang.Object
org.apache.commons.configuration.TestConfigurationSet
public class TestConfigurationSet
- extends Object
- Author:
- rgladwel
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 |
testIterator()
Class under test for Iterator iterator() |
void |
testSize()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestConfigurationSet
public TestConfigurationSet()
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.
testSize
public void testSize()
testIterator
public void testIterator()
- Class under test for Iterator iterator()
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.