Package | Description |
---|---|
com.itko.lisa.coordinator | |
com.itko.lisa.editor | |
com.itko.lisa.test |
Modifier and Type | Method and Description |
---|---|
protected TestNode |
ReportGenerator.getTestNodeByName(java.lang.String name)
Find a node in the currently running coordinator
|
Modifier and Type | Method and Description |
---|---|
void |
TestNodeInfo.migrate(TestNode tn,
TestCaseInfo tc) |
Modifier and Type | Class and Description |
---|---|
class |
Abend
This class implements the abnormal termination of a test node.
|
class |
NormalEnd
This class implements the normal termination of a test node.
|
Modifier and Type | Method and Description |
---|---|
TestNode |
TestExec.getCurrentNode()
Tells you what Node is executing at any given time.
|
TestNode |
TestExec.TestExecInfo.getCurrentNode() |
TestNode |
TestExec.getLastNode() |
TestNode |
TestCase.getNode(java.lang.String name)
A way to get a TestNode object given its name
|
TestNode |
TestCase.getNodeWithBackwardCompatibleNames(java.lang.String name)
A way to get a TestNode object given its old name
For example some old test cases have assertions which refer to "Fail the test"
but that node name is "fail" now.
|
static TestNode |
TestNode.makeTestNode(java.lang.String name,
java.lang.String type)
Method called during TestCase construction.
|
static TestNode |
TestNode.nodeFactory(TestCase test,
org.w3c.dom.Element node)
Used to construct a specific TestNode object
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,TestNode> |
TestCase.getNodes()
This method will return a Hashtable of the TestNodes in this test case.
|
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
|
Modifier and Type | Method and Description |
---|---|
void |
TestCase.addNode(int index,
TestNode node)
Get list of nodes; the real one you can manipulate
|
boolean |
TestCase.containsNode(TestNode tn) |
void |
TestExec.setCurrentNode(TestNode cNode)
Called by the TestCase class to let the world know what the currently
executing Node is.
|
void |
TestNode.setElseNode(TestNode node) |
Copyright © 1998-2014 CA, Inc. All Rights Reserved.