org.apache.commons.configuration
Class TestConfigurationConverter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestConfigurationConverter
public TestConfigurationConverter()
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.