Package | Description |
---|---|
com.itko.lisa.editor |
Modifier and Type | Method and Description |
---|---|
static TestNodeInfo |
TestNodeInfo.factory(java.lang.Class<?> nodeClass) |
TestNodeInfo |
TestCaseInfo.findAbortNode() |
TestNodeInfo |
TestCaseInfo.findAnErrorNode() |
TestNodeInfo |
TestCaseInfo.findNode(java.lang.String name)
Finds a node by it's name regardless of its case
|
TestNodeInfo |
TestCaseInfo.findNodeByUid(java.lang.String uid)
Finds a node by its uid
|
TestNodeInfo |
TestNodeInfo.getNextNode() |
TestNodeInfo |
TestNodeInfo.getReferrerNode() |
TestNodeInfo |
TestNodeInfo.getTestNode() |
abstract TestNodeInfo |
ControllerBase.getTestNode() |
TestNodeInfo |
Controller.getTestNode()
So that your subclasses and editors know the node you are related to
|
protected static TestNodeInfo |
TestNodeInfo.makeAbortNode(TestCaseInfo tc) |
protected static TestNodeInfo |
TestNodeInfo.makeErrorNode(TestCaseInfo tc) |
static TestNodeInfo |
TestNodeInfo.makeFinalNode(TestCaseInfo tc) |
Modifier and Type | Method and Description |
---|---|
java.util.List<TestNodeInfo> |
TestCaseInfo.getNodes() |
java.util.List<TestNodeInfo> |
TestCaseInfo.getVisibleNodes() |
Modifier and Type | Method and Description |
---|---|
int |
TestCaseInfo.addNode(TestNodeInfo n,
int placement) |
int |
TestCaseInfo.addNode(TestNodeInfo n,
int placement,
boolean addNew) |
static Controller |
ControllerBase.defaultMakeNewOne(com.itko.lisa.editor.Intersections ints,
java.awt.Component owner,
java.lang.String title,
TestCaseInfo tc,
TestNodeInfo node) |
void |
TestCaseInfo.deleteStepInformation(TestNodeInfo tni)
This method is used to delete the specified step from the model.
|
void |
TestCaseInfo.notifyNodeDelete(TestNodeInfo ni) |
void |
TestCaseInfo.removeNode(TestNodeInfo n) |
void |
TestNodeInfo.setEditorTarget(TestCaseInfo tc,
TestNodeInfo ni) |
abstract void |
ControllerBase.setEditorTarget(TestCaseInfo tc,
TestNodeInfo node) |
void |
Controller.setEditorTarget(TestCaseInfo tc,
TestNodeInfo node)
Called on this object by the framework to let you know what test case
you are scoped into and the test node.
|
void |
CustomFilterEditor.setFilterInfo(TestCaseInfo tc,
TestNodeInfo ni,
ParameterList params)
This method is called on you whenever your sublcass needs to be
set for this object.
|
void |
TestNodeInfo.setNextNode(TestNodeInfo nextNode) |
void |
NodeUIInterface.setNodeInfo(TestCaseInfo tc,
TestNodeInfo node) |
void |
TestNodeInfo.setRefererNode(TestNodeInfo refererNode) |
abstract void |
CustomResultEditor.setResultInfo(java.util.List allNodes,
TestNodeInfo ni,
com.itko.lisa.editor.AssertControllerBase ri)
This method is called on you whenever your CheckResult sublcass needs to be
set for this object.
|
Modifier and Type | Method and Description |
---|---|
static void |
TestNodeInfo.resolveReferences(java.util.List<TestNodeInfo> allNodes) |
Copyright © 1998-2014 CA, Inc. All Rights Reserved.