org.apache.commons.configuration
Class TestConfigurationConverter

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

public class TestConfigurationConverter
extends Object

Tests the ConfigurationConverter class.

Version:
$Id: TestConfigurationConverter.java 1223010 2011-12-24 20:21:36Z oheger $
Author:
Martin Poeschl, Emmanuel Bourg

Constructor Summary
TestConfigurationConverter()
           
 
Method Summary
 void testConfigurationToExtendedProperties()
           
 void testConfigurationToMap()
           
 void testConfigurationToProperties()
           
 void testConfigurationToPropertiesScalarValue()
          Tests the conversion of a configuration object to properties if scalar values are involved.
 void testExtendedPropertiesToConfiguration()
           
 void testPropertiesToConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestConfigurationConverter

public TestConfigurationConverter()
Method Detail

testExtendedPropertiesToConfiguration

public void testExtendedPropertiesToConfiguration()

testPropertiesToConfiguration

public void testPropertiesToConfiguration()

testConfigurationToExtendedProperties

public void testConfigurationToExtendedProperties()

testConfigurationToProperties

public void testConfigurationToProperties()

testConfigurationToPropertiesScalarValue

public void testConfigurationToPropertiesScalarValue()
Tests the conversion of a configuration object to properties if scalar values are involved. This test is related to CONFIGURATION-432.


testConfigurationToMap

public void testConfigurationToMap()


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