Class CollectionIteratorTester<E extends @Nullable Object>

All Implemented Interfaces:
junit.framework.Test

@GwtCompatible(emulated=true) @NullMarked public class CollectionIteratorTester<E extends @Nullable Object> extends AbstractCollectionTester<E>
A generic JUnit test which tests iterator operations on a collection. Can't be invoked directly; please see CollectionTestSuiteBuilder.
Author:
Chris Povirk