org.apache.commons.configuration
Class TestPropertiesSequence

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.configuration.TestPropertiesSequence
All Implemented Interfaces:
junit.framework.Test

public class TestPropertiesSequence
extends junit.framework.TestCase

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

Version:
$Id: TestPropertiesSequence.java 439648 2006-09-02 20:42:10Z oheger $

Constructor Summary
TestPropertiesSequence()
           
 
Method Summary
 void testConfigurationValuesInSameOrderFromFile()
           
 void testConfigurationValuesInSameOrderWithManualAdd()
           
 void testMappingInSameOrder()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestPropertiesSequence

public TestPropertiesSequence()
Method Detail

testConfigurationValuesInSameOrderFromFile

public void testConfigurationValuesInSameOrderFromFile()
                                                throws java.lang.Exception
Throws:
java.lang.Exception

testConfigurationValuesInSameOrderWithManualAdd

public void testConfigurationValuesInSameOrderWithManualAdd()
                                                     throws java.lang.Exception
Throws:
java.lang.Exception

testMappingInSameOrder

public void testMappingInSameOrder()
                            throws java.lang.Exception
Throws:
java.lang.Exception


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