Home | History | Annotate | Download | only in testing

Lines Matching refs:Iterator

22 import java.util.Iterator;
25 * A utility for testing an Iterator implementation by comparing its behavior to
28 * {@link Iterator#next}, {@link Iterator#hasNext} and {@link Iterator#remove}
52 * impossible to test an Iterator without changing its state, so the tester
55 * <p>If your iterator supports modification through {@code remove()}, you may
65 AbstractIteratorTester<E, Iterator<E>> {
70 * @param features the features supported by the iterator
80 protected final Iterable<Stimulus<E, Iterator<E>>> getStimulusValues() {