|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.tests.util.codingsupport.ClassUtilsTest
public class ClassUtilsTest
This class tests the class utilities.
| 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 |
|---|
public ClassUtilsTest()
| Method Detail |
|---|
public void testBooleanArray()
public void testByteArray()
public void testCharArray()
public void testDoubleArray()
public void testFloatArray()
public void testIntArray()
public void testLongArray()
public void testShortArray()
public void testIntMultiDimArray()
public void testObjArray()
public void testArrayListArray()
public void testMultyDimObjArray()
public void testInt()
public void testObject()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||