Uses of Class
com.google.common.collect.testing.AbstractIteratorTester
Packages that use AbstractIteratorTester
-
Uses of AbstractIteratorTester in com.google.common.collect.testing
Subclasses of AbstractIteratorTester in com.google.common.collect.testingModifier and TypeClassDescriptionclass
A utility for testing an Iterator implementation by comparing its behavior to that of a "known good" reference implementation.class
A utility similar toIteratorTester
for testing aListIterator
against a known good reference implementation.