| Package | Description |
|---|---|
| com.rational.test.ft.object.map | |
| com.rational.test.ft.script | |
| com.rational.test.ft.vp |
| Modifier and Type | Method and Description |
|---|---|
static ObjectMap |
ObjectMap.createLocalMapFromSharedMap(java.lang.String datastore,
java.lang.String localMapName,
java.lang.String sharedMapName)
This method can be used to construct a local map from an existing shared
map.
|
static ObjectMap |
ObjectMap.load(java.io.File file)
This method loads an object map from the specified file.
|
static ObjectMap |
ObjectMap.loadFromStream(java.io.InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ObjectMap.loadPersistantState(java.io.File mapFile,
ObjectMap objectMap)
This method takes a datastore relative map names and updates it with any cached
persistent state.
|
void |
ObjectMap.merge(ObjectMap toBeMerged) |
void |
ObjectMap.merge(ObjectMap ancestor,
ObjectMap source) |
void |
ObjectMap.merge(ObjectMap ancestor,
ObjectMap fromMap,
com.rational.test.ft.object.map.ObjectMapSet usedLeafNodes,
ObjectMap.ScoreOptions scoreOptions) |
void |
ObjectMap.merge(ObjectMap fromMap,
com.rational.test.ft.object.map.ObjectMapSet usedLeafNodes,
ObjectMap.ScoreOptions scoreOptions)
This is the root of the internal map merging algorithm.
|
static void |
ObjectMap.store(ObjectMap objectMap,
java.io.File file) |
static void |
ObjectMap.store(ObjectMap objectMap,
java.io.File file,
boolean silent)
This method stores an object map to the specified file.
|
static void |
ObjectMap.storePersistantState(ObjectMap objectMap,
java.io.File mapFile,
boolean refreshIDE) |
static void |
ObjectMap.storeToStream(ObjectMap objectmap,
java.io.OutputStream boStream) |
| Modifier and Type | Method and Description |
|---|---|
ObjectMap |
RationalTestScript.getMap()
Returns the object map associated with the script.
|
ObjectMap |
RationalTestScript.getMap(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManageEnablementLog.warnAboutBrowserSetup(IScriptDefinition scriptDefinition,
ObjectMap objectMap) |
| Modifier and Type | Method and Description |
|---|---|
ITestObjectDescriptor[] |
IFtVerificationPointImage.find(IScriptDefinition scriptDef,
ObjectMap objectMap,
TestObject anchor)
Locates and returns objects in the software under test that are relative to this verification
point.
|
ITestObjectDescriptor[] |
IFtVerificationPointData.find(IScriptDefinition scriptDef,
ObjectMap objectMap,
TestObject anchor)
Locates and returns objects in the software under test that are relative to this verification
point.
|
IFtVerificationPointData |
IFtVerificationPointData.getCurrentData(IScriptDefinition scriptDef,
ObjectMap objectMap,
TestObject anchor)
Makes a copy of the existing verification-point
object information and reaches out to the objects under test
to get the active
ITestData. |
ITestData |
IFtVerificationPointData.getCurrentData(ITestObjectDescriptor target,
IScriptDefinition scriptDef,
ObjectMap objectMap,
TestObject anchor)
Returns the active
ITestData object for
this verification point. |
IFtVerificationPointImage |
IFtVerificationPointImage.getCurrentImage(IScriptDefinition scriptDef,
ObjectMap objectMap,
TestObject anchor)
Makes a copy of the existing verification-point
object information and reaches out to the objects under test
to get the active
ITestData. |
ITestData |
IFtVerificationPointImage.getCurrentImage(ITestObjectDescriptor target,
IScriptDefinition scriptDef,
ObjectMap objectMap,
TestObject anchor)
Returns the active
ITestData object for
this verification point. |