Package | Description |
---|---|
com.itko.lisa.editor | |
com.itko.lisa.test |
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) |
TestCaseInfo |
TestNodeInfo.getTestCaseInfo() |
abstract TestCaseInfo |
ControllerBase.getTestCaseInfo() |
Modifier and Type | Method and Description |
---|---|
static Controller |
ControllerBase.defaultMakeNewOne(com.itko.lisa.editor.Intersections ints,
java.awt.Component owner,
java.lang.String title,
TestCaseInfo tc,
TestNodeInfo node) |
void |
TestNodeInfo.fillValidationErrors(TestCaseInfo tc,
java.util.Collection errors) |
protected static TestNodeInfo |
TestNodeInfo.makeAbortNode(TestCaseInfo tc) |
protected static TestNodeInfo |
TestNodeInfo.makeErrorNode(TestCaseInfo tc) |
static TestNodeInfo |
TestNodeInfo.makeFinalNode(TestCaseInfo tc) |
static void |
TestNodeInfo.migrate(java.util.Map ns,
TestCaseInfo tc) |
void |
TestNodeInfo.migrate(TestCaseInfo tc,
java.lang.String name) |
void |
TestNodeInfo.migrate(TestNode tn,
TestCaseInfo tc) |
static void |
TestNodeInfo.migrate(java.util.Vector proxyNodes,
TestCaseInfo tc,
java.lang.String appendTo) |
static void |
TestNodeInfo.primeTestCase(TestCaseInfo tc) |
protected abstract void |
CustomCompanionEditor.setCompanionInfo(TestCaseInfo tc,
com.itko.lisa.editor.CompanionController comp)
This method is called on you whenever your Companion sublcass needs to be
set for this object.
|
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 |
NodeUIInterface.setNodeInfo(TestCaseInfo tc,
TestNodeInfo node) |
void |
TestNodeInfo.setTestCaseInfo(TestCaseInfo tc) |
Modifier and Type | Method and Description |
---|---|
TestCaseInfo |
TestExec.getDesignTimeInfo()
Are we at designtime?
|
Copyright © 1998-2014 CA, Inc. All Rights Reserved.