|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.iterator.IteratorTestCase
public abstract class IteratorTestCase
| Nested Class Summary | |
|---|---|
static class |
IteratorTestCase.NextHelper<T>
|
| Constructor Summary | |
|---|---|
IteratorTestCase()
|
|
| Method Summary | ||
|---|---|---|
static
|
checkUniqueIteration(java.util.Iterator<T> iterator,
int count)
|
|
static
|
expectNextElements(java.util.Iterator<T> iterator,
T... elements)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IteratorTestCase()
| Method Detail |
|---|
public static <T> void checkUniqueIteration(java.util.Iterator<T> iterator,
int count)
public static <T> IteratorTestCase.NextHelper<T> expectNextElements(java.util.Iterator<T> iterator,
T... elements)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||