| |
|
| org.apache.commons.configuration.TestConfigurationSet
TestConfigurationSet | public class TestConfigurationSet extends TestCase (Code) | | author: rgladwel |
Method Summary | |
public void | setUp() Set up instance variables required by this test case. | public static Test | suite() Return the tests included in this test suite. | public void | tearDown() Tear down instance variables required by this test case. | public void | testIterator() | public void | testSize() |
TestConfigurationSet | public TestConfigurationSet(String name)(Code) | | Construct a new instance of this test case.
Parameters: name - Name of the test case |
setUp | public void setUp() throws Exception(Code) | | Set up instance variables required by this test case.
|
suite | public static Test suite()(Code) | | Return the tests included in this test suite.
|
tearDown | public void tearDown()(Code) | | Tear down instance variables required by this test case.
|
testIterator | public void testIterator()(Code) | | Class under test for Iterator iterator()
|
testSize | public void testSize()(Code) | | |
|
|
|