|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.rational.test.ft.datapool.BaseDatapoolIterator com.rational.test.ft.datapool.RandomIterator
public class 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, getCell, getCell, getDatapool, getEquivalenceClass, getProperty, setDatapool, 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
null
.IDatapoolIterator.dpNext()
,
IDatapoolIterator.dpDone()
,
IDatapoolIterator.dpReset()
public boolean dpDone()
IDatapoolIterator
true
if the current
iterator value is null
.
dpDone
in interface IDatapoolIterator
dpDone
in class BaseDatapoolIterator
IDatapoolIterator.dpCurrent()
,
IDatapoolIterator.dpNext()
,
IDatapoolIterator.dpReset()
public void dpNext()
IDatapoolIterator
dpNext
in interface IDatapoolIterator
dpNext
in class BaseDatapoolIterator
IDatapoolIterator.dpCurrent()
,
IDatapoolIterator.dpDone()
,
IDatapoolIterator.dpReset()
public void dpReset()
IDatapoolIterator
dpReset
in interface IDatapoolIterator
dpReset
in class BaseDatapoolIterator
IDatapoolIterator.dpCurrent()
,
IDatapoolIterator.dpDone()
,
IDatapoolIterator.dpNext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |