Package | Description |
---|---|
com.itko.lisa.editor |
Modifier and Type | Class and Description |
---|---|
class |
ControllerBase
Base class for all known Controller implementations
|
class |
TestNodeInfo |
Modifier and Type | Field and Description |
---|---|
java.util.Vector<Controller> |
TestCaseInfo.assertions |
java.util.Vector<Controller> |
TestCaseInfo.companions |
java.util.Vector<Controller> |
TestNodeInfo.dataSets |
java.util.Vector<Controller> |
TestCaseInfo.dataSets |
java.util.Vector<Controller> |
TestNodeInfo.filters |
java.util.Vector<Controller> |
TestCaseInfo.filters |
java.util.Vector<Controller> |
TestCaseInfo.randSets |
java.util.Vector<Controller> |
TestNodeInfo.results |
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) |
Controller |
CustomEditor.getController()
Some times we forget and ask you for the controller back
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Controller> |
TestNodeInfo.getAssertions() |
java.util.Vector<Controller> |
TestCaseInfo.getAssertions() |
java.util.Vector<Controller> |
TestNodeInfo.getFilters() |
java.util.Vector<Controller> |
TestCaseInfo.getFilters() |
Modifier and Type | Method and Description |
---|---|
void |
TestNodeInfo.addAssertion(Controller assertionController) |
static void |
ControllerBase.adjustName(Controller controller) |
void |
CustomEditor.setController(Controller ctr)
You are told your controller this way
|
static void |
ControllerBase.setNameType(Controller ctrl) |
Modifier and Type | Method and Description |
---|---|
static void |
ControllerBase.destroy(java.util.List<? extends Controller> list)
This is a helper method for destroying the controlers given in the specified list.
|
Copyright © 1998-2014 CA, Inc. All Rights Reserved.