|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.rational.test.ft.datapool.BaseDatapoolIterator
com.rational.test.ft.datapool.SequentialIterator
| Field Summary |
| Fields inherited from class com.rational.test.ft.datapool.BaseDatapoolIterator |
datapool, equivalenceClass, equivalenceClassIndex |
| Fields inherited from interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolIterator |
RANDOM_SEED, WRAP |
| Constructor Summary | |
SequentialIterator()
|
|
| Method Summary | |
IDatapoolRecord |
dpCurrent()
The record currently available from this iterator for the associated instance of the datapool. |
boolean |
dpDone()
Returns true if the current iterator
value is null. |
void |
dpNext()
Increments the iterator associated with an instance of the datapool. |
void |
dpReset()
Restart the iterator associated with an instance of the datapool. |
| Methods inherited from class com.rational.test.ft.datapool.BaseDatapoolIterator |
dpBoolean, dpBoolean, dpByte, dpByte, dpChar, dpChar, dpDouble, dpDouble, dpFloat, dpFloat, dpInitialize, dpInitialize, dpInt, dpInt, dpLong, dpLong, dpShort, dpShort, dpString, dpString, dpValue, dpValue, getDatapool, getEquivalenceClass, getProperty, setProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SequentialIterator()
| Method Detail |
public IDatapoolRecord dpCurrent()
IDatapoolIteratornext method. A value of null is
returned when the iterator is out of values.
dpCurrent in interface IDatapoolIteratordpCurrent in class BaseDatapoolIteratorpublic boolean dpDone()
IDatapoolIteratortrue if the current iterator
value is null.
dpDone in interface IDatapoolIteratordpDone in class BaseDatapoolIteratorpublic void dpNext()
IDatapoolIterator
dpNext in interface IDatapoolIteratordpNext in class BaseDatapoolIteratorpublic void dpReset()
IDatapoolIterator
dpReset in interface IDatapoolIteratordpReset in class BaseDatapoolIterator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||