|
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.RandomIterator
The RFT iterator used when random
iteration format is selected
for a particular script.
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 | |
RandomIterator()
|
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 RandomIterator()
Method Detail |
public IDatapoolRecord dpCurrent()
IDatapoolIterator
next method
. A value of null
is
returned when the iterator is out of values.
dpCurrent
in interface IDatapoolIterator
dpCurrent
in class BaseDatapoolIterator
public boolean dpDone()
IDatapoolIterator
true
if the current
iterator
value is null
.
dpDone
in interface IDatapoolIterator
dpDone
in class BaseDatapoolIterator
public void dpNext()
IDatapoolIterator
dpNext
in interface IDatapoolIterator
dpNext
in class BaseDatapoolIterator
public void dpReset()
IDatapoolIterator
dpReset
in interface IDatapoolIterator
dpReset
in class BaseDatapoolIterator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |