Method Summary |
|
public void | assertReflectionArray(String expected, Object actual) |
public static void | main(String[] args) |
protected void | setUp() |
public static Test | suite() |
protected void | tearDown() |
public void | testAppendSuper() |
public void | testAppendToString() |
public void | testBlank() |
public void | testBoolean() |
public void | testBooleanArray() |
public void | testBooleanArrayArray() |
public void | testByte() |
public void | testByteArray() |
public void | testByteArrayArray() |
public void | testChar() |
public void | testCharArray() |
public void | testCharArrayArray() |
public void | testConstructorEx1() |
public void | testConstructorEx2() |
public void | testConstructorEx3() |
public void | testDouble() |
public void | testDoubleArray() |
public void | testDoubleArrayArray() |
public void | testFloat() |
public void | testFloatArray() |
public void | testFloatArrayArray() |
public void | testGetSetDefault() |
public void | testInheritedReflectionStatics() Tests ReflectionToStringBuilder.toString() for statics. |
public void | testInnerClassReflection() |
public void | testInt() |
public void | testIntArray() |
public void | testIntArrayArray() |
public void | testLong() |
public void | testLongArray() |
public void | testLongArrayArray() |
public void | testObject() |
public void | testObjectArray() |
public void | testObjectCycle() |
public void | testReflectionArrayAndObjectCycle() Test a nasty combination of arrays and Objects pointing to each other. |
public void | testReflectionArrayArrayCycle() |
public void | testReflectionArrayCycle() Test an array element pointing to its container. |
public void | testReflectionArrayCycleLevel2() Test an array element pointing to its container. |
public void | testReflectionBoolean() Test wrapper for char boolean. |
public void | testReflectionBooleanArray() |
public void | testReflectionBooleanArrayArray() |
public void | testReflectionByteArrayArray() |
public void | testReflectionCharArray() |
public void | testReflectionCharArrayArray() |
public void | testReflectionCharacter() Test wrapper for char primitive. |
public void | testReflectionDoubleArray() |
public void | testReflectionDoubleArrayArray() |
public void | testReflectionFloatArray() |
public void | testReflectionFloatArrayArray() |
public void | testReflectionHierarchy() |
public void | testReflectionHierarchyArrayList() |
public void | testReflectionIntArray() |
public void | testReflectionIntArrayArray() |
public void | testReflectionInteger() Test wrapper for int primitive. |
public void | testReflectionLongArray() |
public void | testReflectionLongArrayArray() |
public void | testReflectionNull() |
public void | testReflectionObjectArray() |
public void | testReflectionObjectCycle() Test Objects pointing to each other. |
public void | testReflectionShortArray() |
public void | testReflectionStatics() Tests ReflectionToStringBuilder.toString() for statics. |
public void | testReflectionhortArrayArray() |
public void | testReflectionyteArray() |
public void | testSelfInstanceTwoVarsReflectionObjectCycle() Test a class that defines an ivar pointing to itself. |
public void | testSelfInstanceVarReflectionObjectCycle() Test a class that defines an ivar pointing to itself. |
public void | testSetDefaultEx() |
public void | testShort() |
public void | testShortArray() |
public void | testShortArrayArray() |
public void | testSimpleReflectionObjectCycle() Test an Object pointing to itself, the simplest test. |
public void | testSimpleReflectionStatics() |
public Object | toStringWithStatics(Object object, ToStringStyle style, Class reflectUpToClass) This method uses reflection to build a suitable
toString value which includes static fields.
It uses AccessibleObject.setAccessible to gain access to private
fields. |
void | validateEmptyToStringStyleRegistry() |