Package | Description |
---|---|
com.itko.lisa.coordinator | |
com.itko.lisa.test |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DataSet> |
Coordinator.getDataSets()
Returns the data sets of the test case.
|
Modifier and Type | Method and Description |
---|---|
com.itko.lisa.coordinator.NodeExecResponse |
SimulatorServer.executeNode(TestCase test,
java.util.Map<java.lang.Object,java.lang.Object> state,
java.lang.String node,
java.util.Map<java.lang.String,DataSet> globals)
Support for remote invocation of a Node in LISA
|
Modifier and Type | Class and Description |
---|---|
class |
DataSetImpl
This is an abstract class that provides most of the context support for
LISA Data Sets.
|
Modifier and Type | Method and Description |
---|---|
static DataSet |
DataSetImpl.dataSetFactory(boolean local,
org.w3c.dom.Element dataset,
java.util.Map<java.lang.String,?> tcProps)
This method constructs an individual data set; locals get made and returned as DataSetImpl objects and
remotes get registered in the middleware layer and you get a DataSetClient instance.
|
DataSet |
TestExec.getLocalDataSet(java.lang.String name) |
static DataSet |
DataSetImpl.makeLocalDataSet(org.w3c.dom.Element dataSetElement,
TestExec ts) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DataSet> |
TestCase.getGlobalDataSets()
The data sets collection is the name is the key and value DataSet object
for each element in the Hashtable
|
static java.util.Map<java.lang.String,DataSet> |
DataSetImpl.loadDataSets(org.w3c.dom.Element testCaseNode,
java.util.Map<java.lang.String,?> tcProps)
This method will construct every remote data set in the test case
|
Modifier and Type | Method and Description |
---|---|
void |
TestCase.addGlobalDataSet(DataSet ds)
Adds a global dataset
|
Copyright © 1998-2014 CA, Inc. All Rights Reserved.