org.apache.commons.configuration
Class TestCompositeConfigurationNonStringProperties

java.lang.Object
  extended by org.apache.commons.configuration.BaseNonStringProperties
      extended by org.apache.commons.configuration.TestCompositeConfigurationNonStringProperties

public class TestCompositeConfigurationNonStringProperties
extends BaseNonStringProperties

Test if non-string properties are handled correctly.

Version:
$Id: TestCompositeConfigurationNonStringProperties.java 1222445 2011-12-22 20:53:47Z oheger $

Field Summary
 
Fields inherited from class org.apache.commons.configuration.BaseNonStringProperties
conf, nonStringTestHolder
 
Constructor Summary
TestCompositeConfigurationNonStringProperties()
           
 
Method Summary
 void setUp()
           
 
Methods inherited from class org.apache.commons.configuration.BaseNonStringProperties
testBoolean, testBooleanArrayValue, testBooleanDefaultValue, testByte, testByteArrayValue, testDouble, testDoubleArrayValue, testDoubleDefaultValue, testFloat, testFloatArrayValue, testFloatDefaultValue, testInteger, testIntegerArrayValue, testIntegerDefaultValue, testIsEmpty, testListMissing, testLong, testLongArrayValue, testLongDefaultValue, testShort, testShortArrayValue, testShortDefaultValue, testSubset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCompositeConfigurationNonStringProperties

public TestCompositeConfigurationNonStringProperties()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception


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