org.apache.commons.configuration
Class TestDataConfiguration

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.configuration.TestDataConfiguration
All Implemented Interfaces:
junit.framework.Test

public class TestDataConfiguration
extends junit.framework.TestCase

Version:
$Revision: 530207 $, $Date: 2007-04-19 00:53:50 +0100 (Thu, 19 Apr 2007) $
Author:
Emmanuel Bourg

Constructor Summary
TestDataConfiguration()
           
 
Method Summary
protected  void setUp()
           
 void testContainsKey()
           
 void testConversionException()
           
 void testGet()
           
 void testGetArray()
           
 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 testGetIntegerArray()
           
 void testGetIntegerList()
           
 void testGetInternetAddress()
           
 void testGetKeys()
           
 void testGetLocale()
           
 void testGetLocaleArray()
           
 void testGetLocaleList()
           
 void testGetLongArray()
           
 void testGetLongList()
           
 void testGetPrimitiveArray()
           
 void testGetShortArray()
           
 void testGetShortList()
           
 void testGetURL()
           
 void testGetURLArray()
           
 void testGetURLList()
           
 void testIsEmpty()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestDataConfiguration

public TestDataConfiguration()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testGetConfiguration

public void testGetConfiguration()

testIsEmpty

public void testIsEmpty()

testContainsKey

public void testContainsKey()

testGetKeys

public void testGetKeys()

testGet

public void testGet()

testGetArray

public void testGetArray()

testGetPrimitiveArray

public void testGetPrimitiveArray()

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 java.lang.Exception
Throws:
java.lang.Exception

testGetURLArray

public void testGetURLArray()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testGetURLList

public void testGetURLList()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testGetLocale

public void testGetLocale()

testGetLocaleArray

public void testGetLocaleArray()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testGetLocaleList

public void testGetLocaleList()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testGetColor

public void testGetColor()

testGetColorArray

public void testGetColorArray()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testGetColorList

public void testGetColorList()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testGetDate

public void testGetDate()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testGetDateArray

public void testGetDateArray()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testGetDateArrayWithFormat

public void testGetDateArrayWithFormat()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testGetDateList

public void testGetDateList()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testGetCalendar

public void testGetCalendar()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testGetCalendarArray

public void testGetCalendarArray()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testGetCalendarArrayWithFormat

public void testGetCalendarArrayWithFormat()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

testGetCalendarList

public void testGetCalendarList()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testGetInetAddress

public void testGetInetAddress()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testGetInternetAddress

public void testGetInternetAddress()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testConversionException

public void testConversionException()
                             throws java.lang.Exception
Throws:
java.lang.Exception


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