 |
The toArray method works on an empty container. |
0.005 s |
 |
Test isEmpty returns false for a collection with elements |
0.001 s |
 |
The estimateSize method can be called on an empty container |
0 s |
 |
The toArray method works on an empty container. |
0 s |
 |
testForEachRemainingOverEntireCollection |
0.001 s |
 |
testAddAllToContainer |
0 s |
 |
The removeAll method throws on a null collection |
0 s |
 |
The removeIf method can be called on an empty container |
0 s |
 |
The retainAll method works with incompatible types |
0 s |
 |
The toArray method works on a container with elements |
0 s |
 |
testIteratorOverEmptyCollection |
0.001 s |
 |
Test clear works for an empty collection |
0 s |
 |
The Spliterator.tryAdvance method can be called on an empty container |
0.001 s |
 |
Test that the add method works |
0 s |
 |
The parallelStream method can be called on a collection with elements |
0.004 s |
 |
testIteratorRemove |
0 s |
 |
The removeAll method can be called on an empty container |
0.001 s |
 |
The removeIf method works on a container with elements |
0.001 s |
 |
Test clear works for a collection with elements |
0 s |
 |
ForEach throws a NullPointerException when called with a null action |
0 s |
 |
The Spliterator.forEachRemaining method can be called on an empty container |
0 s |
 |
The retainAll method throws on a null collection |
0.001 s |
 |
testSizeOnEmptyCollection |
0.002 s |
 |
hashCode() returns integer that have a uniform distribution. |
0.008 s |
 |
the equals() method is consistent |
0 s |
 |
ForEach does not call the action for an iterable with no elements |
0.001 s |
 |
The remove method works on a container with elements |
0.003 s |
 |
The remove method works with null elements |
0.001 s |
 |
The remove method works with incompatible types |
0.001 s |
 |
testContainsOnCollectionWithNulls |
0.003 s |
 |
The parallelStream method can be called on an empty collection |
0.001 s |
 |
The getExactSizeIfKnown method can be called on a container with elements |
0.001 s |
 |
hashCode() returns the same integer for equals values |
0 s |
 |
testToStringIsConsistent |
0 s |
 |
The stream method can be called on an empty collection |
0.001 s |
 |
The retainAll method can be called on an empty container |
0 s |
 |
The removeAll method works with null elements |
0 s |
 |
The Spliterator.forEachRemaining method can be called on a container with elements |
0.003 s |
 |
testIteratorRemoveThrowsOnIllegalState |
0.002 s |
 |
testContainsAllOnEmptyCollection |
0.002 s |
 |
testAddAllWithNullValue |
0.002 s |
 |
The hasCharacteristics method works |
0.003 s |
 |
Test that the add method works with duplicate element values |
0.001 s |
 |
The Spliterator.trySplit method can be called on an empty container |
0 s |
 |
testContainsOnEmptyCollection |
0.001 s |
 |
Test isEmpty returns true for an empty collection |
0 s |
 |
testAddAllWithDuplicateValue |
0.003 s |
 |
testToStringForEqualValues |
0 s |
 |
The removeAll method works with incompatible types |
0.001 s |
 |
The retainAll method works on a container with elements |
0 s |
 |
testContainsOnCollectionWithElements |
0 s |
 |
The removeIf method throws on a null filter |
0.001 s |
 |
testForEachRemainingOverPartialCollection |
0 s |
 |
testIteratorOverCollectionWithElements |
0.001 s |
 |
testContainsAllOnCollectionWithElements |
0.001 s |
 |
ForEach calls the action each element in an iterable |
0.001 s |
 |
the equals() method is reflexive |
0.001 s |
 |
The toArray(T[]) method throws on a null array. |
0 s |
 |
The Spliterator.estimateSize method can be called on a container with elements |
0.001 s |
 |
testToStringOverridden |
0.001 s |
 |
Test that the add method works with null element values |
0 s |
 |
The Spliterator.tryAdvance method can be called on a container with elements |
0 s |
 |
the equals() method is symmetric |
0 s |
 |
The Spliterator.trySplit method can be called on a container with elements |
0 s |
 |
hashCode() returns the same integer for multiple invocations. |
0.001 s |
 |
testSizeOnCollectionWithElements |
0.001 s |
 |
testContainsWithIncompatibleType |
0 s |
 |
testContainsAllOnCollectionWithNulls |
0 s |
 |
The getExactSizeIfKnown method can be called on an empty container |
0.001 s |
 |
hashCode() returns different integer for values that are not equal. |
0 s |
 |
The toArray method returns a safe array |
0.001 s |
 |
testContainsAllWithIncompatibleType |
0.001 s |
 |
testToStringForDifferentValues |
0.001 s |
 |
The stream method can be called on a collection with elements |
0 s |
 |
testForEachRemainingForNullAction |
0 s |
 |
The remove method can be called on an empty container |
0 s |
 |
The toArray method works on a container with elements |
0 s |
 |
the equals() method is transitive |
0.001 s |
 |
The removeAll method works on a container with elements |
0 s |
 |
testEqualsForNullValue |
0 s |
 |
test the `remove(Object)` method with the REMOVE_DOES_NOT_REMOVE_ELEMENT break |
0.006 s |
 |
Test the `toArray(Object[])` method with the TO_ARRAY_STORE_MISSING_FIRST_ELEMENT break |
0.013 s |
 |
Test the `toArray(Object[])` method with the TO_ARRAY_STORE_DOES_NOT_COPY_ELEMENTS break |
0.001 s |
 |
Test the `toArray()` method with the TO_ARRAY_MISSING_LAST_ELEMENT break |
0 s |
 |
Test the `toArray(Object[])` method with the TO_ARRAY_STORE_RETURNS_EMPTY_ARRAY break |
0 s |
 |
Test the `size` method with the SIZE_ALWAYS_RETURNS_ZERO break |
0.001 s |
 |
Test the `size` method with the SIZE_ALWAYS_RETURNS_CONSTANT_VALUE break |
0 s |
 |
Test the `size` method with the IS_EMPTY_ALWAYS_RETURNS_TRUE break |
0 s |
 |
Test the `toArray()` method with the TO_ARRAY_RETURNS_EMPTY_ARRAY break |
0.003 s |
 |
test the `add(Object)` method with the ADD_ALWAYS_RETURNS_OPPOSITE_VALUE break |
0.001 s |
 |
test the `add(Object)` method with the ADD_ALWAYS_RETURNS_TRUE break |
0 s |
 |
Test the `toArray(Object[])` method with the TO_ARRAY_STORE_MISSING_LAST_ELEMENT break |
0.001 s |
 |
Test the `size` method with the IS_EMPTY_ALWAYS_RETURNS_FALSE break |
0 s |
 |
Test the `contains(Object)` method with the CONTAINS_RETURNS_OPPOSITE_VALUE break |
0 s |
 |
test the `remove(Object)` method with the REMOVE_ALWAYS_RETURNS_OPPOSITE_VALUE break |
0 s |
 |
Test the `containsAll(Collection)` method with the CONTAINS_ALL_ALWAYS_RETURNS_TRUE break |
0.001 s |
 |
test the `add(Object)` method with the ADD_ALWAYS_RETURNS_FALSE break |
0 s |
 |
Test the `contains(Object)` method with the CONTAINS_ALWAYS_RETURNS_FALSE break |
0 s |
 |
Test the `contains(Object)` method with the CONTAINS_ALWAYS_RETURNS_TRUE break |
0.001 s |
 |
Test the `containsAll(Collection)` method with the CONTAINS_ALL_ALWAYS_RETURNS_OPPOSITE_VALUE break |
0 s |
 |
Test the `size` method with the IS_EMPTY_RETURNS_OPPOSITE_VALUE break |
0.001 s |
 |
Test the `toArray(Object[])` method with the TO_ARRAY_STORE_RETURNS_NULL break |
0.003 s |
 |
Test the `toArray()` method with the TO_ARRAY_RETURNS_NULL break |
0.001 s |
 |
Test the `toArray()` method with the TO_ARRAY_MISSING_FIRST_ELEMENT break |
0.001 s |
 |
Test the `contains(Object)` method with the CONTAINS_ALL_ALWAYS_RETURNS_FALSE break |
0.002 s |
 |
test the `remove(Object)` method with the REMOVE_ALWAYS_RETURNS_FALSE break |
0.001 s |
 |
test the `remove(Object)` method with the REMOVE_ALWAYS_RETURNS_TRUE break |
0 s |
 |
test the `add()` method with the ADD_DOES_NOT_ADD_ELEMENT break |
0.001 s |