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