public abstract class TestDataProvider extends java.lang.Object implements java.util.Iterator<TestData>
TestDataProvider()
static TestDataProvider
empty()
abstract boolean
hasNext()
abstract TestData
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TestDataProvider()
public void remove()
remove
java.util.Iterator<TestData>
public static TestDataProvider empty()
public abstract boolean hasNext()
hasNext
public abstract TestData next()
next