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 TypeClassDescriptionclassA utility for testing an Iterator implementation by comparing its behavior to that of a "known good" reference implementation.classA utility similar toIteratorTesterfor testing aListIteratoragainst a known good reference implementation.