Package | Description |
---|---|
com.google.common.collect.testing |
Modifier and Type | Class and 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 to
IteratorTester for testing a
ListIterator against a known good reference implementation. |