Summary

Tests Errors Failures Skipped Success Rate Time
788 0 0 0 100% 1.635

Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Package List

Package Tests Errors Failures Skipped Success Rate Time
net.sf.ezmorph.primitive 151 0 0 0 100% 0.057
net.sf.ezmorph.object 186 0 0 0 100% 0.694
net.sf.ezmorph.test 200 0 0 0 100% 0.503
net.sf.ezmorph.array 184 0 0 0 100% 0.094
net.sf.ezmorph.bean 51 0 0 0 100% 0.221
net.sf.ezmorph 16 0 0 0 100% 0.066

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

net.sf.ezmorph.primitive

Class Tests Errors Failures Skipped Success Rate Time
IntMorpherTest 20 0 0 0 100% 0.007
DoubleMorpherTest 19 0 0 0 100% 0.005
FloatMorpherTest 20 0 0 0 100% 0.01
LongMorpherTest 20 0 0 0 100% 0.009
ShortMorpherTest 20 0 0 0 100% 0.007
ByteMorpherTest 20 0 0 0 100% 0.008
BooleanMorpherTest 18 0 0 0 100% 0.006
CharMorpherTest 14 0 0 0 100% 0.005

net.sf.ezmorph.object

Class Tests Errors Failures Skipped Success Rate Time
BooleanObjectMorpherTest 14 0 0 0 100% 0.007
SwitchingMorpherTest 3 0 0 0 100% 0.119
ObjectListMorpherTest 16 0 0 0 100% 0.08
BigIntegerMorpherTest 22 0 0 0 100% 0.006
NumberMorpherTest 56 0 0 0 100% 0.437
ClassMorpherTest 9 0 0 0 100% 0.012
BigDecimalMorpherTest 21 0 0 0 100% 0.006
DateMorpherTest 15 0 0 0 100% 0.013
MapToDateMorpherTest 12 0 0 0 100% 0.005
IdentityObjectMorpherTest 1 0 0 0 100% 0.004
StringMorpherTest 4 0 0 0 100% 0.001
CharacterObjectMorpherTest 13 0 0 0 100% 0.004

net.sf.ezmorph.test

Class Tests Errors Failures Skipped Success Rate Time
FloatArrayAssertionsTest 24 0 0 0 100% 0.008
CharArrayAssertionsTest 24 0 0 0 100% 0.007
ByteArrayAssertionsTest 24 0 0 0 100% 0.431
LongArrayAssertionsTest 24 0 0 0 100% 0.017
BooleanArrayAssertionsTest 24 0 0 0 100% 0.012
ArrayAssertionsTest 8 0 0 0 100% 0.003
DoubleArrayAssertionsTest 24 0 0 0 100% 0.006
IntArrayAssertionsTest 24 0 0 0 100% 0.009
ShortArrayAssertionsTest 24 0 0 0 100% 0.01

net.sf.ezmorph.array

Class Tests Errors Failures Skipped Success Rate Time
BooleanObjectArrayMorpherTest 21 0 0 0 100% 0.014
DoubleArrayMorpherTest 16 0 0 0 100% 0.007
LongArrayMorpherTest 16 0 0 0 100% 0.005
IntArrayMorpherTest 16 0 0 0 100% 0.008
ShortArrayMorpherTest 16 0 0 0 100% 0.006
ByteArrayMorpherTest 16 0 0 0 100% 0.008
CharArrayMorpherTest 16 0 0 0 100% 0.005
ObjectArrayMorpherTest 15 0 0 0 100% 0.007
CharacterObjectArrayMorpherTest 20 0 0 0 100% 0.013
FloatArrayMorpherTest 16 0 0 0 100% 0.006
BooleanArrayMorpherTest 16 0 0 0 100% 0.015

net.sf.ezmorph.bean

Class Tests Errors Failures Skipped Success Rate Time
BeanMorpherTest 22 0 0 0 100% 0.067
MorphDynaBeanTest 21 0 0 0 100% 0.122
MorphDynaClassTest 8 0 0 0 100% 0.032

net.sf.ezmorph

Class Tests Errors Failures Skipped Success Rate Time
MorpherRegistryTest 16 0 0 0 100% 0.066

Test Cases

BooleanObjectMorpherTest

testBooleanMorph_noConversion 0
testBooleanMorph_throwException 0.001
testBooleanMorph_throwException_null 0
testBooleanMorph_useDefault 0
testBooleanMorph_useDefault_null 0
testBooleanMorphStringValues_false 0
testBooleanMorphStringValues_true 0
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0.001
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0

SwitchingMorpherTest

testMorph_null 0.063
testMorphWrapperAToBeanA 0.051
testMorphWrapperBToBeanB 0.003

BeanMorpherTest

testMorph_null 0.006
testException_array_class 0.001
testException_Collection_subclass 0.001
testException_DynaBean_class 0.001
testException_interface_class 0
testException_Map_subclass 0.001
testException_null_class 0.001
testException_null_morpherRegistry 0.001
testException_primitive_class 0.001
testException_String_class 0.001
testException_wrapper_class 0.001
testMorph_dynaBean 0.004
testMorph_dynaBean_missingProperty 0.003
testMorph_nested__dynaBeans 0.008
testMorph_ObjectBean_to_PrimitiveBean 0.007
testMorph_ObjectBean_to_PrimitiveBean_lenient 0.003
testMorph_ObjectBean_to_PrimitiveBean_notLenient 0.001
testMorph_ObjectBean_to_TypedBean 0.005
testMorph_PrimitiveBean_to_ObjectBean 0.002
testMorph_PrimitiveBean_to_TypedBean 0.002
testMorph_unsupported 0.001
testMorph_BeanA_to_BeanD 0.005

IntMorpherTest

testIntMorph_throwException 0.001
testIntMorph_throwException_null 0
testIntMorph_useDefault 0
testIntMorph_useDefault_null 0
testIntMorphDecimalValue_Number 0.001
testIntMorphDecimalValue_Number_outOfRange 0
testIntMorphDecimalValue_String 0
testIntMorphMaxValue_Number 0
testIntMorphMaxValue_String 0.001
testIntMorphMinValue_Number 0
testIntMorphMinValue_String 0
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0
testMorphsTo 0
testSupports 0

BooleanObjectArrayMorpherTest

testMorph_null 0.001
testMorph_illegalArgument 0.001
testMorph_strings 0
testMorph_strings_twodims 0.001
testMorph_throwException 0
testMorph_booleanArray 0
testMorph_booleanArray_threedims 0.001
testMorph_booleanArray_twodims 0
testMorph_StringArray_null_default 0.001
testMorph_BooleanArray 0
testMorph_BooleanArray_threedims 0
testMorph_BooleanArray_twodims 0.001
testMorph_StringArray_Boolean_default 0.001
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0
testMorphsTo 0

FloatArrayAssertionsTest

testAssertEquals_float_float 0
testAssertEquals_float_Float 0.001
testAssertEquals_Float_float 0
testAssertEquals_Float_Float 0
testAssertEquals_float_float_actuals_is_null 0
testAssertEquals_float_Float_actuals_is_null 0
testAssertEquals_Float_float_actuals_is_null 0
testAssertEquals_float_float_different_length 0
testAssertEquals_float_Float_different_length 0
testAssertEquals_Float_float_different_length 0
testAssertEquals_float_float_expecteds_is_null 0
testAssertEquals_float_Float_expecteds_is_null 0
testAssertEquals_Float_float_expecteds_is_null 0
testAssertEquals_multi_float_float 0
testAssertEquals_multi_float_Float 0
testAssertEquals_multi_Float_float 0
testAssertEquals_multi_Float_Float 0.001
testAssertEquals_OO_float_double 0
testAssertEquals_OO_float_float 0
testAssertEquals_OO_float_Float 0
testAssertEquals_OO_Float_float 0
testAssertEquals_OO_float_Object_array 0
testAssertEquals_OO_Object_array_float 0
testAssertEquals_OO_Object_array_Object_array 0

DoubleArrayMorpherTest

testMorph_null 0
testMorph_illegalArgument 0
testMorph_strings 0.001
testMorph_strings_twodims 0
testMorph_throwException 0
testMorph_doubleArray 0
testMorph_doubleArray_threedims 0.001
testMorph_doubleArray_twodims 0
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0.001
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0
testMorphsTo 0

CharArrayAssertionsTest

testAssertEquals_OO_Object_array_Object_array 0
testAssertEquals_char_char 0
testAssertEquals_char_char_actuals_is_null 0
testAssertEquals_char_char_different_length 0
testAssertEquals_char_char_expecteds_is_null 0
testAssertEquals_char_Character 0
testAssertEquals_char_Character_actuals_is_null 0
testAssertEquals_char_Character_different_length 0
testAssertEquals_char_Character_expecteds_is_null 0
testAssertEquals_Character_char 0
testAssertEquals_Character_char_actuals_is_null 0
testAssertEquals_Character_char_different_length 0
testAssertEquals_Character_char_expecteds_is_null 0
testAssertEquals_Character_Character 0
testAssertEquals_multi_char_char 0
testAssertEquals_multi_char_Character 0
testAssertEquals_multi_Character_char 0
testAssertEquals_multi_Character_Character 0
testAssertEquals_OO_char_char 0
testAssertEquals_OO_char_Character 0
testAssertEquals_OO_char_double 0.001
testAssertEquals_OO_char_Object_array 0
testAssertEquals_OO_Character_char 0
testAssertEquals_OO_Object_array_char 0

LongArrayMorpherTest

testMorph_null 0
testMorph_illegalArgument 0
testMorph_strings 0
testMorph_strings_twodims 0
testMorph_throwException 0.001
testMorph_longArray 0
testMorph_longArray_threedims 0
testMorph_longArray_twodims 0
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0
testMorphsTo 0

ObjectListMorpherTest

testMorph_null 0.021
testMorph_illegalArgument 0.002
testMorph_IntegerList 0.016
testMorph_NullList 0.001
testMorph_NullList_withDefaultValue 0.001
testMorph_StringList 0.004
testObjectListMorpher_illegalMorpher_noMorphMethod 0.003
testObjectListMorpher_illegalMorpher_nullMorpher 0
testObjectListMorpher_illegalMorpher_supportsList 0.001
testEquals_another_Morpher 0.003
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0.001
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0.003
testHashCode_same_morpher 0

IntArrayMorpherTest

testMorph_null 0
testMorph_illegalArgument 0
testMorph_strings 0
testMorph_strings_twodims 0
testMorph_throwException 0
testMorph_intArray 0
testMorph_intArray_threedims 0
testMorph_intArray_twodims 0
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0.001
testHashCode_same_morpher 0
testMorphsTo 0

ShortArrayMorpherTest

testMorph_null 0
testMorph_illegalArgument 0.001
testMorph_shortArray 0
testMorph_shortArray_threedims 0
testMorph_shortArray_twodims 0
testMorph_strings 0.001
testMorph_strings_twodims 0
testMorph_throwException 0
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0
testMorphsTo 0

ByteArrayAssertionsTest

testAssertEquals_OO_Object_array_Object_array 0.001
testAssertEquals_byte_byte 0
testAssertEquals_byte_Byte 0
testAssertEquals_Byte_byte 0
testAssertEquals_Byte_Byte 0
testAssertEquals_byte_byte_actuals_is_null 0.001
testAssertEquals_byte_Byte_actuals_is_null 0
testAssertEquals_Byte_byte_actuals_is_null 0
testAssertEquals_byte_byte_different_length 0
testAssertEquals_byte_Byte_different_length 0
testAssertEquals_Byte_byte_different_length 0
testAssertEquals_byte_byte_expecteds_is_null 0
testAssertEquals_byte_Byte_expecteds_is_null 0
testAssertEquals_Byte_byte_expecteds_is_null 0
testAssertEquals_multi_byte_byte 0
testAssertEquals_multi_byte_Byte 0
testAssertEquals_multi_Byte_byte 0
testAssertEquals_multi_Byte_Byte 0.001
testAssertEquals_OO_byte_byte 0
testAssertEquals_OO_byte_Byte 0
testAssertEquals_OO_Byte_byte 0
testAssertEquals_OO_byte_double 0
testAssertEquals_OO_byte_Object_array 0
testAssertEquals_OO_Object_array_byte 0.001

LongArrayAssertionsTest

testAssertEquals_OO_Object_array_Object_array 0
testAssertEquals_long_long 0
testAssertEquals_long_Long 0
testAssertEquals_Long_long 0
testAssertEquals_Long_Long 0
testAssertEquals_long_long_actuals_is_null 0
testAssertEquals_long_Long_actuals_is_null 0
testAssertEquals_Long_long_actuals_is_null 0
testAssertEquals_long_long_different_length 0
testAssertEquals_long_Long_different_length 0
testAssertEquals_Long_long_different_length 0
testAssertEquals_long_long_expecteds_is_null 0
testAssertEquals_long_Long_expecteds_is_null 0
testAssertEquals_Long_long_expecteds_is_null 0
testAssertEquals_multi_long_long 0
testAssertEquals_multi_long_Long 0
testAssertEquals_multi_Long_long 0.001
testAssertEquals_multi_Long_Long 0
testAssertEquals_OO_long_double 0
testAssertEquals_OO_long_long 0
testAssertEquals_OO_long_Long 0
testAssertEquals_OO_Long_long 0
testAssertEquals_OO_long_Object_array 0
testAssertEquals_OO_Object_array_long 0

ByteArrayMorpherTest

testMorph_null 0
testMorph_illegalArgument 0
testMorph_strings 0
testMorph_strings_twodims 0.001
testMorph_throwException 0
testMorph_byteArray 0
testMorph_byteArray_threedims 0
testMorph_byteArray_twodims 0
testEquals_another_Morpher 0.001
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0.001
testHashCode_same_morpher 0
testMorphsTo 0

CharArrayMorpherTest

testMorph_null 0
testMorph_illegalArgument 0
testMorph_strings 0
testMorph_strings_twodims 0
testMorph_throwException 0
testMorph_charArray 0.001
testMorph_charArray_threedims 0
testMorph_charArray_twodims 0
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0.001
testHashCode_same_morpher 0
testMorphsTo 0

BigIntegerMorpherTest

testBigIntegerMorph_BigDecimal 0
testBigIntegerMorph_BigInteger 0
testBigIntegerMorph_Number 0
testBigIntegerMorph_Number__Double_INFINITY 0
testBigIntegerMorph_Number__Double_NAN 0
testBigIntegerMorph_Number__Float_INFINITY 0
testBigIntegerMorph_Number__Float_NAN 0
testBigIntegerMorph_String__decimal 0
testBigIntegerMorph_String__int 0
testBigIntegerMorph_String_empty 0
testBigIntegerMorph_String_null 0
testBigIntegerMorph_String_null2 0
testBigIntegerMorph_throwException 0
testBigIntegerMorph_useDefault 0
testBigIntegerMorph_useDefault_null 0
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0.001
testHashCode_same_morpher 0

BooleanArrayAssertionsTest

testAssertEquals_OO_Object_array_Object_array 0
testAssertEquals_boolean_boolean 0
testAssertEquals_boolean_Boolean 0
testAssertEquals_Boolean_boolean 0
testAssertEquals_Boolean_Boolean 0
testAssertEquals_boolean_boolean_actuals_is_null 0
testAssertEquals_boolean_Boolean_actuals_is_null 0.001
testAssertEquals_Boolean_boolean_actuals_is_null 0
testAssertEquals_boolean_boolean_different_length 0
testAssertEquals_boolean_Boolean_different_length 0
testAssertEquals_Boolean_boolean_different_length 0
testAssertEquals_boolean_boolean_expecteds_is_null 0.001
testAssertEquals_boolean_Boolean_expecteds_is_null 0
testAssertEquals_Boolean_boolean_expecteds_is_null 0.001
testAssertEquals_multi_boolean_boolean 0
testAssertEquals_multi_boolean_Boolean 0
testAssertEquals_multi_Boolean_boolean 0
testAssertEquals_multi_Boolean_Boolean 0
testAssertEquals_OO_boolean_boolean 0
testAssertEquals_OO_boolean_Boolean 0
testAssertEquals_OO_Boolean_boolean 0
testAssertEquals_OO_boolean_double 0
testAssertEquals_OO_boolean_Object_array 0
testAssertEquals_OO_Object_array_boolean 0

ArrayAssertionsTest

testAssertEquals_null_null 0
testAssertEquals_actuals_is_null 0
testAssertEquals_different_length 0.001
testAssertEquals_expecteds_is_null 0
testAssertEquals_multi_Object_Object_nulls 0
testAssertEquals_null_elements 0
testAssertEquals_null_elements_2 0
testAssertEquals_Object_Object_nulls 0

DoubleMorpherTest

testDoubleMorph_throwException 0
testDoubleMorph_throwException_null 0
testDoubleMorph_useDefault 0
testDoubleMorph_useDefault_null 0
testDoubleMorphDecimalValue_Number 0
testDoubleMorphDecimalValue_String 0
testDoubleMorphMaxValue_Number 0
testDoubleMorphMaxValue_String 0
testDoubleMorphMinValue_Number 0
testDoubleMorphMinValue_String 0
testEquals_another_Morpher 0.001
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0
testMorphsTo 0
testSupports 0

FloatMorpherTest

testFloatMorph_throwException 0.001
testFloatMorph_throwException_null 0
testFloatMorph_useDefault 0
testFloatMorph_useDefault_null 0
testFloatMorphDecimalValue_Number 0
testFloatMorphDecimalValue_Number_outOfRange 0
testFloatMorphDecimalValue_String 0
testFloatMorphMaxValue_Number 0
testFloatMorphMaxValue_String 0
testFloatMorphMinValue_Number 0
testFloatMorphMinValue_String 0
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0
testMorphsTo 0
testSupports 0

MorpherRegistryTest

testClear_Class 0.033
testMorph_array_of_objects 0.007
testMorph_array_of_objects__empty_string 0.001
testMorph_array_of_objects__null_string 0.001
testMorph_array_of_objects__numbers 0.002
testMorph_array_of_primitives 0.002
testMorph_objects 0
testMorph_objects__empty_string 0
testMorph_objects__null 0.001
testMorph_objects__null_string 0
testMorph_primitives 0.001
testMorph_severalMorphersForTargetClass 0.006
testRegistry 0.001
testRegistry_morphers_for_unknown_target_class 0
testRegistry_standardMorphers 0.001
testRegistry_wacky_morpher 0

LongMorpherTest

testLongMorph_throwException 0
testLongMorph_throwException_null 0
testLongMorph_useDefault 0
testLongMorph_useDefault_null 0
testLongMorphDecimalValue_Number 0
testLongMorphDecimalValue_Number_outOfRange 0
testLongMorphDecimalValue_String 0
testLongMorphMaxValue_Number 0
testLongMorphMaxValue_String 0
testLongMorphMinValue_Number 0
testLongMorphMinValue_String 0
testEquals_another_Morpher 0.001
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0
testMorphsTo 0
testSupports 0

ShortMorpherTest

testShortMorph_throwException 0
testShortMorph_throwException_null 0
testShortMorph_useDefault 0
testShortMorph_useDefault_null 0
testShortMorphDecimalValue_Number 0
testShortMorphDecimalValue_Number_outOfRange 0
testShortMorphDecimalValue_String 0
testShortMorphMaxValue_Number 0.001
testShortMorphMaxValue_String 0
testShortMorphMinValue_Number 0
testShortMorphMinValue_String 0
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0
testMorphsTo 0
testSupports 0

MorphDynaBeanTest

testEquals 0.006
testConstructor_fail_Exception 0.006
testConstructor_fail_invalidPropertyClass 0.007
testConstructor_fail_unkownClass 0.006
testContains 0.005
testContains_fail_Exception 0.006
testGet_simple_nullValue 0.009
testGet_mapped_nullValue 0.007
testGet_unindexed 0.004
testGet_unknownProperty 0.004
testGet_unmapped 0.004
testGetSet 0.008
testGetSet_primitives 0.004
testGetSetIndexed_Array 0.005
testGetSetIndexed_List 0.007
testGetSetMapped 0.004
testHashcode 0.004
testRemove 0.006
testRemove_fail_Exception 0.006
testSet_unindexed 0.005
testSet_unmapped 0.004

ObjectArrayMorpherTest

testMorph_null 0
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_same_morpher 0.001
testMorph_illegalArgument 0
testMorphsTo 0.001
testMorph_onedim 0
testMorph_threedims 0
testMorph_twodims 0.001
testMorph_twodims_reflection 0
testObjectArrayMorpher_illegalMorpher_noMorphMethod 0.001
testObjectArrayMorpher_illegalMorpher_nullMorpher 0
testObjectArrayMorpher_illegalMorpher_supportsArray 0.001

DoubleArrayAssertionsTest

testAssertEquals_OO_Object_array_Object_array 0
testAssertEquals_double_double 0
testAssertEquals_double_Double 0.001
testAssertEquals_Double_double 0
testAssertEquals_Double_Double 0
testAssertEquals_double_double_actuals_is_null 0
testAssertEquals_double_Double_actuals_is_null 0
testAssertEquals_Double_double_actuals_is_null 0
testAssertEquals_double_double_different_length 0
testAssertEquals_double_Double_different_length 0
testAssertEquals_Double_double_different_length 0
testAssertEquals_double_double_expecteds_is_null 0
testAssertEquals_double_Double_expecteds_is_null 0
testAssertEquals_Double_double_expecteds_is_null 0
testAssertEquals_multi_double_double 0
testAssertEquals_multi_double_Double 0.001
testAssertEquals_multi_Double_double 0
testAssertEquals_multi_Double_Double 0
testAssertEquals_OO_double_byte 0
testAssertEquals_OO_double_double 0
testAssertEquals_OO_double_Double 0
testAssertEquals_OO_Double_double 0
testAssertEquals_OO_double_Object_array 0
testAssertEquals_OO_Object_array_double 0

CharacterObjectArrayMorpherTest

testMorph_null 0.001
testMorph_illegalArgument 0
testMorph_strings 0.001
testMorph_strings_twodims 0
testMorph_charArray 0
testMorph_charArray_threedims 0.001
testMorph_charArray_twodims 0.001
testMorph_CharacterArray 0
testMorph_CharacterArray_threedims 0
testMorph_CharacterArray_twodims 0
testMorph_IntegerArray_default 0
testMorph_StringArray_null_default 0
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0.001
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0
testMorphsTo 0.001

IntArrayAssertionsTest

testAssertEquals_OO_Object_array_Object_array 0
testAssertEquals_int_int 0
testAssertEquals_int_int_actuals_is_null 0
testAssertEquals_int_int_different_length 0
testAssertEquals_int_int_expecteds_is_null 0
testAssertEquals_int_Integer 0
testAssertEquals_int_Integer_actuals_is_null 0
testAssertEquals_int_Integer_different_length 0
testAssertEquals_int_Integer_expecteds_is_null 0
testAssertEquals_Integer_int 0
testAssertEquals_Integer_int_actuals_is_null 0
testAssertEquals_Integer_int_different_length 0
testAssertEquals_Integer_int_expecteds_is_null 0
testAssertEquals_Integer_Integer 0
testAssertEquals_multi_int_int 0
testAssertEquals_multi_int_Integer 0.001
testAssertEquals_multi_Integer_int 0
testAssertEquals_multi_Integer_Integer 0
testAssertEquals_OO_int_double 0
testAssertEquals_OO_int_int 0
testAssertEquals_OO_int_Integer 0
testAssertEquals_OO_int_Object_array 0
testAssertEquals_OO_Integer_int 0.001
testAssertEquals_OO_Object_array_int 0

MorphDynaClassTest

testEquals 0.019
testHashcode 0
testConstructor_emptyAttributes 0.001
testConstructor_emptyAttributes_throwException 0.001
testGetDynaProperty_null 0
testMiscelaneousClasses 0.002
testMultidimensionalArrayClass_Class 0.001
testMultidimensionalArrayClass_String 0.001

ByteMorpherTest

testByteMorph_throwException 0
testByteMorph_throwException_null 0
testByteMorph_useDefault 0.001
testByteMorph_useDefault_null 0
testByteMorphDecimalValue_Number 0
testByteMorphDecimalValue_Number_outOfRange 0
testByteMorphDecimalValue_String 0
testByteMorphMaxValue_Number 0.001
testByteMorphMaxValue_String 0
testByteMorphMinValue_Number 0
testByteMorphMinValue_String 0
testEquals_another_Morpher 0
testEquals_different_morpher 0.001
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0.001
testHashCode_same_morpher 0
testMorphsTo 0
testSupports 0

FloatArrayMorpherTest

testMorph_null 0
testMorph_illegalArgument 0
testMorph_strings 0
testMorph_strings_twodims 0.001
testMorph_throwException 0
testMorph_floatArray 0
testMorph_floatArray_threedims 0
testMorph_floatArray_twodims 0
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0.001
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0
testMorphsTo 0

BooleanMorpherTest

testBooleanMorph_noConversion 0
testBooleanMorph_throwException 0
testBooleanMorph_throwException_null 0
testBooleanMorph_useDefault 0
testBooleanMorph_useDefault_null 0
testBooleanMorphStringValues_false 0
testBooleanMorphStringValues_true 0
testBooleanMorphNumberValues_false 0.001
testBooleanMorphNumberValues_true 0
testEquals_another_Morpher 0.001
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0.001
testMorphsTo 0
testSupports 0

NumberMorpherTest

testBigDecimalConversion_Double 0.001
testBigDecimalConversion_null 0
testBigDecimalConversion_useDefault 0
testBigDecimalConversion_useDefault_null 0.001
testBigIntegerConversion_Long 0
testBigIntegerConversion_null 0
testBigIntegerConversion_useDefault 0
testBigIntegerConversion_useDefault_null 0
testByteConversion_byte 0
testByteConversion_Byte 0
testByteConversion_null 0
testByteConversion_String 0
testByteConversion_useDefault 0
testByteConversion_useDefault_null 0.001
testDoubleConversion_double 0
testDoubleConversion_Double 0
testDoubleConversion_null 0
testDoubleConversion_String 0
testDoubleConversion_useDefault 0.001
testDoubleConversion_useDefault_null 0
testFloatConversion_float 0.001
testFloatConversion_Float 0
testFloatConversion_null 0
testFloatConversion_String 0
testFloatConversion_useDefault 0
testFloatConversion_useDefault_null 0
testIntegerConversion_int 0
testIntegerConversion_Integer 0
testIntegerConversion_null 0
testIntegerConversion_String 0.001
testIntegerConversion_useDefault 0.001
testIntegerConversion_useDefault_null 0
testlongConversion_long 0
testLongConversion_Long 0
testLongConversion_null 0
testLongConversion_String 0.001
testLongConversion_useDefault 0
testLongConversion_useDefault_null 0.001
testNumbermorpher_incompatible_defaultValue 0
testNumbermorpher_notSupported 0
testNumbermorpher_notSupported_2 0.001
testNumbermorpher_unspecifiedClass 0
testNumbermorpher_unspecifiedClass2 0
testShortConversion_null 0.001
testShortConversion_short 0
testShortConversion_Short 0
testShortConversion_String 0
testShortConversion_useDefault 0
testShortConversion_useDefault_null 0.001
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0.001

ClassMorpherTest

testMorph 0
testMorph_null 0
testMorph_array 0
testEquals 0
testHashCode 0.001
testMorph_arrayClass 0
testMorph_class 0
testMorph_unknownClassname 0
testMorph_withtoString 0.003

BigDecimalMorpherTest

testBigDecimalMorph_BigDecimal 0.001
testBigDecimalMorph_BigInteger 0
testBigDecimalMorph_Number 0
testBigDecimalMorph_Number__Double_INFINITY 0
testBigDecimalMorph_Number__Double_NAN 0
testBigDecimalMorph_Number__Float_INFINITY 0
testBigDecimalMorph_Number__Float_NAN 0
testBigDecimalMorph_String 0
testBigDecimalMorph_String_empty 0
testBigDecimalMorph_String_null 0
testBigDecimalMorph_String_null2 0
testBigDecimalMorph_throwException 0
testBigDecimalMorph_useDefault 0
testBigDecimalMorph_useDefault_null 0
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0

DateMorpherTest

testMorph_noConversion 0
testMorph_notSupported 0
testMorph_null 0
testMorph_useDefault 0.003
testConstructor_illegalFormats 0
testMorph_canNotParseDate 0
testMorph_matchFirstPattern 0.001
testMorph_matchSecondPattern 0.001
testEquals_another_Morpher 0.001
testEquals_different_morpher 0.001
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0.001
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0

MapToDateMorpherTest

testMorph 0
testMorph_noConversion 0
testMorph_notSupported 0.001
testMorph_null 0
testMorph_useDefault 0
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0.001

BooleanArrayMorpherTest

testMorph_null 0
testMorph_illegalArgument 0
testMorph_strings 0.001
testMorph_strings_twodims 0
testMorph_throwException 0
testMorph_booleanArray 0
testMorph_booleanArray_threedims 0.001
testMorph_booleanArray_twodims 0
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0
testMorphsTo 0

ShortArrayAssertionsTest

testAssertEquals_OO_Object_array_Object_array 0
testAssertEquals_multi_short_short 0
testAssertEquals_multi_short_Short 0.001
testAssertEquals_multi_Short_short 0
testAssertEquals_multi_Short_Short 0
testAssertEquals_OO_Object_array_short 0
testAssertEquals_OO_short_double 0
testAssertEquals_OO_short_Object_array 0
testAssertEquals_OO_short_short 0
testAssertEquals_OO_short_Short 0
testAssertEquals_OO_Short_short 0
testAssertEquals_short_short 0
testAssertEquals_short_Short 0
testAssertEquals_Short_short 0
testAssertEquals_Short_Short 0
testAssertEquals_short_short_actuals_is_null 0
testAssertEquals_short_Short_actuals_is_null 0
testAssertEquals_Short_short_actuals_is_null 0
testAssertEquals_short_short_different_length 0
testAssertEquals_short_Short_different_length 0
testAssertEquals_Short_short_different_length 0
testAssertEquals_short_short_expecteds_is_null 0
testAssertEquals_short_Short_expecteds_is_null 0
testAssertEquals_Short_short_expecteds_is_null 0

IdentityObjectMorpherTest

testMorph 0.001

StringMorpherTest

testMorph_noConversion 0
testMorph_null 0
testMorph_array 0
testMorph_boolean 0

CharMorpherTest

testCharMorph 0
testCharMorph_throwException_emptyString 0
testCharMorph_throwException_null 0
testCharMorph_useDefault 0
testCharMorph_useDefault_null 0
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0
testMorphsTo 0.001
testSupports 0

CharacterObjectMorpherTest

testCharMorph 0
testCharMorph_noConversion 0
testCharMorph_throwException_emptyString 0
testCharMorph_throwException_null 0
testCharMorph_useDefault 0
testCharMorph_useDefault_null 0
testEquals_another_Morpher 0
testEquals_different_morpher 0
testEquals_morpher_withDefaultValue 0
testEquals_null 0.001
testEquals_same_morpher 0
testHashCode_morpher_withDefaultValue 0
testHashCode_same_morpher 0