| Package | Description |
|---|---|
| com.rational.test.ft.datapool | |
| org.eclipse.hyades.execution.runtime.datapool |
The package org.eclipse.hyades.execution.runtime.datapool provides the execution level
datapool interface specification.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDatapoolIterator
The base class for the predefined Functional Tester datapool iterators.
|
class |
KeywordDatapoolIterator |
class |
RandomIterator
The Functional Tester iterator used when
random iteration format is selected
for a particular script. |
class |
SequentialIterator
The Functional Tester iterator used when
sequential iteration format is selected
for a particular script. |
| Modifier and Type | Method and Description |
|---|---|
IDatapoolIterator |
DatapoolFactory.open(IDatapool datapool,
java.lang.String iteratorClassName) |
IDatapoolIterator |
DatapoolFactory.open(IDatapool datapool,
java.lang.String iteratorClassName,
boolean shareDatapoolIterator)
Construct a datapool iterator based on the supplied datapool and
iterator class name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatapoolFactory.close(IDatapoolIterator iterator) |
| Modifier and Type | Method and Description |
|---|---|
IDatapoolIterator |
IDatapoolFactory.open(IDatapool datapool,
java.lang.String iteratorClassName)
Return an iterator instance of the supplied iterator class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDatapoolFactory.close(IDatapoolIterator iterator)
Return the iterator to the factory so that it can be properly
destroyed.
|