org.apache.commons.configuration
Class TestDataConfiguration

java.lang.Object
  extended by 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

Constructor Summary
TestDataConfiguration()
           
 
Method Summary
 void setUp()
           
 void testContainsKey()
           
 void testConversionException()
           
 void testGetArrayInvalidDefaultType()
           
 void testGetBigDecimalArray()
           
 void testGetBigDecimalList()
           
 void testGetBigIntegerArray()
           
 void testGetBigIntegerList()
           
 void testGetBooleanArray()
           
 void testGetBooleanList()
           
 void testGetByteArray()
           
 void testGetByteList()
           
 void testGetCalendar()
           
 void testGetCalendarArray()
           
 void testGetCalendarArrayWithFormat()
           
 void testGetCalendarList()
           
 void testGetColor()
           
 void testGetColorArray()
           
 void testGetColorList()
           
 void testGetConfiguration()
           
 void testGetDate()
           
 void testGetDateArray()
           
 void testGetDateArrayWithFormat()
           
 void testGetDateList()
           
 void testGetDoubleArray()
           
 void testGetDoubleList()
           
 void testGetFloatArray()
           
 void testGetFloatList()
           
 void testGetInetAddress()
           
 void testGetInetAddressInvalidType()
           
 void testGetIntegerArray()
           
 void testGetIntegerList()
           
 void testGetInternetAddress()
           
 void testGetInternetAddressInvalidType()
           
 void testGetInvalidType()
           
 void testGetKeys()
           
 void testGetLocale()
           
 void testGetLocaleArray()
           
 void testGetLocaleList()
           
 void testGetLongArray()
           
 void testGetLongList()
           
 void testGetPrimitiveArrayInvalidType()
           
 void testGetPropertyWithoutConversion()
          Tests whether a string property can be obtained through get() if no type conversion is required.
 void testGetShortArray()
           
 void testGetShortList()
           
 void testGetUnknown()
           
 void testGetUnknownException()
           
 void testGetURL()
           
 void testGetURLArray()
           
 void testGetURLList()
           
 void testIsEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDataConfiguration

public TestDataConfiguration()
Method Detail

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.