Class CollectionRetainAllTester<E>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class CollectionRetainAllTester<E> extends AbstractCollectionTester<E>
A generic JUnit test which tests retainAll operations on a collection. Can't be invoked directly; please see CollectionTestSuiteBuilder.
Author:
Chris Povirk