org.apache.commons.configuration
Class TestPropertiesSequence

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

public class TestPropertiesSequence
extends Object

Test that the configuration factory returns keys in the same sequence as the properties configurator

Version:
$Id: TestPropertiesSequence.java 1225011 2011-12-27 20:46:13Z oheger $

Constructor Summary
TestPropertiesSequence()
           
 
Method Summary
 void testConfigurationValuesInSameOrderFromFile()
           
 void testConfigurationValuesInSameOrderWithManualAdd()
           
 void testMappingInSameOrder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPropertiesSequence

public TestPropertiesSequence()
Method Detail

testConfigurationValuesInSameOrderFromFile

public void testConfigurationValuesInSameOrderFromFile()
                                                throws Exception
Throws:
Exception

testConfigurationValuesInSameOrderWithManualAdd

public void testConfigurationValuesInSameOrderWithManualAdd()
                                                     throws Exception
Throws:
Exception

testMappingInSameOrder

public void testMappingInSameOrder()
                            throws Exception
Throws:
Exception


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.