Package | Description |
---|---|
com.itko.lisa.coordinator | |
com.itko.lisa.editor | |
com.itko.lisa.test |
Modifier and Type | Method and Description |
---|---|
TestCase |
TestCoordinator.getTestCase()
Want to see the actual test that's staged by this Coordinator?
|
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
|
static TestCoordinator |
TestRunner.stageTest(Coordinator parent,
RunInfo stage,
java.lang.String testCaseFileName,
TestCase test,
java.lang.String csName)
This method will stage a test with the given parameters onto the network and
return the Coordinator that can be used to start, query, and stop the test.
|
static TestCoordinator |
TestRunner.stageTest(RunInfo stage,
java.lang.String testFileName,
TestCase test,
java.lang.String csName)
This method will stage a test with the given parameters onto the network and
return the Coordinator that can be used to start, query, and stop the test.
|
Modifier and Type | Method and Description |
---|---|
static TestCase |
TestCaseInfo.createTestCase(java.io.InputStream is,
java.lang.String pathToDoc,
com.itko.lisa.editor.TestCaseTypeData tctData)
Designed to be use as a two step creation process.
|
TestCase |
TestCaseInfo.makeTestCase(java.lang.String xml) |
Modifier and Type | Method and Description |
---|---|
static TestCaseInfo |
TestCaseInfo.createTestCaseInfo(TestCase tc)
Designed to be used as a two step creation process.
|
static TestCaseInfo |
TestCaseInfo.createTestCaseInfoReadOnlyDatasets(TestCase tc) |
void |
TestCaseInfo.initFromTestCase(TestCase tc) |
void |
TestCaseInfo.loadFromTestCase(TestCase testCase)
This method may be used to load this test case information object from the given test
case.
|
Modifier and Type | Field and Description |
---|---|
protected TestCase |
TestNode.test |
Modifier and Type | Method and Description |
---|---|
TestCase |
TestNode.getTest() |
TestCase |
TestExec.getTestCase()
Hands back a reference to the TestCase
|
TestCase |
TestExec.TestExecInfo.getTestCase() |
static TestCase |
TestCase.loadTestCase(com.itko.lisa.test.TestCaseDocument testCaseDoc,
java.lang.String configSpec)
Class method to load a Test Case object
|
static TestCase |
TestCase.loadTestCase(com.itko.lisa.test.TestCaseDocument testCaseDoc,
java.lang.String configSpec,
java.util.Map<java.lang.String,java.lang.Object> additionalConfigState) |
static TestCase |
TestCase.loadTestCase(com.itko.lisa.test.TestCaseDocument testCaseDoc,
java.lang.String configSpec,
java.util.Map<java.lang.String,java.lang.Object> additionalConfigState,
com.itko.lisa.editor.TestCaseTypeData.Type tcType) |
static TestCase |
TestCase.loadTestCase(com.itko.lisa.test.TestCaseDocument testCaseDoc,
java.lang.String configSpec,
com.itko.lisa.editor.TestCaseTypeData.Type tcType)
Class method to load a Test Case object
|
Modifier and Type | Method and Description |
---|---|
abstract void |
TestNode.initialize(TestCase test,
org.w3c.dom.Element e)
This method is called during the construction of a TestNode.
|
void |
NormalEnd.initialize(TestCase test,
org.w3c.dom.Element node) |
void |
CustJavaNodeInterface.initialize(TestCase test,
org.w3c.dom.Element node)
This method is called during TestCase construction, only once for each CustJavaNode
that is executed.
|
void |
Abend.initialize(TestCase test,
org.w3c.dom.Element e) |
static java.util.List<TestNode> |
TestNode.loadNodes(org.w3c.dom.Element testCaseNode,
TestCase test)
Called during TestCase object initialization to load all nodes in the
XML test case document into a Hashtable
|
static TestNode |
TestNode.nodeFactory(TestCase test,
org.w3c.dom.Element node)
Used to construct a specific TestNode object
|
void |
TestNode.prepare(TestCase test)
This method gives the test node the ability to do one-time initialization of
its logic just before the TestExec(s) are created and the testing commences.
|
void |
TestNode.setTest(TestCase test) |
void |
TestExec.setTestCase(TestCase test)
Allows us to set the test case for this execution.
|
Constructor and Description |
---|
TestExec(TestCase test,
java.lang.String run,
com.itko.lisa.simulator.Simulator sim,
int instance,
int robot)
Constructor for a TestExec, it's live once you are done here.
|
TestExec(TestCase test,
java.lang.String run,
com.itko.lisa.simulator.Simulator sim,
int instance,
int robot,
java.lang.String stagingId,
java.lang.String suiteRunId,
java.lang.String suiteDocId)
Constructor for a TestExec, it's live once you are done here.
|
Copyright © 1998-2014 CA, Inc. All Rights Reserved.