org.apache.commons.configuration
Class TestDataConfiguration
java.lang.Object
org.apache.commons.configuration.TestDataConfiguration
public class TestDataConfiguration
- extends Object
- Version:
- $Id: TestDataConfiguration.java 1301990 2012-03-17 20:10:46Z oheger $
- Author:
- Emmanuel Bourg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestDataConfiguration
public TestDataConfiguration()
setUp
public void setUp()
throws Exception
- Throws:
Exception
testGetConfiguration
public void testGetConfiguration()
testIsEmpty
public void testIsEmpty()
testContainsKey
public void testContainsKey()
testGetKeys
public void testGetKeys()
testGetInvalidType
public void testGetInvalidType()
testGetUnknown
public void testGetUnknown()
testGetUnknownException
public void testGetUnknownException()
testGetArrayInvalidDefaultType
public void testGetArrayInvalidDefaultType()
testGetPrimitiveArrayInvalidType
public void testGetPrimitiveArrayInvalidType()
testGetBooleanArray
public void testGetBooleanArray()
testGetBooleanList
public void testGetBooleanList()
testGetByteArray
public void testGetByteArray()
testGetByteList
public void testGetByteList()
testGetShortArray
public void testGetShortArray()
testGetShortList
public void testGetShortList()
testGetIntegerArray
public void testGetIntegerArray()
testGetIntegerList
public void testGetIntegerList()
testGetLongArray
public void testGetLongArray()
testGetLongList
public void testGetLongList()
testGetFloatArray
public void testGetFloatArray()
testGetFloatList
public void testGetFloatList()
testGetDoubleArray
public void testGetDoubleArray()
testGetDoubleList
public void testGetDoubleList()
testGetBigIntegerArray
public void testGetBigIntegerArray()
testGetBigIntegerList
public void testGetBigIntegerList()
testGetBigDecimalArray
public void testGetBigDecimalArray()
testGetBigDecimalList
public void testGetBigDecimalList()
testGetURL
public void testGetURL()
throws Exception
- Throws:
Exception
testGetURLArray
public void testGetURLArray()
throws Exception
- Throws:
Exception
testGetURLList
public void testGetURLList()
throws Exception
- Throws:
Exception
testGetLocale
public void testGetLocale()
testGetLocaleArray
public void testGetLocaleArray()
throws Exception
- Throws:
Exception
testGetLocaleList
public void testGetLocaleList()
throws Exception
- Throws:
Exception
testGetColor
public void testGetColor()
testGetColorArray
public void testGetColorArray()
throws Exception
- Throws:
Exception
testGetColorList
public void testGetColorList()
throws Exception
- Throws:
Exception
testGetDate
public void testGetDate()
throws Exception
- Throws:
Exception
testGetDateArray
public void testGetDateArray()
throws Exception
- Throws:
Exception
testGetDateArrayWithFormat
public void testGetDateArrayWithFormat()
throws Exception
- Throws:
Exception
testGetDateList
public void testGetDateList()
throws Exception
- Throws:
Exception
testGetCalendar
public void testGetCalendar()
throws Exception
- Throws:
Exception
testGetCalendarArray
public void testGetCalendarArray()
throws Exception
- Throws:
Exception
testGetCalendarArrayWithFormat
public void testGetCalendarArrayWithFormat()
throws Exception
- Throws:
Exception
testGetCalendarList
public void testGetCalendarList()
throws Exception
- Throws:
Exception
testGetInetAddress
public void testGetInetAddress()
throws Exception
- Throws:
Exception
testGetInetAddressInvalidType
public void testGetInetAddressInvalidType()
testGetInternetAddress
public void testGetInternetAddress()
throws Exception
- Throws:
Exception
testGetInternetAddressInvalidType
public void testGetInternetAddressInvalidType()
throws Exception
- Throws:
Exception
testConversionException
public void testConversionException()
throws Exception
- Throws:
Exception
testGetPropertyWithoutConversion
public void testGetPropertyWithoutConversion()
- Tests whether a string property can be obtained through get() if no type
conversion is required.
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.