ch.elca.el4j.tests.util.codingsupport
Class ClassUtilsTest

java.lang.Object
  extended by ch.elca.el4j.tests.util.codingsupport.ClassUtilsTest

public class ClassUtilsTest
extends Object

This class tests the class utilities.

Author:
Andreas Bur (ABU)

Constructor Summary
ClassUtilsTest()
           
 
Method Summary
 void testArrayListArray()
          Tests that an array of ArrayLists is properly converted into a string.
 void testBooleanArray()
          Tests that a boolean array is properly converted into a string.
 void testByteArray()
          Tests that a byte array is properly converted into a string.
 void testCharArray()
          Tests that a char array is properly converted into a string.
 void testDoubleArray()
          Tests that a double array is properly converted into a string.
 void testFloatArray()
          Tests that a float array is properly converted into a string.
 void testInt()
          Tests that an int is properly converted into a string.
 void testIntArray()
          Tests that a int array is properly converted into a string.
 void testIntMultiDimArray()
          Tests that a multi dimensional int array is properly converted into a string.
 void testLongArray()
          Tests that a long array is properly converted into a string.
 void testMultyDimObjArray()
          Tests that a multi dimensional object array is properly converted into a string.
 void testObjArray()
          Tests that an object array is properly converted into a string.
 void testObject()
          Tests that an object is properly converted into a string.
 void testShortArray()
          Tests that a short array is properly converted into a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassUtilsTest

public ClassUtilsTest()
Method Detail

testBooleanArray

public void testBooleanArray()
Tests that a boolean array is properly converted into a string.


testByteArray

public void testByteArray()
Tests that a byte array is properly converted into a string.


testCharArray

public void testCharArray()
Tests that a char array is properly converted into a string.


testDoubleArray

public void testDoubleArray()
Tests that a double array is properly converted into a string.


testFloatArray

public void testFloatArray()
Tests that a float array is properly converted into a string.


testIntArray

public void testIntArray()
Tests that a int array is properly converted into a string.


testLongArray

public void testLongArray()
Tests that a long array is properly converted into a string.


testShortArray

public void testShortArray()
Tests that a short array is properly converted into a string.


testIntMultiDimArray

public void testIntMultiDimArray()
Tests that a multi dimensional int array is properly converted into a string.


testObjArray

public void testObjArray()
Tests that an object array is properly converted into a string.


testArrayListArray

public void testArrayListArray()
Tests that an array of ArrayLists is properly converted into a string.


testMultyDimObjArray

public void testMultyDimObjArray()
Tests that a multi dimensional object array is properly converted into a string.


testInt

public void testInt()
Tests that an int is properly converted into a string.


testObject

public void testObject()
Tests that an object is properly converted into a string.



Copyright © 2005-2008 ELCA. All Rights Reserved.