| 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 | Field and Description |
|---|---|
protected IDatapool |
BaseDatapoolIterator.datapool |
| Modifier and Type | Method and Description |
|---|---|
IDatapool |
BaseDatapoolIterator.getDatapool() |
IDatapool |
DatapoolFactory.load(java.io.File dpFile,
boolean sharedInstance) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDatapoolIterator.dpInitialize(IDatapool datapool) |
void |
BaseDatapoolIterator.dpInitialize(IDatapool datapool,
int equivalenceClassIndex) |
java.lang.String |
DatapoolFactory.getLoadFileName(IDatapool datapool)
Returns the file name for the datapool as it was loaded or
null if the supplied datapool was not loaded from a file. |
boolean |
DatapoolFactory.iteratorExists(IDatapool datapool) |
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.
|
void |
DatapoolFactory.setLoadFileName(IDatapool datapool,
java.lang.String fileName)
Update the file name for the datapool should be stored to by default.
|
void |
DatapoolFactory.unload(IDatapool datapool) |
| Modifier and Type | Method and Description |
|---|---|
IDatapool |
DatapoolScriptSupport.getDatapool()
The datapool being iterated over.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatapoolScriptSupport.dpInitialize(IDatapool datapool,
int equivalenceClassIndex,
int iterationCount)
Initialization of the default datapool iterator used by this instance of
RationalTestScript. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDatapool
This class defines the primary interface to datapools.
|
| Modifier and Type | Method and Description |
|---|---|
IDatapool |
IDatapoolIterator.getDatapool()
The datapool being iterated over.
|
IDatapool |
IDatapoolEquivalenceClass.getDatapool()
Access to the
datapool that is the parent of this equivalence
class. |
IDatapool |
IDatapoolFactory.load(java.io.File dpFile,
boolean sharedInstance)
Load the datapool from the specified file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDatapoolIteratorExt.dpInitialize(IDatapool datapool)
This method acts the same way as
dpInitialize with equivalence class specification
except that default
equivalence class is used. |
void |
IDatapoolIterator.dpInitialize(IDatapool datapool)
This method acts the same way as
dpInitialize with equivalence class specification
except that default
equivalence class is used. |
void |
IDatapoolIteratorExt.dpInitialize(IDatapool datapool,
int equivalenceClassIndex)
Initialize the iterator sequence from the specified datapool object.
|
void |
IDatapoolIterator.dpInitialize(IDatapool datapool,
int equivalenceClassIndex)
Initialize the iterator sequence from the specified datapool object.
|
IDatapoolIterator |
IDatapoolFactory.open(IDatapool datapool,
java.lang.String iteratorClassName)
Return an iterator instance of the supplied iterator class.
|
void |
IDatapoolFactory.unload(IDatapool datapool)
Removes a reference to an instance of a datapool.
|