Class CollectionRemoveIfTester<E>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class CollectionRemoveIfTester<E> extends AbstractCollectionTester<E>
A generic JUnit test which tests Collection.removeIf(java.util.function.Predicate<? super E>). Can't be invoked directly; please see CollectionTestSuiteBuilder.
Author:
Louis Wasserman