Interface UnmodifiableCollectionTests.RemoveAllTests<T>

    • Method Detail

      • testRemoveAllWithContainedElements

        @Test
        @DisplayName("removeAll(Collection) with contained elements")
        default void testRemoveAllWithContainedElements()
      • testRemoveAllWithNonContainedElements

        @Test
        @DisplayName("removeAll(Collection) with non-contained elements")
        default void testRemoveAllWithNonContainedElements()
      • testRemoveAllWithEmptyCollection

        @Test
        @DisplayName("removeAll(Collection) with an empty collection")
        default void testRemoveAllWithEmptyCollection()
      • testRemoveAllWithNull

        @Test
        @DisplayName("removeAll(Object) with null")
        default void testRemoveAllWithNull()
      • testRemoveAllWithNullElement

        @Test
        @DisplayName("removeAll(Object) with null element")
        default void testRemoveAllWithNullElement()
      • testRemoveAllWithIncompatibleObject

        @Test
        @DisplayName("removeAll(Object) with an incompatible object")
        default void testRemoveAllWithIncompatibleObject()