@GwtCompatible public final class DerivedTestIteratorGenerator<E> extends Object implements TestIteratorGenerator<E>, DerivedGenerator
| Constructor and Description |
|---|
DerivedTestIteratorGenerator(TestSubjectGenerator<? extends Iterable<E>> collectionGenerator) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<E> |
get() |
TestSubjectGenerator<? extends Iterable<E>> |
getInnerGenerator() |
public DerivedTestIteratorGenerator(TestSubjectGenerator<? extends Iterable<E>> collectionGenerator)
public TestSubjectGenerator<? extends Iterable<E>> getInnerGenerator()
getInnerGenerator in interface DerivedGeneratorCopyright © 2010–2019. All rights reserved.