org.apache.commons.configuration
Class TestConfigurationSet

java.lang.Object
  extended by org.apache.commons.configuration.TestConfigurationSet

public class TestConfigurationSet
extends Object

Author:
rgladwel

Constructor Summary
TestConfigurationSet()
           
 
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
 

Constructor Detail

TestConfigurationSet

public TestConfigurationSet()
Method Detail

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.