org.apache.commons.configuration
Class TestNonStringProperties

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

public class TestNonStringProperties
extends BaseNonStringProperties

Test if non-string properties are handled correctly.

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

Field Summary
 
Fields inherited from class org.apache.commons.configuration.BaseNonStringProperties
conf, nonStringTestHolder
 
Constructor Summary
TestNonStringProperties()
           
 
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

TestNonStringProperties

public TestNonStringProperties()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception


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