Home
last modified time | relevance | path

Searched refs:ThrowingIterator (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-testlib/test/com/google/common/collect/testing/
DIteratorTesterTest.java260 return new ThrowingIterator<Integer>(new IllegalStateException()); in testUnexpectedException()
326 private static final class ThrowingIterator<E> implements Iterator<E> { class in IteratorTesterTest
329 private ThrowingIterator(RuntimeException ex) { in ThrowingIterator() method in IteratorTesterTest.ThrowingIterator