Interface CollectionTests.RemoveIfTests<T>

    • Method Detail

      • testRemoveIfWithMatchingPredicate

        @Test
        @DisplayName("removeIf(Predicate) with matching predicate")
        default void testRemoveIfWithMatchingPredicate()
      • testRemoveIfWithNonMatchingPredicate

        @Test
        @DisplayName("removeIf(Predicate) with non-matching predicate")
        default void testRemoveIfWithNonMatchingPredicate()
      • testRemoveIfWithNullPredicate

        @Test
        @DisplayName("removeIf(Predicate) with null predicate")
        default void testRemoveIfWithNullPredicate()