Package | Description |
---|---|
com.itko.lisa.coordinator | |
com.itko.lisa.editor | |
com.itko.lisa.test | |
com.itko.util |
Modifier and Type | Method and Description |
---|---|
ParameterList |
Coordinator.getDefaultReportHistoryParameters()
This coordinator will find if the default report generator is on, and if so,
give you the ParameterList of the params.
|
abstract ParameterList |
ReportGenerator.getParameters()
Method called by interactive test case editors to find out what the parameters
for a given consumer are; Note that you must be able to handle updates to this list
and not return a new copy every time.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ReportGenerator.initialize(ParameterList pl)
This abstract method must be implemented by the subclass to do any
processing of custom Parameters that are defined per this subclass' spec.
|
Modifier and Type | Method and Description |
---|---|
ParameterList |
TestCaseInfo.getAllStateVariables() |
ParameterList |
TestCaseInfo.getConfigurationProperties() |
ParameterList |
TestCaseInfo.getDataSetProperties() |
ParameterList |
TestNodeInfo.getExtraInfo()
This method is used to return any extra information for public consumption from a VSE
for this step.
|
ParameterList |
TestCaseInfo.getHiddenProperties() |
ParameterList |
TestCaseInfo.getInitialState() |
ParameterList |
TestCaseInfo.getRemovedParams() |
ParameterList |
TestCaseInfo.getResultParamTemp() |
ParameterList |
TestCaseInfo.getResultState() |
ParameterList |
TestCaseInfo.getSeleniumProperties() |
ParameterList |
TestCaseInfo.getTestRunProperties() |
ParameterList |
TestCaseInfo.getTestStepProperties() |
static ParameterList |
TestNodeInfo.getTypeToNameMap() |
ParameterList |
TestCaseInfo.setResultState(ParameterList resultState) |
Modifier and Type | Method and Description |
---|---|
void |
TestNodeInfo.getStateParameters(ParameterList state) |
void |
CustomFilterEditor.getStateParameters(ParameterList state)
called to give us a chance to fill the editor prop key list with any props we
define.
|
void |
TestNodeInfo.setExtraInfo(ParameterList extras)
This method is used to set any extra information for public consumption from a VSE for
this step.
|
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 |
TestCaseInfo.setRemovedParams(ParameterList removedParams) |
void |
TestCaseInfo.setResultParamTemp(ParameterList resultParamTemp) |
ParameterList |
TestCaseInfo.setResultState(ParameterList resultState) |
Modifier and Type | Method and Description |
---|---|
ParameterList |
TestNode.getExtraInfo()
This method is used to return any extra information for public consumption from a VSE
for this step.
|
ParameterList |
TestCase.getExtraInfo()
This method is used to return any extra information for public consumption from a VSE.
|
ParameterList |
TestCase.getInitState() |
ParameterList |
FilterInterface.getParameters()
Method called by interactive test case editors to find out what the parameters
for a given filter are
|
ParameterList |
SimpleCompanion.getParameters()
This is the base implementation of getParameters.
|
ParameterList |
CustJavaNodeInterface.getParameters()
This important method defines the parameter set that is needed by your custom compoennt.
|
ParameterList |
DataSet.getParameters()
For any DataSet, this method will return all the attributes of that object
Basically, every non-transient type state value (name, type, atend) and
whatever custom properties there are (like location and delimiter)
|
ParameterList |
DataSetImpl.getParameters() |
ParameterList |
TestCase.getResultState() |
protected ParameterList |
SimpleCompanion.removeDuplicates(ParameterList plist)
A helper method to scrub duplicate Parameter values
|
Modifier and Type | Method and Description |
---|---|
static boolean |
TestCase.fillInitAndResultState(org.w3c.dom.Element docEl,
ParameterList initstate,
ParameterList resultState)
While editing certain properties may be defined as required.
|
static boolean |
TestCase.fillInitAndResultState(org.w3c.dom.Element docEl,
ParameterList initstate,
ParameterList resultState,
java.util.Set<java.lang.String> deletedProps)
While editing certain properties may be defined as required.
|
void |
FilterInterface.gatherFilterStepConnections(java.lang.String stepName,
ParameterList params,
java.util.Collection<com.itko.lisa.test.StepConnection> stepConnections)
If this Filter might attempt to pass execution off to a specific node, return a
Collection of ways that might happen.
|
void |
DataSet.initialize(ParameterList params,
TestExec ts)
This is an alternative to getting one of these made by building a ParameterList instead
of giving us an XML Element.
|
protected ParameterList |
SimpleCompanion.removeDuplicates(ParameterList plist)
A helper method to scrub duplicate Parameter values
|
void |
TestNode.setExtraInfo(ParameterList extras)
This method is used to set any extra information for public consumption from a VSE for
this step.
|
void |
SimpleCompanion.setParameters(ParameterList parameters)
Assigns the
parameters , which may contain custom parameters
and parameters injected by LISA (such as type , which indicates
the classname of the companion). |
void |
TestExec.setStateValues(ParameterList props,
boolean log)
Convenience method to push a bunch of properties into this execution state
|
abstract void |
SimpleCompanion.testEnded(ParameterList params,
TestExec ts)
Called as LISA is ending the test.
|
protected abstract void |
SimpleCompanion.testStarting(ParameterList params,
TestExec ts)
Called when LISA is about to execute the test.
|
static boolean |
TestNode.writeBaseXML(java.io.PrintWriter ps,
java.lang.String name,
java.lang.String log,
java.lang.String type,
int version,
java.lang.String uid,
java.lang.String thinkSpec,
boolean useFilters,
boolean quiet,
java.lang.String nextNode,
java.lang.String docs,
java.lang.String remoteServer,
java.util.List<com.itko.lisa.model.IWriteXML> filters,
java.util.List<java.lang.String> dataSets,
java.util.List<com.itko.lisa.model.IWriteXML> assertList,
ParameterList extras) |
static void |
TestCase.writeInitState(java.io.PrintWriter ps,
boolean subProcess,
ParameterList initstate,
ParameterList resultState) |
static void |
TestCase.writeInitState(java.io.PrintWriter ps,
boolean subProcess,
ParameterList initstate,
ParameterList resultState,
java.util.Set<java.lang.String> deletedProps) |
static void |
SimpleCompanion.writeSubXML(java.io.PrintWriter ps,
ParameterList params) |
Modifier and Type | Method and Description |
---|---|
ParameterList |
ParameterList.buildTempUnmergedList() |
ParameterList |
ParameterList.cloneQuick()
Does a shallow copy of the current object into a new ParameterList object.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterList.addAll(ParameterList newOnes)
Method to bulk-append another list to this one.
|
void |
ParameterList.addAll(ParameterList newOnes,
boolean allowDupes)
Method to bulk-append another list to this one.
|
Copyright © 1998-2014 CA, Inc. All Rights Reserved.