| Package | Description |
|---|---|
| com.rational.test.ft.datapool | |
| com.rational.test.ft.script | |
| org.eclipse.hyades.edit.datapool |
The package org.eclipse.hyades.edit.datapool provides the extended datapool interface specification.
|
| org.eclipse.hyades.execution.runtime.datapool |
The package org.eclipse.hyades.execution.runtime.datapool provides the execution level
datapool interface specification.
|
| Modifier and Type | Method and Description |
|---|---|
IDatapoolRecord |
SequentialIterator.dpCurrent() |
IDatapoolRecord |
RandomIterator.dpCurrent() |
IDatapoolRecord |
KeywordDatapoolIterator.dpCurrent() |
abstract IDatapoolRecord |
BaseDatapoolIterator.dpCurrent() |
| Modifier and Type | Method and Description |
|---|---|
IDatapoolRecord |
DatapoolScriptSupport.dpCurrent()
The record currently available from the iterator for the associated
instance of the datapool.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDatapoolRecord
A logical grouping of values in a
datapool. |
| Modifier and Type | Method and Description |
|---|---|
IDatapoolRecord |
IDatapoolIterator.dpCurrent()
The record currently available from this iterator for the associated
instance of the datapool.
|
IDatapoolRecord |
IDatapoolCell.getCellRecord()
Access to the
record that is the parent of this
cell. |
IDatapoolRecord |
IDatapoolEquivalenceClass.getRecord(int record)
Access to the record contents at the specified zero based record index.
|