Uses of Class
com.google.common.collect.testing.AbstractIteratorTester
-
Packages that use AbstractIteratorTester Package Description com.google.common.collect.testing -
-
Uses of AbstractIteratorTester in com.google.common.collect.testing
Subclasses of AbstractIteratorTester in com.google.common.collect.testing Modifier and Type Class Description class
IteratorTester<E>
A utility for testing an Iterator implementation by comparing its behavior to that of a "known good" reference implementation.class
ListIteratorTester<E>
A utility similar toIteratorTester
for testing aListIterator
against a known good reference implementation.
-