Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
1826 0 0 0 100% 0.705

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


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
org.joda.primitives.collection.impl 408 0 0 0 100% 0.114
org.joda.primitives.list.impl 1322 0 0 0 100% 0.589
org.joda.primitives.iterator.impl 96 0 0 0 100% 0.002

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

org.joda.primitives.collection.impl

Class Tests Errors Failures Skipped Success Rate Time
TestArrayShortCollection 54 0 0 0 100% 0.028
TestArrayFloatCollection 46 0 0 0 100% 0.014
TestArrayDoubleCollection 46 0 0 0 100% 0.013
TestArrayByteCollection 54 0 0 0 100% 0.016
TestArrayBooleanCollection 46 0 0 0 100% 0.016
TestArrayLongCollection 54 0 0 0 100% 0.014
TestArrayIntCollection 54 0 0 0 100% 0.012
TestArrayCharCollection 54 0 0 0 100% 0.001

org.joda.primitives.list.impl

Class Tests Errors Failures Skipped Success Rate Time
TestImmutableArrayByteList 81 0 0 0 100% 0.074
TestArrayIntList 84 0 0 0 100% 0.025
TestImmutableArrayCharList 82 0 0 0 100% 0.025
TestArrayByteList 84 0 0 0 100% 0.03
TestArrayDoubleList 84 0 0 0 100% 0.041
TestImmutableArrayLongList 81 0 0 0 100% 0.031
TestImmutableArrayBooleanList 81 0 0 0 100% 0.034
TestImmutableArrayFloatList 81 0 0 0 100% 0.033
TestArrayCharList 85 0 0 0 100% 0.025
TestArrayShortList 84 0 0 0 100% 0.059
TestImmutableArrayDoubleList 81 0 0 0 100% 0.023
TestArrayBooleanList 84 0 0 0 100% 0.028
TestArrayLongList 84 0 0 0 100% 0.037
TestImmutableArrayShortList 81 0 0 0 100% 0.029
TestArrayFloatList 84 0 0 0 100% 0.041
TestImmutableArrayIntList 81 0 0 0 100% 0.054

org.joda.primitives.iterator.impl

Class Tests Errors Failures Skipped Success Rate Time
TestArrayShortIterator 12 0 0 0 100% 0.001
TestArrayBooleanIterator 12 0 0 0 100% 0
TestArrayByteIterator 12 0 0 0 100% 0
TestArrayLongIterator 12 0 0 0 100% 0
TestArrayCharIterator 12 0 0 0 100% 0
TestArrayIntIterator 12 0 0 0 100% 0
TestArrayDoubleIterator 12 0 0 0 100% 0.001
TestArrayFloatIterator 12 0 0 0 100% 0

Test Cases

[Summary] [Package List] [Test Cases]

TestImmutableArrayByteList

testConstructor 0.006
testUnsupportedAdd 0
testUnsupportedSet 0
testConstructor_array 0.001
testConstructor_Collection 0.001
testClone 0
testIteratorIsNotModifiable 0
testIteratorReset 0
testIsModifiable 0
testToValueArray 0
testToValueArrayInsert 0
testRemoveRange 0
testContainsAllArray 0
testAddAllArray 0
testAddAllArrayIndexed 0
testRemoveAllArray 0
testRetainAllArray 0
testFirstByte_empty 0
testFirstByte_notEmpty 0
testLastByte_empty 0.001
testLastByte_notEmpty 0
testFirst_empty 0
testFirst_notEmpty 0.001
testLast_notEmpty 0
testSubListNotImplemented 0
testLast_empty 0
testListGetByIndex 0.001
testListGetByIndexBoundsChecking 0
testListIndexOf 0.002
testListAddByIndexBoundsChecking 0
testListAddByIndexBoundsChecking2 0
testListAddByIndex 0
testListEquals 0.001
testListHashCode 0.001
testListGetByIndexBoundsChecking2 0
testListLastIndexOf 0.002
testListSetByIndexBoundsChecking 0
testListSetByIndexBoundsChecking2 0
testListSetByIndex 0
testListRemoveByIndexBoundsChecking 0
testListRemoveByIndexBoundsChecking2 0
testListRemoveByIndex 0
testListListIterator 0.001
testListListIteratorByIndex 0.001
testListListIteratorPreviousRemoveNext 0
testListListIteratorPreviousRemovePrevious 0
testListListIteratorNextRemoveNext 0.001
testListListIteratorNextRemovePrevious 0
testListIteratorAdd 0
testListIteratorSet 0.001
testEmptyListSerialization 0
testFullListSerialization 0.001
testEmptyListCompatibility 0
testFullListCompatibility 0
testListSubListFailFastOnAdd 0
testListSubListFailFastOnRemove 0
testCollectionAdd 0.001
testCollectionAddAll 0
testCollectionClear 0
testCollectionContains 0.001
testCollectionContainsAll 0
testCollectionIsEmpty 0.001
testCollectionIterator 0
testCollectionIteratorRemove 0.001
testCollectionRemove 0
testCollectionRemoveAll 0.001
testCollectionRetainAll 0
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0.001
testCollectionToString 0
testUnsupportedRemove 0.001
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0.001
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestArrayIntList

testConstructor 0
testConstructor_Collection 0
testConstructor_int 0
testConstructor_intarray 0
testEnsureCapacity 0
testIteratorIsModifiable 0
testIteratorReset 0
testOptimize 0
testIsModifiable 0
testToValueArray 0
testToValueArrayInsert 0
testRemoveRange 0
testContainsAllArray 0
testAddAllArray 0
testAddAllArrayIndexed 0
testRemoveAllArray 0
testRetainAllArray 0
testFirst_empty 0
testFirst_notEmpty 0
testLast_notEmpty 0
testSubListNotImplemented 0
testClone 0
testLast_empty 0
testFirstInt_empty 0
testFirstInt_notEmpty 0
testLastInt_empty 0
testLastInt_notEmpty 0
testListGetByIndex 0
testListGetByIndexBoundsChecking 0
testListIndexOf 0
testListAddByIndexBoundsChecking 0
testListAddByIndexBoundsChecking2 0
testListAddByIndex 0
testListEquals 0
testListHashCode 0
testUnsupportedSet 0.011
testListGetByIndexBoundsChecking2 0
testListLastIndexOf 0
testListSetByIndexBoundsChecking 0
testListSetByIndexBoundsChecking2 0
testListSetByIndex 0
testListRemoveByIndexBoundsChecking 0
testListRemoveByIndexBoundsChecking2 0
testListRemoveByIndex 0
testListListIterator 0
testListListIteratorByIndex 0
testListListIteratorPreviousRemoveNext 0
testListListIteratorPreviousRemovePrevious 0
testListListIteratorNextRemoveNext 0
testListListIteratorNextRemovePrevious 0
testListIteratorAdd 0
testListIteratorSet 0
testEmptyListSerialization 0
testFullListSerialization 0
testEmptyListCompatibility 0
testFullListCompatibility 0
testListSubListFailFastOnAdd 0
testListSubListFailFastOnRemove 0
testUnsupportedAdd 0
testCollectionAdd 0
testCollectionAddAll 0.001
testCollectionClear 0
testCollectionContains 0
testCollectionContainsAll 0
testCollectionIsEmpty 0
testCollectionIterator 0
testCollectionIteratorRemove 0
testCollectionRemove 0
testCollectionRemoveAll 0
testCollectionRetainAll 0.003
testCollectionSize 0
testCollectionToArray 0.003
testCollectionToArray2 0
testCollectionToString 0
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0.001
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestImmutableArrayCharList

testConstructor 0
testUnsupportedAdd 0
testUnsupportedSet 0
testConstructor_array 0
testConstructor_Collection 0
testClone 0
testIteratorIsNotModifiable 0
testIteratorReset 0
testIsModifiable 0
testToValueArray 0
testToValueArrayInsert 0
testRemoveRange 0
testContainsAllArray 0
testAddAllArray 0
testAddAllArrayIndexed 0
testRemoveAllArray 0
testRetainAllArray 0
testFirst_empty 0
testFirst_notEmpty 0
testLast_notEmpty 0
testSubListNotImplemented 0
testLast_empty 0
testToStringContents 0
testFirstChar_empty 0
testFirstChar_notEmpty 0
testLastChar_empty 0
testLastChar_notEmpty 0
testListGetByIndex 0
testListGetByIndexBoundsChecking 0
testListIndexOf 0
testListAddByIndexBoundsChecking 0
testListAddByIndexBoundsChecking2 0
testListAddByIndex 0
testListEquals 0
testListHashCode 0
testListGetByIndexBoundsChecking2 0.002
testListLastIndexOf 0.001
testListSetByIndexBoundsChecking 0
testListSetByIndexBoundsChecking2 0
testListSetByIndex 0
testListRemoveByIndexBoundsChecking 0
testListRemoveByIndexBoundsChecking2 0
testListRemoveByIndex 0
testListListIterator 0
testListListIteratorByIndex 0.001
testListListIteratorPreviousRemoveNext 0
testListListIteratorPreviousRemovePrevious 0
testListListIteratorNextRemoveNext 0
testListListIteratorNextRemovePrevious 0
testListIteratorAdd 0
testListIteratorSet 0
testEmptyListSerialization 0
testFullListSerialization 0
testEmptyListCompatibility 0.002
testFullListCompatibility 0
testListSubListFailFastOnAdd 0
testListSubListFailFastOnRemove 0
testCollectionAdd 0
testCollectionAddAll 0
testCollectionClear 0
testCollectionContains 0.001
testCollectionContainsAll 0.008
testCollectionIsEmpty 0
testCollectionIterator 0
testCollectionIteratorRemove 0
testCollectionRemove 0
testCollectionRemoveAll 0
testCollectionRetainAll 0.001
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0
testCollectionToString 0
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0.001
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestArrayByteList

testConstructor 0.002
testConstructor_Collection 0
testConstructor_int 0
testEnsureCapacity 0
testIteratorIsModifiable 0
testIteratorReset 0
testOptimize 0
testConstructor_bytearray 0
testIsModifiable 0
testToValueArray 0
testToValueArrayInsert 0
testRemoveRange 0.001
testContainsAllArray 0
testAddAllArray 0
testAddAllArrayIndexed 0
testRemoveAllArray 0
testRetainAllArray 0
testFirstByte_empty 0
testFirstByte_notEmpty 0
testLastByte_empty 0
testLastByte_notEmpty 0
testFirst_empty 0
testFirst_notEmpty 0
testLast_notEmpty 0
testSubListNotImplemented 0
testClone 0
testLast_empty 0
testListGetByIndex 0.001
testListGetByIndexBoundsChecking 0
testListIndexOf 0.001
testListAddByIndexBoundsChecking 0
testListAddByIndexBoundsChecking2 0
testListAddByIndex 0.001
testListEquals 0.001
testListHashCode 0
testUnsupportedSet 0
testListGetByIndexBoundsChecking2 0
testListLastIndexOf 0.001
testListSetByIndexBoundsChecking 0
testListSetByIndexBoundsChecking2 0.001
testListSetByIndex 0
testListRemoveByIndexBoundsChecking 0
testListRemoveByIndexBoundsChecking2 0.001
testListRemoveByIndex 0
testListListIterator 0
testListListIteratorByIndex 0.002
testListListIteratorPreviousRemoveNext 0
testListListIteratorPreviousRemovePrevious 0
testListListIteratorNextRemoveNext 0.001
testListListIteratorNextRemovePrevious 0
testListIteratorAdd 0
testListIteratorSet 0.001
testEmptyListSerialization 0
testFullListSerialization 0
testEmptyListCompatibility 0
testFullListCompatibility 0
testListSubListFailFastOnAdd 0.001
testListSubListFailFastOnRemove 0
testUnsupportedAdd 0
testCollectionAdd 0
testCollectionAddAll 0.001
testCollectionClear 0
testCollectionContains 0
testCollectionContainsAll 0
testCollectionIsEmpty 0.001
testCollectionIterator 0
testCollectionIteratorRemove 0
testCollectionRemove 0.001
testCollectionRemoveAll 0
testCollectionRetainAll 0.001
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0
testCollectionToString 0.001
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestArrayDoubleList

testConstructor 0.004
testConstructor_Collection 0.001
testConstructor_doublearray 0
testConstructor_int 0
testEnsureCapacity 0
testIteratorIsModifiable 0
testIteratorReset 0
testOptimize 0
testIsModifiable 0
testToValueArray 0.001
testToValueArrayInsert 0
testRemoveRange 0
testContainsAllArray 0.001
testAddAllArray 0
testAddAllArrayIndexed 0
testRemoveAllArray 0
testRetainAllArray 0.001
testFirst_empty 0
testFirst_notEmpty 0
testLast_notEmpty 0
testSubListNotImplemented 0
testClone 0
testLast_empty 0
testFirstDouble_empty 0
testFirstDouble_notEmpty 0
testLastDouble_empty 0
testLastDouble_notEmpty 0
testListGetByIndex 0.001
testListGetByIndexBoundsChecking 0
testListIndexOf 0.001
testListAddByIndexBoundsChecking 0.001
testListAddByIndexBoundsChecking2 0
testListAddByIndex 0.001
testListEquals 0.001
testListHashCode 0
testUnsupportedSet 0
testListGetByIndexBoundsChecking2 0
testListLastIndexOf 0.001
testListSetByIndexBoundsChecking 0
testListSetByIndexBoundsChecking2 0
testListSetByIndex 0.001
testListRemoveByIndexBoundsChecking 0
testListRemoveByIndexBoundsChecking2 0
testListRemoveByIndex 0
testListListIterator 0
testListListIteratorByIndex 0.001
testListListIteratorPreviousRemoveNext 0
testListListIteratorPreviousRemovePrevious 0
testListListIteratorNextRemoveNext 0
testListListIteratorNextRemovePrevious 0.001
testListIteratorAdd 0.001
testListIteratorSet 0
testEmptyListSerialization 0
testFullListSerialization 0
testEmptyListCompatibility 0
testFullListCompatibility 0
testListSubListFailFastOnAdd 0
testListSubListFailFastOnRemove 0
testUnsupportedAdd 0
testCollectionAdd 0
testCollectionAddAll 0
testCollectionClear 0
testCollectionContains 0.001
testCollectionContainsAll 0
testCollectionIsEmpty 0
testCollectionIterator 0
testCollectionIteratorRemove 0.001
testCollectionRemove 0
testCollectionRemoveAll 0.001
testCollectionRetainAll 0
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0.001
testCollectionToString 0
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0.001
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestImmutableArrayLongList

testConstructor 0.003
testUnsupportedAdd 0
testUnsupportedSet 0
testConstructor_array 0
testConstructor_Collection 0.001
testClone 0
testIteratorIsNotModifiable 0
testIteratorReset 0
testIsModifiable 0
testToValueArray 0.001
testToValueArrayInsert 0
testRemoveRange 0
testContainsAllArray 0
testAddAllArray 0
testAddAllArrayIndexed 0
testRemoveAllArray 0.001
testRetainAllArray 0.001
testFirst_empty 0
testFirst_notEmpty 0
testLast_notEmpty 0
testSubListNotImplemented 0
testLast_empty 0.001
testFirstLong_empty 0
testFirstLong_notEmpty 0
testLastLong_empty 0
testLastLong_notEmpty 0
testListGetByIndex 0.004
testListGetByIndexBoundsChecking 0
testListIndexOf 0.001
testListAddByIndexBoundsChecking 0
testListAddByIndexBoundsChecking2 0
testListAddByIndex 0
testListEquals 0.001
testListHashCode 0
testListGetByIndexBoundsChecking2 0.001
testListLastIndexOf 0
testListSetByIndexBoundsChecking 0
testListSetByIndexBoundsChecking2 0
testListSetByIndex 0
testListRemoveByIndexBoundsChecking 0
testListRemoveByIndexBoundsChecking2 0
testListRemoveByIndex 0
testListListIterator 0
testListListIteratorByIndex 0.001
testListListIteratorPreviousRemoveNext 0
testListListIteratorPreviousRemovePrevious 0
testListListIteratorNextRemoveNext 0
testListListIteratorNextRemovePrevious 0
testListIteratorAdd 0
testListIteratorSet 0
testEmptyListSerialization 0
testFullListSerialization 0
testEmptyListCompatibility 0
testFullListCompatibility 0
testListSubListFailFastOnAdd 0
testListSubListFailFastOnRemove 0
testCollectionAdd 0
testCollectionAddAll 0
testCollectionClear 0.001
testCollectionContains 0
testCollectionContainsAll 0
testCollectionIsEmpty 0
testCollectionIterator 0
testCollectionIteratorRemove 0
testCollectionRemove 0
testCollectionRemoveAll 0
testCollectionRetainAll 0
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0
testCollectionToString 0
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0.001
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0.001
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0.001
testCanonicalFullCollectionExists 0

TestImmutableArrayBooleanList

testConstructor 0.006
testUnsupportedAdd 0
testUnsupportedSet 0
testConstructor_array 0
testConstructor_Collection 0.001
testClone 0
testIteratorIsNotModifiable 0
testIteratorReset 0
testIsModifiable 0
testToValueArray 0
testToValueArrayInsert 0.001
testRemoveRange 0
testContainsAllArray 0
testAddAllArray 0
testAddAllArrayIndexed 0
testRemoveAllArray 0.003
testRetainAllArray 0
testFirst_empty 0
testFirst_notEmpty 0
testLast_notEmpty 0
testSubListNotImplemented 0.001
testLast_empty 0
testFirstBoolean_empty 0
testFirstBoolean_notEmpty 0
testLastBoolean_empty 0
testLastBoolean_notEmpty 0
testListGetByIndex 0
testListGetByIndexBoundsChecking 0
testListIndexOf 0
testListAddByIndexBoundsChecking 0
testListAddByIndexBoundsChecking2 0
testListAddByIndex 0
testListEquals 0
testListHashCode 0
testListGetByIndexBoundsChecking2 0.001
testListLastIndexOf 0
testListSetByIndexBoundsChecking 0
testListSetByIndexBoundsChecking2 0
testListSetByIndex 0
testListRemoveByIndexBoundsChecking 0
testListRemoveByIndexBoundsChecking2 0
testListRemoveByIndex 0
testListListIterator 0.001
testListListIteratorByIndex 0
testListListIteratorPreviousRemoveNext 0
testListListIteratorPreviousRemovePrevious 0
testListListIteratorNextRemoveNext 0
testListListIteratorNextRemovePrevious 0
testListIteratorAdd 0
testListIteratorSet 0
testEmptyListSerialization 0
testFullListSerialization 0
testEmptyListCompatibility 0
testFullListCompatibility 0
testListSubListFailFastOnAdd 0
testListSubListFailFastOnRemove 0
testCollectionAdd 0.002
testCollectionAddAll 0
testCollectionClear 0.001
testCollectionContains 0
testCollectionContainsAll 0
testCollectionIsEmpty 0
testCollectionIterator 0
testCollectionIteratorRemove 0
testCollectionRemove 0
testCollectionRemoveAll 0
testCollectionRetainAll 0
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0
testCollectionToString 0
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestImmutableArrayFloatList

testConstructor 0.004
testUnsupportedAdd 0
testUnsupportedSet 0
testConstructor_array 0
testConstructor_Collection 0.001
testClone 0.001
testIteratorIsNotModifiable 0
testIteratorReset 0
testIsModifiable 0
testToValueArray 0
testToValueArrayInsert 0.001
testRemoveRange 0
testContainsAllArray 0
testAddAllArray 0
testAddAllArrayIndexed 0
testRemoveAllArray 0
testRetainAllArray 0
testFirst_empty 0.003
testFirst_notEmpty 0
testLast_notEmpty 0
testSubListNotImplemented 0
testLast_empty 0
testFirstFloat_empty 0
testFirstFloat_notEmpty 0.001
testLastFloat_empty 0
testLastFloat_notEmpty 0
testListGetByIndex 0.002
testListGetByIndexBoundsChecking 0
testListIndexOf 0.001
testListAddByIndexBoundsChecking 0
testListAddByIndexBoundsChecking2 0
testListAddByIndex 0
testListEquals 0
testListHashCode 0
testListGetByIndexBoundsChecking2 0
testListLastIndexOf 0.001
testListSetByIndexBoundsChecking 0
testListSetByIndexBoundsChecking2 0
testListSetByIndex 0
testListRemoveByIndexBoundsChecking 0
testListRemoveByIndexBoundsChecking2 0
testListRemoveByIndex 0
testListListIterator 0
testListListIteratorByIndex 0.005
testListListIteratorPreviousRemoveNext 0
testListListIteratorPreviousRemovePrevious 0
testListListIteratorNextRemoveNext 0.001
testListListIteratorNextRemovePrevious 0
testListIteratorAdd 0
testListIteratorSet 0
testEmptyListSerialization 0
testFullListSerialization 0
testEmptyListCompatibility 0
testFullListCompatibility 0
testListSubListFailFastOnAdd 0.001
testListSubListFailFastOnRemove 0
testCollectionAdd 0
testCollectionAddAll 0
testCollectionClear 0
testCollectionContains 0
testCollectionContainsAll 0.001
testCollectionIsEmpty 0
testCollectionIterator 0
testCollectionIteratorRemove 0
testCollectionRemove 0
testCollectionRemoveAll 0
testCollectionRetainAll 0
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0
testCollectionToString 0.001
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0.001
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestArrayCharList

testConstructor 0.002
testConstructor_Collection 0
testConstructor_int 0
testEnsureCapacity 0
testIteratorIsModifiable 0
testIteratorReset 0
testOptimize 0
testConstructor_chararray 0
testIsModifiable 0
testToValueArray 0
testToValueArrayInsert 0.001
testRemoveRange 0
testContainsAllArray 0
testAddAllArray 0.002
testAddAllArrayIndexed 0
testRemoveAllArray 0
testRetainAllArray 0
testFirst_empty 0
testFirst_notEmpty 0
testLast_notEmpty 0.001
testSubListNotImplemented 0
testClone 0
testLast_empty 0
testToStringContents 0
testFirstChar_empty 0
testFirstChar_notEmpty 0.001
testLastChar_empty 0
testLastChar_notEmpty 0
testListGetByIndex 0
testListGetByIndexBoundsChecking 0.001
testListIndexOf 0
testListAddByIndexBoundsChecking 0
testListAddByIndexBoundsChecking2 0.001
testListAddByIndex 0
testListEquals 0.001
testListHashCode 0
testUnsupportedSet 0
testListGetByIndexBoundsChecking2 0
testListLastIndexOf 0.001
testListSetByIndexBoundsChecking 0
testListSetByIndexBoundsChecking2 0
testListSetByIndex 0
testListRemoveByIndexBoundsChecking 0.001
testListRemoveByIndexBoundsChecking2 0
testListRemoveByIndex 0
testListListIterator 0
testListListIteratorByIndex 0.001
testListListIteratorPreviousRemoveNext 0
testListListIteratorPreviousRemovePrevious 0
testListListIteratorNextRemoveNext 0
testListListIteratorNextRemovePrevious 0
testListIteratorAdd 0.001
testListIteratorSet 0
testEmptyListSerialization 0
testFullListSerialization 0
testEmptyListCompatibility 0
testFullListCompatibility 0.001
testListSubListFailFastOnAdd 0
testListSubListFailFastOnRemove 0
testUnsupportedAdd 0
testCollectionAdd 0
testCollectionAddAll 0.001
testCollectionClear 0
testCollectionContains 0
testCollectionContainsAll 0
testCollectionIsEmpty 0
testCollectionIterator 0
testCollectionIteratorRemove 0
testCollectionRemove 0.001
testCollectionRemoveAll 0
testCollectionRetainAll 0.001
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0.001
testCollectionToString 0
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestArrayShortList

testConstructor 0.005
testConstructor_Collection 0.001
testConstructor_int 0
testEnsureCapacity 0
testIteratorIsModifiable 0.001
testIteratorReset 0
testOptimize 0
testConstructor_shortarray 0.001
testIsModifiable 0
testToValueArray 0
testToValueArrayInsert 0
testRemoveRange 0.001
testContainsAllArray 0
testAddAllArray 0
testAddAllArrayIndexed 0.001
testRemoveAllArray 0
testRetainAllArray 0
testFirst_empty 0
testFirst_notEmpty 0
testLast_notEmpty 0
testSubListNotImplemented 0
testClone 0
testLast_empty 0
testFirstShort_empty 0
testFirstShort_notEmpty 0
testLastShort_empty 0
testLastShort_notEmpty 0
testListGetByIndex 0.002
testListGetByIndexBoundsChecking 0
testListIndexOf 0.001
testListAddByIndexBoundsChecking 0
testListAddByIndexBoundsChecking2 0
testListAddByIndex 0.001
testListEquals 0
testListHashCode 0
testUnsupportedSet 0
testListGetByIndexBoundsChecking2 0
testListLastIndexOf 0
testListSetByIndexBoundsChecking 0
testListSetByIndexBoundsChecking2 0
testListSetByIndex 0
testListRemoveByIndexBoundsChecking 0
testListRemoveByIndexBoundsChecking2 0
testListRemoveByIndex 0
testListListIterator 0
testListListIteratorByIndex 0.002
testListListIteratorPreviousRemoveNext 0
testListListIteratorPreviousRemovePrevious 0
testListListIteratorNextRemoveNext 0
testListListIteratorNextRemovePrevious 0.001
testListIteratorAdd 0
testListIteratorSet 0.015
testEmptyListSerialization 0
testFullListSerialization 0
testEmptyListCompatibility 0
testFullListCompatibility 0
testListSubListFailFastOnAdd 0
testListSubListFailFastOnRemove 0
testUnsupportedAdd 0
testCollectionAdd 0
testCollectionAddAll 0
testCollectionClear 0
testCollectionContains 0.001
testCollectionContainsAll 0
testCollectionIsEmpty 0
testCollectionIterator 0
testCollectionIteratorRemove 0.001
testCollectionRemove 0
testCollectionRemoveAll 0.001
testCollectionRetainAll 0
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0.001
testCollectionToString 0
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestImmutableArrayDoubleList

testConstructor 0.002
testUnsupportedAdd 0
testUnsupportedSet 0
testConstructor_array 0
testConstructor_Collection 0.001
testClone 0
testIteratorIsNotModifiable 0
testIteratorReset 0
testIsModifiable 0
testToValueArray 0
testToValueArrayInsert 0
testRemoveRange 0
testContainsAllArray 0
testAddAllArray 0
testAddAllArrayIndexed 0
testRemoveAllArray 0
testRetainAllArray 0
testFirst_empty 0
testFirst_notEmpty 0
testLast_notEmpty 0
testSubListNotImplemented 0
testLast_empty 0
testFirstDouble_empty 0
testFirstDouble_notEmpty 0
testLastDouble_empty 0
testLastDouble_notEmpty 0
testListGetByIndex 0.002
testListGetByIndexBoundsChecking 0
testListIndexOf 0.001
testListAddByIndexBoundsChecking 0
testListAddByIndexBoundsChecking2 0
testListAddByIndex 0
testListEquals 0.001
testListHashCode 0
testListGetByIndexBoundsChecking2 0
testListLastIndexOf 0.001
testListSetByIndexBoundsChecking 0
testListSetByIndexBoundsChecking2 0
testListSetByIndex 0
testListRemoveByIndexBoundsChecking 0
testListRemoveByIndexBoundsChecking2 0
testListRemoveByIndex 0
testListListIterator 0
testListListIteratorByIndex 0.002
testListListIteratorPreviousRemoveNext 0
testListListIteratorPreviousRemovePrevious 0.001
testListListIteratorNextRemoveNext 0
testListListIteratorNextRemovePrevious 0
testListIteratorAdd 0
testListIteratorSet 0
testEmptyListSerialization 0
testFullListSerialization 0
testEmptyListCompatibility 0
testFullListCompatibility 0
testListSubListFailFastOnAdd 0
testListSubListFailFastOnRemove 0
testCollectionAdd 0
testCollectionAddAll 0
testCollectionClear 0
testCollectionContains 0
testCollectionContainsAll 0.001
testCollectionIsEmpty 0
testCollectionIterator 0.001
testCollectionIteratorRemove 0
testCollectionRemove 0
testCollectionRemoveAll 0
testCollectionRetainAll 0.001
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0
testCollectionToString 0.001
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestArrayBooleanList

testConstructor 0.001
testConstructor_Collection 0.001
testConstructor_int 0.001
testEnsureCapacity 0
testIteratorIsModifiable 0
testIteratorReset 0
testOptimize 0
testConstructor_booleanarray 0
testIsModifiable 0.001
testToValueArray 0
testToValueArrayInsert 0
testRemoveRange 0.001
testContainsAllArray 0.001
testAddAllArray 0
testAddAllArrayIndexed 0.002
testRemoveAllArray 0
testRetainAllArray 0
testFirst_empty 0
testFirst_notEmpty 0.001
testLast_notEmpty 0
testSubListNotImplemented 0
testClone 0
testLast_empty 0
testFirstBoolean_empty 0
testFirstBoolean_notEmpty 0
testLastBoolean_empty 0
testLastBoolean_notEmpty 0
testListGetByIndex 0
testListGetByIndexBoundsChecking 0
testListIndexOf 0.001
testListAddByIndexBoundsChecking 0
testListAddByIndexBoundsChecking2 0
testListAddByIndex 0
testListEquals 0.001
testListHashCode 0
testUnsupportedSet 0
testListGetByIndexBoundsChecking2 0
testListLastIndexOf 0
testListSetByIndexBoundsChecking 0.001
testListSetByIndexBoundsChecking2 0
testListSetByIndex 0
testListRemoveByIndexBoundsChecking 0
testListRemoveByIndexBoundsChecking2 0
testListRemoveByIndex 0
testListListIterator 0.001
testListListIteratorByIndex 0
testListListIteratorPreviousRemoveNext 0
testListListIteratorPreviousRemovePrevious 0
testListListIteratorNextRemoveNext 0
testListListIteratorNextRemovePrevious 0
testListIteratorAdd 0.001
testListIteratorSet 0
testEmptyListSerialization 0
testFullListSerialization 0
testEmptyListCompatibility 0
testFullListCompatibility 0
testListSubListFailFastOnAdd 0.001
testListSubListFailFastOnRemove 0
testUnsupportedAdd 0
testCollectionAdd 0
testCollectionAddAll 0.001
testCollectionClear 0
testCollectionContains 0
testCollectionContainsAll 0
testCollectionIsEmpty 0
testCollectionIterator 0.001
testCollectionIteratorRemove 0
testCollectionRemove 0
testCollectionRemoveAll 0.001
testCollectionRetainAll 0.001
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0
testCollectionToString 0
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0.001
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestArrayLongList

testConstructor 0.001
testConstructor_Collection 0
testConstructor_int 0
testEnsureCapacity 0
testIteratorIsModifiable 0
testIteratorReset 0
testOptimize 0.001
testConstructor_longarray 0
testIsModifiable 0
testToValueArray 0
testToValueArrayInsert 0
testRemoveRange 0.001
testContainsAllArray 0
testAddAllArray 0
testAddAllArrayIndexed 0
testRemoveAllArray 0.001
testRetainAllArray 0
testFirst_empty 0
testFirst_notEmpty 0
testLast_notEmpty 0
testSubListNotImplemented 0
testClone 0
testLast_empty 0
testFirstLong_empty 0
testFirstLong_notEmpty 0
testLastLong_empty 0
testLastLong_notEmpty 0
testListGetByIndex 0.001
testListGetByIndexBoundsChecking 0
testListIndexOf 0.001
testListAddByIndexBoundsChecking 0
testListAddByIndexBoundsChecking2 0
testListAddByIndex 0.001
testListEquals 0.001
testListHashCode 0
testUnsupportedSet 0.001
testListGetByIndexBoundsChecking2 0
testListLastIndexOf 0.001
testListSetByIndexBoundsChecking 0
testListSetByIndexBoundsChecking2 0
testListSetByIndex 0.001
testListRemoveByIndexBoundsChecking 0
testListRemoveByIndexBoundsChecking2 0
testListRemoveByIndex 0.001
testListListIterator 0
testListListIteratorByIndex 0.001
testListListIteratorPreviousRemoveNext 0
testListListIteratorPreviousRemovePrevious 0.001
testListListIteratorNextRemoveNext 0
testListListIteratorNextRemovePrevious 0
testListIteratorAdd 0.005
testListIteratorSet 0
testEmptyListSerialization 0
testFullListSerialization 0
testEmptyListCompatibility 0
testFullListCompatibility 0
testListSubListFailFastOnAdd 0
testListSubListFailFastOnRemove 0
testUnsupportedAdd 0
testCollectionAdd 0.001
testCollectionAddAll 0
testCollectionClear 0.002
testCollectionContains 0
testCollectionContainsAll 0
testCollectionIsEmpty 0.001
testCollectionIterator 0
testCollectionIteratorRemove 0.002
testCollectionRemove 0
testCollectionRemoveAll 0.001
testCollectionRetainAll 0.001
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0
testCollectionToString 0
testUnsupportedRemove 0.001
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0.001
testCanonicalFullCollectionExists 0

TestImmutableArrayShortList

testConstructor 0.003
testUnsupportedAdd 0
testUnsupportedSet 0
testConstructor_array 0
testConstructor_Collection 0
testClone 0
testIteratorIsNotModifiable 0
testIteratorReset 0.001
testIsModifiable 0
testToValueArray 0
testToValueArrayInsert 0
testRemoveRange 0
testContainsAllArray 0
testAddAllArray 0
testAddAllArrayIndexed 0.001
testRemoveAllArray 0
testRetainAllArray 0
testFirst_empty 0
testFirst_notEmpty 0
testLast_notEmpty 0
testSubListNotImplemented 0
testLast_empty 0
testFirstShort_empty 0.001
testFirstShort_notEmpty 0
testLastShort_empty 0
testLastShort_notEmpty 0
testListGetByIndex 0.004
testListGetByIndexBoundsChecking 0
testListIndexOf 0
testListAddByIndexBoundsChecking 0
testListAddByIndexBoundsChecking2 0
testListAddByIndex 0
testListEquals 0.002
testListHashCode 0
testListGetByIndexBoundsChecking2 0
testListLastIndexOf 0.002
testListSetByIndexBoundsChecking 0
testListSetByIndexBoundsChecking2 0
testListSetByIndex 0
testListRemoveByIndexBoundsChecking 0.001
testListRemoveByIndexBoundsChecking2 0
testListRemoveByIndex 0
testListListIterator 0
testListListIteratorByIndex 0.001
testListListIteratorPreviousRemoveNext 0
testListListIteratorPreviousRemovePrevious 0
testListListIteratorNextRemoveNext 0
testListListIteratorNextRemovePrevious 0
testListIteratorAdd 0
testListIteratorSet 0
testEmptyListSerialization 0
testFullListSerialization 0
testEmptyListCompatibility 0
testFullListCompatibility 0
testListSubListFailFastOnAdd 0
testListSubListFailFastOnRemove 0
testCollectionAdd 0
testCollectionAddAll 0
testCollectionClear 0
testCollectionContains 0
testCollectionContainsAll 0.001
testCollectionIsEmpty 0
testCollectionIterator 0
testCollectionIteratorRemove 0
testCollectionRemove 0
testCollectionRemoveAll 0
testCollectionRetainAll 0
testCollectionSize 0.001
testCollectionToArray 0
testCollectionToArray2 0
testCollectionToString 0
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0.001
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0.001

TestArrayFloatList

testConstructor 0.002
testConstructor_Collection 0
testConstructor_int 0
testEnsureCapacity 0
testIteratorIsModifiable 0
testIteratorReset 0
testOptimize 0
testConstructor_floatarray 0
testIsModifiable 0
testToValueArray 0
testToValueArrayInsert 0.001
testRemoveRange 0
testContainsAllArray 0.001
testAddAllArray 0.001
testAddAllArrayIndexed 0
testRemoveAllArray 0
testRetainAllArray 0
testFirst_empty 0
testFirst_notEmpty 0
testLast_notEmpty 0
testSubListNotImplemented 0.001
testClone 0
testLast_empty 0
testFirstFloat_empty 0
testFirstFloat_notEmpty 0
testLastFloat_empty 0
testLastFloat_notEmpty 0.001
testListGetByIndex 0.004
testListGetByIndexBoundsChecking 0
testListIndexOf 0.001
testListAddByIndexBoundsChecking 0
testListAddByIndexBoundsChecking2 0
testListAddByIndex 0.001
testListEquals 0
testListHashCode 0.001
testUnsupportedSet 0
testListGetByIndexBoundsChecking2 0
testListLastIndexOf 0
testListSetByIndexBoundsChecking 0.001
testListSetByIndexBoundsChecking2 0
testListSetByIndex 0
testListRemoveByIndexBoundsChecking 0
testListRemoveByIndexBoundsChecking2 0.001
testListRemoveByIndex 0
testListListIterator 0
testListListIteratorByIndex 0.006
testListListIteratorPreviousRemoveNext 0
testListListIteratorPreviousRemovePrevious 0.001
testListListIteratorNextRemoveNext 0
testListListIteratorNextRemovePrevious 0
testListIteratorAdd 0.001
testListIteratorSet 0
testEmptyListSerialization 0
testFullListSerialization 0.001
testEmptyListCompatibility 0
testFullListCompatibility 0
testListSubListFailFastOnAdd 0
testListSubListFailFastOnRemove 0
testUnsupportedAdd 0
testCollectionAdd 0.001
testCollectionAddAll 0
testCollectionClear 0.002
testCollectionContains 0
testCollectionContainsAll 0.001
testCollectionIsEmpty 0
testCollectionIterator 0
testCollectionIteratorRemove 0.002
testCollectionRemove 0
testCollectionRemoveAll 0.001
testCollectionRetainAll 0.001
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0
testCollectionToString 0.001
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0.001
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestImmutableArrayIntList

testConstructor 0.002
testUnsupportedAdd 0
testUnsupportedSet 0
testConstructor_array 0
testConstructor_Collection 0
testClone 0
testIteratorIsNotModifiable 0
testIteratorReset 0
testIsModifiable 0
testToValueArray 0
testToValueArrayInsert 0
testRemoveRange 0.001
testContainsAllArray 0
testAddAllArray 0
testAddAllArrayIndexed 0
testRemoveAllArray 0
testRetainAllArray 0
testFirst_empty 0
testFirst_notEmpty 0
testLast_notEmpty 0
testSubListNotImplemented 0.001
testLast_empty 0
testFirstInt_empty 0
testFirstInt_notEmpty 0
testLastInt_empty 0
testLastInt_notEmpty 0
testListGetByIndex 0.005
testListGetByIndexBoundsChecking 0.001
testListIndexOf 0.001
testListAddByIndexBoundsChecking 0
testListAddByIndexBoundsChecking2 0
testListAddByIndex 0.001
testListEquals 0.003
testListHashCode 0
testListGetByIndexBoundsChecking2 0.001
testListLastIndexOf 0.002
testListSetByIndexBoundsChecking 0.001
testListSetByIndexBoundsChecking2 0
testListSetByIndex 0.001
testListRemoveByIndexBoundsChecking 0
testListRemoveByIndexBoundsChecking2 0
testListRemoveByIndex 0.001
testListListIterator 0.001
testListListIteratorByIndex 0.001
testListListIteratorPreviousRemoveNext 0.001
testListListIteratorPreviousRemovePrevious 0
testListListIteratorNextRemoveNext 0
testListListIteratorNextRemovePrevious 0.001
testListIteratorAdd 0.001
testListIteratorSet 0.001
testEmptyListSerialization 0
testFullListSerialization 0.001
testEmptyListCompatibility 0.001
testFullListCompatibility 0
testListSubListFailFastOnAdd 0.001
testListSubListFailFastOnRemove 0
testCollectionAdd 0.001
testCollectionAddAll 0
testCollectionClear 0.001
testCollectionContains 0
testCollectionContainsAll 0.002
testCollectionIsEmpty 0
testCollectionIterator 0
testCollectionIteratorRemove 0.001
testCollectionRemove 0
testCollectionRemoveAll 0.001
testCollectionRetainAll 0
testCollectionSize 0
testCollectionToArray 0.001
testCollectionToArray2 0.002
testCollectionToString 0.001
testUnsupportedRemove 0.001
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0.001
testObjectEqualsSelf 0
testEqualsNull 0.001
testObjectHashCodeEqualsSelfHashCode 0.002
testObjectHashCodeEqualsContract 0.001
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0.001
testCanonicalFullCollectionExists 0

TestArrayShortCollection

testConstructor 0.001
testConstructor_Collection 0.004
testConstructor_Iterator 0
testConstructor_int 0
testEnsureCapacity 0
testOptimize 0
testConstructor_shortarray 0
testIsModifiable 0
testToValueArray 0
testToValueArrayInsert 0
testContainsAllArray 0.001
testAddAllArray 0
testRemoveAllArray 0
testRetainAllArray 0.001
testClone 0
testAddAllRange 0.001
testToValueArrayEmpty 0
testContainsAllTypedCollection 0.001
testRemoveAll 0
testContainsAllRange 0
testContainsAnyArray 0
testContainsAnyTypedCollection 0
testContainsAnyRange 0
testAddAllReverseRange 0.001
testRemoveAllRange 0.001
testRemoveAllReverseRange 0
testRetainAllRange 0
testRetainAllReverseRange 0
testUnsupportedAdd 0
testCollectionAdd 0.001
testCollectionAddAll 0
testCollectionClear 0.001
testCollectionContains 0
testCollectionContainsAll 0.001
testCollectionIsEmpty 0
testCollectionIterator 0
testCollectionIteratorRemove 0
testCollectionRemove 0.001
testCollectionRemoveAll 0
testCollectionRetainAll 0
testCollectionSize 0.001
testCollectionToArray 0
testCollectionToArray2 0
testCollectionToString 0
testUnsupportedRemove 0
testCollectionIteratorFailFast 0.001
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestArrayFloatCollection

testConstructor 0.001
testConstructor_Collection 0
testConstructor_Iterator 0
testConstructor_int 0
testEnsureCapacity 0
testOptimize 0
testConstructor_floatarray 0
testIsModifiable 0.001
testToValueArray 0
testToValueArrayInsert 0
testContainsAllArray 0
testAddAllArray 0
testRemoveAllArray 0.001
testRetainAllArray 0
testClone 0
testToValueArrayEmpty 0
testContainsAllTypedCollection 0
testRemoveAll 0
testContainsAnyArray 0.001
testContainsAnyTypedCollection 0
testUnsupportedAdd 0
testCollectionAdd 0
testCollectionAddAll 0
testCollectionClear 0.001
testCollectionContains 0
testCollectionContainsAll 0
testCollectionIsEmpty 0.001
testCollectionIterator 0
testCollectionIteratorRemove 0
testCollectionRemove 0.001
testCollectionRemoveAll 0
testCollectionRetainAll 0
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0
testCollectionToString 0.001
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0.001
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestArrayDoubleCollection

testConstructor 0.001
testConstructor_Collection 0.001
testConstructor_Iterator 0
testConstructor_doublearray 0
testConstructor_int 0
testEnsureCapacity 0.001
testOptimize 0
testIsModifiable 0
testToValueArray 0
testToValueArrayInsert 0
testContainsAllArray 0
testAddAllArray 0.001
testRemoveAllArray 0
testRetainAllArray 0
testClone 0
testToValueArrayEmpty 0
testContainsAllTypedCollection 0.001
testRemoveAll 0
testContainsAnyArray 0
testContainsAnyTypedCollection 0
testUnsupportedAdd 0
testCollectionAdd 0.001
testCollectionAddAll 0
testCollectionClear 0
testCollectionContains 0
testCollectionContainsAll 0.001
testCollectionIsEmpty 0
testCollectionIterator 0
testCollectionIteratorRemove 0
testCollectionRemove 0.001
testCollectionRemoveAll 0
testCollectionRetainAll 0.001
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0
testCollectionToString 0.001
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestArrayByteCollection

testConstructor 0.002
testConstructor_Collection 0
testConstructor_Iterator 0.001
testConstructor_int 0
testEnsureCapacity 0
testOptimize 0
testConstructor_bytearray 0
testIsModifiable 0.001
testToValueArray 0
testToValueArrayInsert 0
testContainsAllArray 0
testAddAllArray 0
testRemoveAllArray 0
testRetainAllArray 0.001
testClone 0
testAddAllRange 0
testToValueArrayEmpty 0
testContainsAllTypedCollection 0.001
testRemoveAll 0
testContainsAllRange 0
testContainsAnyArray 0
testContainsAnyTypedCollection 0
testContainsAnyRange 0
testAddAllReverseRange 0
testRemoveAllRange 0
testRemoveAllReverseRange 0
testRetainAllRange 0
testRetainAllReverseRange 0
testUnsupportedAdd 0
testCollectionAdd 0
testCollectionAddAll 0.001
testCollectionClear 0
testCollectionContains 0
testCollectionContainsAll 0
testCollectionIsEmpty 0
testCollectionIterator 0.001
testCollectionIteratorRemove 0
testCollectionRemove 0
testCollectionRemoveAll 0.001
testCollectionRetainAll 0.001
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0
testCollectionToString 0
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0.001

TestArrayBooleanCollection

testConstructor 0.003
testConstructor_Collection 0
testConstructor_Iterator 0.001
testConstructor_int 0
testEnsureCapacity 0
testOptimize 0
testConstructor_booleanarray 0
testIsModifiable 0
testToValueArray 0.001
testToValueArrayInsert 0
testContainsAllArray 0
testAddAllArray 0
testRemoveAllArray 0
testRetainAllArray 0
testClone 0
testToValueArrayEmpty 0
testContainsAllTypedCollection 0
testRemoveAll 0
testContainsAnyArray 0
testContainsAnyTypedCollection 0
testUnsupportedAdd 0
testCollectionAdd 0
testCollectionAddAll 0
testCollectionClear 0
testCollectionContains 0
testCollectionContainsAll 0
testCollectionIsEmpty 0.001
testCollectionIterator 0
testCollectionIteratorRemove 0
testCollectionRemove 0
testCollectionRemoveAll 0
testCollectionRetainAll 0.001
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0
testCollectionToString 0
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0.001
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0.002
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestArrayLongCollection

testConstructor 0.001
testConstructor_Collection 0
testConstructor_Iterator 0
testConstructor_int 0
testEnsureCapacity 0.001
testOptimize 0
testConstructor_longarray 0
testIsModifiable 0
testToValueArray 0
testToValueArrayInsert 0
testContainsAllArray 0
testAddAllArray 0
testRemoveAllArray 0
testRetainAllArray 0
testClone 0
testAddAllRange 0
testToValueArrayEmpty 0.001
testContainsAllTypedCollection 0
testRemoveAll 0
testContainsAllRange 0
testContainsAnyArray 0.001
testContainsAnyTypedCollection 0
testContainsAnyRange 0
testAddAllReverseRange 0
testRemoveAllRange 0
testRemoveAllReverseRange 0
testRetainAllRange 0
testRetainAllReverseRange 0
testUnsupportedAdd 0
testCollectionAdd 0
testCollectionAddAll 0
testCollectionClear 0
testCollectionContains 0.001
testCollectionContainsAll 0
testCollectionIsEmpty 0
testCollectionIterator 0
testCollectionIteratorRemove 0.001
testCollectionRemove 0
testCollectionRemoveAll 0
testCollectionRetainAll 0.001
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0
testCollectionToString 0
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0.001
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestArrayIntCollection

testConstructor 0
testConstructor_Collection 0
testConstructor_Iterator 0
testConstructor_int 0
testConstructor_intarray 0
testEnsureCapacity 0.001
testOptimize 0
testIsModifiable 0
testToValueArray 0
testToValueArrayInsert 0
testContainsAllArray 0
testAddAllArray 0
testRemoveAllArray 0
testRetainAllArray 0
testClone 0
testAddAllRange 0
testToValueArrayEmpty 0
testContainsAllTypedCollection 0.003
testRemoveAll 0
testContainsAllRange 0
testContainsAnyArray 0
testContainsAnyTypedCollection 0
testContainsAnyRange 0
testAddAllReverseRange 0
testRemoveAllRange 0
testRemoveAllReverseRange 0
testRetainAllRange 0
testRetainAllReverseRange 0
testUnsupportedAdd 0
testCollectionAdd 0
testCollectionAddAll 0.001
testCollectionClear 0
testCollectionContains 0.001
testCollectionContainsAll 0
testCollectionIsEmpty 0
testCollectionIterator 0
testCollectionIteratorRemove 0
testCollectionRemove 0
testCollectionRemoveAll 0
testCollectionRetainAll 0
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0
testCollectionToString 0
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestArrayCharCollection

testConstructor 0
testConstructor_Collection 0
testConstructor_Iterator 0
testConstructor_int 0
testEnsureCapacity 0
testOptimize 0
testConstructor_chararray 0
testIsModifiable 0
testToValueArray 0
testToValueArrayInsert 0
testContainsAllArray 0
testAddAllArray 0
testRemoveAllArray 0
testRetainAllArray 0
testClone 0
testAddAllRange 0
testToValueArrayEmpty 0.001
testContainsAllTypedCollection 0
testRemoveAll 0
testContainsAllRange 0
testContainsAnyArray 0
testContainsAnyTypedCollection 0
testContainsAnyRange 0
testAddAllReverseRange 0
testRemoveAllRange 0
testRemoveAllReverseRange 0
testRetainAllRange 0
testRetainAllReverseRange 0
testUnsupportedAdd 0
testCollectionAdd 0
testCollectionAddAll 0
testCollectionClear 0
testCollectionContains 0
testCollectionContainsAll 0
testCollectionIsEmpty 0
testCollectionIterator 0
testCollectionIteratorRemove 0
testCollectionRemove 0
testCollectionRemoveAll 0
testCollectionRetainAll 0
testCollectionSize 0
testCollectionToArray 0
testCollectionToArray2 0
testCollectionToString 0
testUnsupportedRemove 0
testCollectionIteratorFailFast 0
testSerializeDeserializeThenCompare 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0

TestArrayShortIterator

test_copyOf 0
testFullIterator 0
testRemove 0
testEmptyIterator 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0
testSerializeDeserializeThenCompare 0

TestArrayBooleanIterator

test_copyOf 0
testFullIterator 0
testRemove 0
testEmptyIterator 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0
testSerializeDeserializeThenCompare 0

TestArrayByteIterator

test_copyOf 0
testFullIterator 0
testRemove 0
testEmptyIterator 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0
testSerializeDeserializeThenCompare 0

TestArrayLongIterator

test_copyOf 0
testFullIterator 0
testRemove 0
testEmptyIterator 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0
testSerializeDeserializeThenCompare 0

TestArrayCharIterator

test_copyOf 0
testFullIterator 0
testRemove 0
testEmptyIterator 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0
testSerializeDeserializeThenCompare 0

TestArrayIntIterator

test_copyOf 0
testFullIterator 0
testRemove 0
testEmptyIterator 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0
testSerializeDeserializeThenCompare 0

TestArrayDoubleIterator

test_copyOf 0
testFullIterator 0
testRemove 0
testEmptyIterator 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0
testSerializeDeserializeThenCompare 0

TestArrayFloatIterator

test_copyOf 0
testFullIterator 0
testRemove 0
testEmptyIterator 0
testObjectEqualsSelf 0
testEqualsNull 0
testObjectHashCodeEqualsSelfHashCode 0
testObjectHashCodeEqualsContract 0
testSimpleSerialization 0
testCanonicalEmptyCollectionExists 0
testCanonicalFullCollectionExists 0
testSerializeDeserializeThenCompare 0

Back to top

Version: 1.1-SNAPSHOT. Last Published: 2018-09-29.

Reflow Maven skin.