Method Summary |
|
protected void | checkIntArray(int actual, int expected) |
protected void | checkMap(Map actual, Map expected) |
protected static DynaClass | createDynaClass() Create and return a DynaClass instance for our test
DynaBean . |
public void | setUp() Set up instance variables required by this test case. |
public static Test | suite() Return the tests included in this test suite. |
public void | tearDown() Tear down instance variables required by this test case. |
public void | testCloneDynaBean() Test the cloneBean() method from a DynaBean. |
public void | testCopyPropertiesDynaBean() Test the copyProperties() method from a DynaBean. |
public void | testCopyPropertiesMap() Test copyProperties() when the origin is a a Map . |
public void | testCopyPropertiesStandard() Test the copyProperties() method from a standard JavaBean. |
public void | testCopyPropertyByte() Test narrowing and widening conversions on byte. |
public void | testCopyPropertyDouble() Test narrowing and widening conversions on double. |
public void | testCopyPropertyFloat() Test narrowing and widening conversions on float. |
public void | testCopyPropertyInteger() Test narrowing and widening conversions on int. |
public void | testCopyPropertyLong() Test narrowing and widening conversions on long. |
public void | testCopyPropertyNestedIndexedArray() Test copying a property using a nested indexed array expression,
with and without conversions. |
public void | testCopyPropertyNestedMappedMap() Test copying a property using a nested mapped map property. |
public void | testCopyPropertyNestedSimple() Test copying a property using a nested simple expression, with and
without conversions. |
public void | testCopyPropertyNull() Test copying a null property value. |
public void | testCopyPropertyShort() Test narrowing and widening conversions on short. |
public void | testDescribe() Test the describe() method. |
public void | testGetArrayProperty() |
public void | testGetGeneralProperty() |
public void | testGetIndexedProperty1() |
public void | testGetIndexedProperty2() |
public void | testGetNestedProperty() |
public void | testGetSimpleProperty() |
public void | testPopulateArrayElements() Test populate() method on individual array elements. |
public void | testPopulateArrayProperties() Test populate() method on array properties as a whole. |
public void | testPopulateMapped() Test populate() on mapped properties. |
public void | testPopulateNested() Test populate() method on nested properties. |
public void | testPopulateScalar() Test populate() method on scalar properties. |
public void | testSetPropertyNull() Test setting a null property value. |
public void | testSetPropertyNullValues() Test calling setProperty() with null property values. |
public void | testSetPropertyOnPrimitiveWrappers() Test converting to and from primitive wrapper types. |