Class CollectionStreamTester<E>

All Implemented Interfaces:
junit.framework.Test

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