org.apache.commons.configuration.beanutils
Class TestConfigurationDynaBeanXMLConfig
java.lang.Object
org.apache.commons.configuration.beanutils.TestConfigurationDynaBean
org.apache.commons.configuration.beanutils.TestConfigurationDynaBeanXMLConfig
public class TestConfigurationDynaBeanXMLConfig
- extends TestConfigurationDynaBean
An additional test class for ConfigurationDynaBean. This test class performs
the same tests as the default test class, but uses a XMLConfiguration as
underlying configuration object.
- Version:
- $Id: TestConfigurationDynaBeanXMLConfig.java 1301994 2012-03-17 20:21:23Z sebb $
- Author:
- Commons
Configuration team
Methods inherited from class org.apache.commons.configuration.beanutils.TestConfigurationDynaBean |
setUp, testAddNullPropertyValue, testGetDescriptorArguments, testGetDescriptorBase, testGetDescriptorBoolean, testGetDescriptorDouble, testGetDescriptorFloat, testGetDescriptorInt, testGetDescriptorLong, testGetDescriptors, testGetDescriptorSecond, testGetDescriptorShort, testGetDescriptorString, testGetIndexedArguments, testGetIndexedNonExisting, testGetIndexedString, testGetIndexedValues, testGetMappedArguments, testGetMappedValues, testGetNonExistentProperty, testGetNonIndexedProperties, testGetSimpleArguments, testGetSimpleBoolean, testGetSimpleDouble, testGetSimpleFloat, testGetSimpleInt, testGetSimpleLong, testGetSimpleShort, testGetSimpleString, testMappedContains, testMappedRemove, testNestedPropeties, testSetArrayValue, testSetIndexedArguments, testSetIndexedValues, testSetMappedValues, testSetNonIndexedProperties, testSetSimpleBoolean, testSetSimpleDouble, testSetSimpleFloat, testSetSimpleInt, testSetSimpleLong, testSetSimpleShort, testSetSimpleString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestConfigurationDynaBeanXMLConfig
public TestConfigurationDynaBeanXMLConfig()
createConfiguration
protected Configuration createConfiguration()
- Creates the underlying configuration object. This implementation will
create a XMLConfiguration.
- Overrides:
createConfiguration
in class TestConfigurationDynaBean
- Returns:
- the underlying configuration
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.