- EJBIntegrator - Class in com.itko.lisaint.ejb
-
The EJBIntegrator is a subclass of the JavaIntegrator.
- EJBIntegrator() - Constructor for class com.itko.lisaint.ejb.EJBIntegrator
-
- elseNode - Variable in class com.itko.lisa.test.TestNode
-
- EMAIL_ADDR_KEY - Static variable in class com.itko.lisa.coordinator.ReportGenerator
-
- EMAIL_ADDR_KEY - Static variable in class com.itko.lisa.perfmgr.AlertEmail
-
- EMAIL_BODY_KEY - Static variable in class com.itko.lisa.coordinator.ReportGenerator
-
- EMAIL_BODY_MIME_KEY - Static variable in class com.itko.lisa.coordinator.ReportGenerator
-
- EMAIL_HOST_KEY - Static variable in class com.itko.lisa.coordinator.ReportGenerator
-
- EMAIL_HOSTS_KEY - Static variable in class com.itko.lisa.perfmgr.AlertEmail
-
- EMAIL_PORT_KEY - Static variable in class com.itko.lisa.perfmgr.AlertEmail
-
- EMAIL_SUBJECT_KEY - Static variable in class com.itko.lisa.coordinator.ReportGenerator
-
- enableServerFeatures() - Static method in class com.itko.lisa.test.Environment
-
Deprecated.
- use FeatureMatrix.canBeAServer()
- ENC_SUFFIX - Static variable in class com.itko.lisa.test.TestExec
-
- ENC_SUFFIX - Static variable in class com.itko.util.Parameter
-
- ENC_VALUE_TAG - Static variable in class com.itko.util.Parameter
-
- encodeParamsToUnicode() - Method in class com.itko.util.ParameterList
-
- encodeString(String) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
-
Will encode a String for storage in XML/HTML type fields.
- encodeString(String, boolean) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
-
This method encodes a String for storage in XML/HXML type fields.
- encodeString(String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
clean a string, converting entities and characters which might
reasonably trip up an XML parser or XSL processor.
- END_NODE - Static variable in class com.itko.lisa.test.TestCase
-
- END_NODE_LABEL - Static variable in class com.itko.lisa.test.TestCase
-
- endTest(boolean) - Method in interface com.itko.lisa.coordinator.Coordinator
-
This method will stop execution of the test.
- endTest() - Method in class com.itko.lisa.test.TestExec
-
This will set up the state of this test case to end the test.
- endTest(boolean) - Method in class com.itko.lisa.testing.StagedSuite
-
How the LISA execution framework ends the suite execution.
- endTest(String) - Method in class com.itko.lisaint.TransInfo
-
The server component calls this method to notify Lisa to end this test execution.
- EntityListener - Class in com.itko.lisaint.javaee
-
- EntityListener() - Constructor for class com.itko.lisaint.javaee.EntityListener
-
- Environment - Class in com.itko.lisa.test
-
This class performs all the basic initialization that's needed to get LISA
running.
- Environment(String) - Constructor for class com.itko.lisa.test.Environment
-
Constructs this Environment object, causes the initializations to occur
- Environment(String, boolean) - Constructor for class com.itko.lisa.test.Environment
-
Constructs this Environment object, causes the initializations to occur
- Environment(String, int) - Constructor for class com.itko.lisa.test.Environment
-
Constructs this Environment object, causes the initializations to occur
- Environment(String, int, boolean) - Constructor for class com.itko.lisa.test.Environment
-
- Environment(String, int, boolean, boolean) - Constructor for class com.itko.lisa.test.Environment
-
Constructs this Environment object, causes the initializations to occur
- equals(Object) - Method in class com.itko.lisa.perfmgr.ReportKey
-
- equals(Object) - Method in class com.itko.lisa.stats.TestRunInfo
-
- equals(Object) - Method in class com.itko.lisa.testing.SuiteInfo
-
Determines equality based on the ID of the suite.
- equals(Object) - Method in class com.itko.lisaint.UniqueSql
-
- equals(Object) - Method in class com.itko.util.Parameter
-
Does a comparison of the given Object.
- equals(Object) - Method in class com.itko.util.ParameterList
-
- EVAL_LIC_KEY - Static variable in class com.itko.lisa.test.Environment
-
- EVENT_ABEND - Static variable in class com.itko.lisa.test.TestEvent
-
This Event ID indicates that this test execution failed.
- EVENT_ABORT - Static variable in class com.itko.lisa.test.TestEvent
-
This event ends a test in a "cannot finish" state.
- EVENT_AGGREGATE_ENDED - Static variable in class com.itko.lisa.test.TestEvent
-
- EVENT_AGGREGATE_START - Static variable in class com.itko.lisa.test.TestEvent
-
- EVENT_ASSERT - Static variable in class com.itko.lisa.test.TestEvent
-
- EVENT_ASSERT_EVALUATED - Static variable in class com.itko.lisa.test.TestEvent
-
Every non-embedded assert will emit either this event if it did not fire, or the EVENT_ASSERT
if it did fire.
- EVENT_BANDWIDTH - Static variable in class com.itko.lisa.test.TestEvent
-
This event will approximate how much data was sent and received from the
system under test for a given node's execution.
- EVENT_CALL - Static variable in class com.itko.lisa.test.TestEvent
-
When a call (in Object exec) is made this is the string rep of the call
- EVENT_CALLRESULT - Static variable in class com.itko.lisa.test.TestEvent
-
Any call (in Object exec) will report it's result as this (in XML)
- EVENT_CHECKRESULT - Static variable in class com.itko.lisa.test.TestEvent
-
This event is fired when a Result node has been asserted.
- EVENT_COMPANION_EXECUTED - Static variable in class com.itko.lisa.test.TestEvent
-
Companions/Hook emit an event that makes it clear when it get executed, which could be before or/and after the test case execution
- EVENT_CONFIGURED_FOR_LOAD_TEST - Static variable in class com.itko.lisa.test.TestEvent
-
If the coordinator decides this is a load test it may optionally reconfigure the system for load testing.
- EVENT_COORDSERVERCREATED - Static variable in class com.itko.lisa.test.TestEvent
-
The CoordinatorServer was created, short desc is the name
- EVENT_CYCLE_HISTORY - Static variable in class com.itko.lisa.test.TestEvent
-
Every model that runs will generate one of these.
- EVENT_DATA_SET_READ - Static variable in class com.itko.lisa.test.TestEvent
-
Data sets emit an event that makes it clear what values are about to be used
- EVENT_ERROR - Static variable in class com.itko.lisa.test.TestEvent
-
This event occurs when the Node believes that an error has ocurred not as a
result of a test case error but b/c of an error in the system under test.
- EVENT_EXECTIME - Static variable in class com.itko.lisa.test.TestEvent
-
This Event ID records the amount of time a transaction took to execute against
the system under test.
- EVENT_FILTER_EXECUTED - Static variable in class com.itko.lisa.test.TestEvent
-
Filters emit an event that makes it clear when it get executed, which could be before (pre) or/and after (post) the node execution
- EVENT_FILTER_SETS_TAG - Static variable in class com.itko.lisa.coordinator.RunInfo
-
- EVENT_FILTER_TAG - Static variable in class com.itko.lisa.coordinator.RunInfo
-
- EVENT_HTTP_PERFSTATS - Static variable in class com.itko.lisa.test.TestEvent
-
This is emmitted for every HTTP transaction LISA executes so we can capture the perf stats
- EVENT_INIT - Static variable in class com.itko.lisa.test.TestEvent
-
This Event ID indicates that the test has been initialized (loaded)
- EVENT_INSTANCEEND - Static variable in class com.itko.lisa.test.TestEvent
-
Sent when a Simulator instance has finished
- EVENT_INSTANCESTART - Static variable in class com.itko.lisa.test.TestEvent
-
Sent when a Simulator creates an instance
- EVENT_INTEGRATION - Static variable in class com.itko.lisa.test.TestEvent
-
Test-enabled applications raise this event on the application side.
- EVENT_LOGMSG - Static variable in class com.itko.lisa.test.TestEvent
-
This Event ID records basic logging data that LISA considers valuable
to record, but can be turned off to minimize overhead.
- EVENT_METRIC_START - Static variable in class com.itko.lisa.test.TestEvent
-
Metrics that are collected generate real-time events of their values
Short is the staging unique we are collecting for.
- EVENT_METRIC_VALUE - Static variable in class com.itko.lisa.test.TestEvent
-
Metrics that are collected generate real-time events of their values
Short is the staging unique we are collecting for.
- EVENT_METRICALERT - Static variable in class com.itko.lisa.test.TestEvent
-
When a metric goes over/below its alert threshold, we fire this event
The short info is the metric and long is the message that you need to hear
- EVENT_NEWCOORDINATOR - Static variable in class com.itko.lisa.test.TestEvent
-
Creating a new Coordinator named in the short desc
- EVENT_NODE_HISTORY - Static variable in class com.itko.lisa.test.TestEvent
-
Every node has a history event that fires of type com.itko.lisa.test.NodeExecHistory
in it's long info.
- EVENT_NODE_TARGET - Static variable in class com.itko.lisa.test.TestEvent
-
Every step has a target, like the URL for a web request or the JNDI name of an EJB
- EVENT_NODEEXEC - Static variable in class com.itko.lisa.test.TestEvent
-
This Event ID indicates that we are about to execute the node referened in
the short description field of this event.
- EVENT_NODEFAILED - Static variable in class com.itko.lisa.test.TestEvent
-
Deprecated.
use EVENT_ERROR instead
- EVENT_NODEMSG - Static variable in class com.itko.lisa.test.TestEvent
-
This Event ID records basic logging data that LISA considers valuable
to record, but can be turned off to minimize overhead.
- EVENT_NODERESPONSE - Static variable in class com.itko.lisa.test.TestEvent
-
This Event ID indicates that we have completed a transaction against the
system under test.
- EVENT_NORMALEND - Static variable in class com.itko.lisa.test.TestEvent
-
This Event ID indicates that this test execution completed in a successful state.
- EVENT_PROFILE - Static variable in class com.itko.lisa.test.TestEvent
-
A profiling event measures the wall clock time, thread CPU time and heap delta for internal LISA operations.
- EVENT_REMOVECOORDINATOR - Static variable in class com.itko.lisa.test.TestEvent
-
Coordinator named in the short desc has been removed
- EVENT_REMOVECOORDSERVER - Static variable in class com.itko.lisa.test.TestEvent
-
The CoordinatorServer named in the short desc is ended
- EVENT_REQUEST - Static variable in class com.itko.lisa.test.TestEvent
-
Nodes report the request(s) that they make on the system under test
- EVENT_REQUEST_BANDWIDTH - Static variable in class com.itko.lisa.test.TestEvent
-
If the node is quiet then we do NOT publish this event.
- EVENT_RESPONSE_BANDWIDTH - Static variable in class com.itko.lisa.test.TestEvent
-
If the node is quiet then we do NOT publish this event.
- EVENT_SCREEN_CAPTURE - Static variable in class com.itko.lisa.test.TestEvent
-
When a test of a suite aborts
- EVENT_SERVICE_RESET - Static variable in class com.itko.lisa.test.TestEvent
-
Deprecated.
- EVENT_SERVICE_STOP - Static variable in class com.itko.lisa.test.TestEvent
-
Deprecated.
- EVENT_SETPROP - Static variable in class com.itko.lisa.test.TestEvent
-
LISA will send this event whenever a test execution sets a property.
- EVENT_SIMENDED - Static variable in class com.itko.lisa.test.TestEvent
-
Sent when a Simulator has ended
- EVENT_SIMSTARTED - Static variable in class com.itko.lisa.test.TestEvent
-
Sent when a Simulator has started
- EVENT_START - Static variable in class com.itko.lisa.test.TestEvent
-
This Event ID indicates that this test instance & cycle have just started.
- EVENT_STOPTESTSIGNAL - Static variable in class com.itko.lisa.test.TestEvent
-
Last Event ID sent to the event listeners that indicates that the instances
have been told to stop testing.
- EVENT_SUBPROCESS - Static variable in class com.itko.lisa.test.TestEvent
-
A subprocess (subtest) was started
- EVENT_SUBPROCESS_ENDED - Static variable in class com.itko.lisa.test.TestEvent
-
A subprocess has finished executing.
- EVENT_SUITE_FINISHED - Static variable in class com.itko.lisa.test.TestEvent
-
When the test suite is finished you'll get this
- EVENT_SUITE_HISTORY - Static variable in class com.itko.lisa.test.TestEvent
-
Every suite that runs will generate one of these.
- EVENT_SUITE_SETUPTEARDOWN - Static variable in class com.itko.lisa.test.TestEvent
-
When a test suite's setup or teardown test is executed successfully
The short info is the suite and the long is the test case name (not file!)
- EVENT_SUITE_SKIPPED - Static variable in class com.itko.lisa.test.TestEvent
-
When the test suite is finished you'll get this
- EVENT_SUITE_STARTING - Static variable in class com.itko.lisa.test.TestEvent
-
When a suite of tests is starting
- EVENT_SUITE_TESTABORTED - Static variable in class com.itko.lisa.test.TestEvent
-
When a test of a suite aborts
- EVENT_SUITE_TESTABORTED_AND_COMPLETE - Static variable in class com.itko.lisa.test.TestEvent
-
When a test of a suite has been aborted, then value will be committed to DB
- EVENT_SUITE_TESTFAILED - Static variable in class com.itko.lisa.test.TestEvent
-
When a test of a suite fails then the message will be the error message
- EVENT_SUITE_TESTFAILED_AND_COMPLETE - Static variable in class com.itko.lisa.test.TestEvent
-
When a test of a suite fails, then value will be committed to DB
- EVENT_SUITE_TESTPASSED - Static variable in class com.itko.lisa.test.TestEvent
-
When a test of a suite has passed, the long info is the test that did pass
- EVENT_SUITE_TESTPASSED_AND_COMPLETE - Static variable in class com.itko.lisa.test.TestEvent
-
When a test of a suite has passed, then value will be committed to DB
- EVENT_SUITE_TESTSTAGED - Static variable in class com.itko.lisa.test.TestEvent
-
When a test has been staged and is about to run, the long info is the name of that test
- EVENT_SUITE_TESTSTAGED_AND_COMPLETE - Static variable in class com.itko.lisa.test.TestEvent
-
When a test of a suite is staged, then value will be committed to DB
- EVENT_TAG - Static variable in class com.itko.lisa.test.TestEvent
-
- EVENT_TEST_NOT_ACTIVE - Static variable in class com.itko.lisa.test.TestEvent
-
This is emmitted when a test is marked inactive in a suite.
- EVENT_TEST_NOT_ACTIVE_AND_COMPLETE - Static variable in class com.itko.lisa.test.TestEvent
-
When a test of a suite is not active, then value will be committed to DB
- EVENT_TESTDEFERROR - Static variable in class com.itko.lisa.test.TestEvent
-
This Event ID indicates that a test case error was discovered during
the execution of a test.
- EVENT_TESTENDED - Static variable in class com.itko.lisa.test.TestEvent
-
Sent when the Coordinator stops the test
- EVENT_TESTRUNERROR - Static variable in class com.itko.lisa.test.TestEvent
-
Used whenever we get some kind of quite abnormal LISA type of error (not
a test run thing).
- EVENT_TESTSTARTED - Static variable in class com.itko.lisa.test.TestEvent
-
Sent when the Coordinator starts the test
- EVENT_TRANSACTION - Static variable in class com.itko.lisa.test.TestEvent
-
- EVENT_TRANSFAILED - Static variable in class com.itko.lisa.test.TestEvent
-
Deprecated.
use EVENT_ERROR instead
- EVENT_VIRTUAL_SERVICE_START - Static variable in class com.itko.lisa.test.TestEvent
-
Deprecated.
- EVENT_VIRTUAL_SERVICE_STOP - Static variable in class com.itko.lisa.test.TestEvent
-
Deprecated.
- EVENT_VS_ENV_SHUTDOWN - Static variable in class com.itko.lisa.test.TestEvent
-
Deprecated.
- EVENT_VS_TRANSACTION_FINISHED - Static variable in class com.itko.lisa.test.TestEvent
-
A virtual service finished processing a transaction request (notes when the transaction
counters are bumped).
- EVENT_VSE_LOG - Static variable in class com.itko.lisa.test.TestEvent
-
VSE internal logging
- EVENT_VSE_NO_TRANS_MATCH - Static variable in class com.itko.lisa.test.TestEvent
-
A virtual service did NOT match a transaction request to at least one recorded response
- EVENT_VSE_SERVER_RESET - Static variable in class com.itko.lisa.test.TestEvent
-
A service reset request was made of a server.
- EVENT_VSE_SERVER_SHUTDOWN - Static variable in class com.itko.lisa.test.TestEvent
-
A virtual service environment was asked to shut down.
- EVENT_VSE_SERVER_STOP - Static variable in class com.itko.lisa.test.TestEvent
-
A service stop request was made of a server.
- EVENT_VSE_SERVICE_START - Static variable in class com.itko.lisa.test.TestEvent
-
A virtual service was started.
- EVENT_VSE_SERVICE_STOP - Static variable in class com.itko.lisa.test.TestEvent
-
A virtual service was stopped.
- EVENT_VSE_TRANS_MATCH - Static variable in class com.itko.lisa.test.TestEvent
-
A virtual service matched a transaction request to at least one recorded response
- EVENT_WARNING - Static variable in class com.itko.lisa.test.TestEvent
-
A warning was emmitted, like a filter that took the default value b/c it couldn't find the current value
- eventFields - Static variable in class com.itko.lisa.test.TestEvent
-
The following statics help you figure out how to render events
- eventFilterSet - Static variable in class com.itko.lisa.test.TestEvent
-
Here's a set of filters that can be used to select the right level
of event detail.
- eventFilterSetNames - Static variable in class com.itko.lisa.test.TestEvent
-
To aid in naming the different event filter levels, here's a set of human
names for them.
- eventNames - Static variable in class com.itko.lisa.test.TestEvent
-
There are the human names for the event ids for convenient logging
Another use of these names is that each can be defined in the current
test execution state (basically, it is the key of a property), and a
boolean associated with it that answers the question "Do you want this
event ignored?"
- eventNamesNonNls - Static variable in class com.itko.lisa.test.TestEvent
-
- EVENTSREPORT_KEY - Static variable in class com.itko.lisa.perfmgr.ReportKey
-
- everythingFilter() - Static method in class com.itko.lisa.test.TestEvent
-
Everything is filtered, nothing gets through.
- evMgr - Variable in class com.itko.lisa.editor.TestNodeInfo
-
- Example - Class in com.itko.lisaint.servlet
-
This servlet is intended to provide an unrealistic but useful example of how
to leverage the power of the Lisa Integrator in your servlet applications.
- Example() - Constructor for class com.itko.lisaint.servlet.Example
-
- ExceptionInfo - Class in com.itko.lisaint
-
This class is a wrapper for Exceptions that are reported by the system under test
You will not generally need to access this class directly.
- ExceptionInfo() - Constructor for class com.itko.lisaint.ExceptionInfo
-
- ExceptionInfo(Throwable) - Constructor for class com.itko.lisaint.ExceptionInfo
-
Constructor used by reporting objects.
- exceptionToString(String, String, String, Throwable) - Static method in exception com.itko.lisa.test.LisaException
-
This is a utility method that will create the boxed-border style strings that
are used by TestRunException and TestDefException.
- exceptionToString(String, String, String, Throwable, boolean) - Static method in exception com.itko.lisa.test.LisaException
-
This is a utility method that will create the boxed-border style strings that
are used by TestRunException and TestDefException.
- exececuteExpression(String) - Method in class com.itko.lisa.test.TestExec
-
Deprecated.
- exececuteScript(String) - Method in class com.itko.lisa.test.TestExec
-
Deprecated.
- execSuite(String, boolean) - Static method in class com.itko.lisa.coordinator.TestRunner
-
Provides a single-method interface into execution of a test suite.
- execSuite(String, String, boolean) - Static method in class com.itko.lisa.coordinator.TestRunner
-
Provides a single-method interface into execution of a test suite.
- execute(TestExec) - Method in class com.itko.lisa.test.Abend
-
- execute(TestExec) - Method in class com.itko.lisa.test.NormalEnd
-
- execute(TestExec, String) - Method in class com.itko.lisa.test.TestCase
-
This method, again only needed if you are not going to call executeTest(),
will execute the next TestNode in the test, then return.
- execute(TestExec) - Method in class com.itko.lisa.test.TestNode
-
This is the method called by TestNode when all pre-processing related
to node execution is complete and LISA is prepared for the custom
node logic to be performed.
- execute() - Method in class com.itko.lisa.testing.RegressionRunner
-
Run the initialized test.
- executeExpression(String) - Method in class com.itko.lisa.test.TestExec
-
- executeNextNode(TestExec) - Method in class com.itko.lisa.test.TestCase
-
- executeNode(TestCase, Map<Object, Object>, String, Map<String, DataSet>) - Method in interface com.itko.lisa.coordinator.SimulatorServer
-
Support for remote invocation of a Node in LISA
- executeNode(TestExec) - Method in class com.itko.lisa.test.TestNode
-
public void executeNode( TestExec ts )
Method that is called internally by LISA to execute a node.
- executeNodeLogic(TestExec, Map) - Method in interface com.itko.lisa.test.CustJavaNodeInterface
-
This is the biggy.
- executeScript(String) - Method in class com.itko.lisa.test.TestExec
-
- executeTest(TestExec) - Method in class com.itko.lisa.test.TestCase
-
This is the typical way you run a test.
- executeTestRunnerPlugin(String, String[]) - Static method in class com.itko.lisa.coordinator.TestRunner
-
- executeTestRunnerPlugin(TestRunnerConfiguration, String[]) - Static method in class com.itko.lisa.coordinator.TestRunner
-
- exit(TestRunner.ExecutionMode, int, String) - Static method in class com.itko.lisa.coordinator.TestRunner
-
- EXIT_STATUS_BADCRED - Static variable in class com.itko.lisa.test.Environment
-
Exit constant: bad security credentials
- EXIT_STATUS_BADPARAM - Static variable in class com.itko.lisa.test.Environment
-
Exit constant: Bad parameter error
- EXIT_STATUS_LICBAD - Static variable in class com.itko.lisa.test.Environment
-
Exit constant: bad license or attempt to dupe
- EXIT_STATUS_NAMEBINDFAILED - Static variable in class com.itko.lisa.test.Environment
-
Exit constant: Name binding failed
- EXIT_STATUS_NOPERM - Static variable in class com.itko.lisa.test.Environment
-
Exit constant: Security error, permission denied
- EXIT_STATUS_OK - Static variable in class com.itko.lisa.test.Environment
-
Exit constant: OK
- expandLab(String, String, int, int, int, Lab, String) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Takes an existing test lab and expands it's load generating capacity
- exportAssets() - Method in interface com.itko.lisa.editor.Controller
-
- exportAssets() - Method in class com.itko.lisa.editor.ControllerBase
-
- exportAssets() - Method in class com.itko.lisa.editor.CustomEditor
-
- exportAssets(AssetContext, TestExec) - Method in class com.itko.lisa.test.TestNode
-
- exportTransactions(List<String>, OutputStream) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
This method creates a zip file (written to the outputStream) containing the exported
transactions specified by the parents in the roots list.
- EXTRAS_TAG - Static variable in class com.itko.lisa.test.TestNode
-
- gatherFilterStepConnections(String, ParameterList, Collection<StepConnection>) - Method in interface com.itko.lisa.test.FilterInterface
-
If this Filter might attempt to pass execution off to a specific node, return a
Collection of ways that might happen.
- gatherOtherConnections(Collection<StepConnection>) - Method in class com.itko.lisa.editor.TestNodeInfo
-
This method should be overridden by subclasses to provide any step connections beyond
the standard "next" step connection.
- gatherStepConnections(Collection<StepConnection>) - Method in interface com.itko.lisa.editor.Controller
-
This method is used for gathering information used in graphing and realizing who's
talking to whom.
- gatherStepConnections(Collection<StepConnection>) - Method in class com.itko.lisa.editor.ControllerBase
-
This method is used for gathering information used in graphing and realizing who's
talking to whom.
- gatherStepConnections(Collection<StepConnection>) - Method in class com.itko.lisa.editor.TestNodeInfo
-
This method is used for gathering information used in graphing and realizing who's
talking to whom.
- gc() - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
-
Calls System.gc()
in the service JVM.
- generateConfiguration(String[]) - Static method in class com.itko.lisa.coordinator.TestRunner
-
- generateDeterministicURL(AssetContext, Asset) - Method in class com.itko.lisa.test.TestNode
-
- generateName() - Method in class com.itko.lisa.editor.ControllerBase
-
Get an default name for the element.
- generateName() - Method in class com.itko.lisa.editor.TestNodeInfo
-
Get an default name for the element.
- generateName() - Method in class com.itko.lisa.test.DataSetImpl
-
This is the default implementation of generating a name for step from step elements.
- generateName() - Method in class com.itko.lisa.test.TestNode
-
This is the default implementation of generating a name for step from step elements.
- get(String) - Method in class com.itko.util.ParameterList
-
- get(int) - Method in class com.itko.util.ParameterList
-
- getAbortedTests() - Method in class com.itko.lisa.testing.StagedSuite
-
This is a list of RegressionRunner objects that aborted.
- getActiveTests() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getActualTestTime() - Method in interface com.itko.lisa.coordinator.Coordinator
-
Once the test has ended, this method will tell you how long the Coordinator
ran the test.
- getAgentId() - Method in class com.itko.lisaint.LisaCollector
-
- getAgentName() - Method in class com.itko.lisaint.LisaCollector
-
- getAgentNameMap() - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
Creates a map of agentId to name
- getAgents() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Will return a clone of the list of all Agents initializing or running.
- getAlertEmail() - Method in class com.itko.lisa.stats.MetricCollector
-
Tells us if there's an alert attached to the Collector or null if there isn't one
- getAllChildResponses() - Method in class com.itko.lisaint.CompInfo
-
This method is used to build a flat list of responses from all the decendents of this
component info object.
- getAllKeyValuePairs() - Method in class com.itko.util.ParameterList
-
- getAllMetrics() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Gets the Registry metric data.
- getAllMetrics(int) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
- getAllObservedAgents(Date, Date) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
Returns a list of agents (name -- not id) that were seen during the given time frame.
- getAllObservedClassNames(Date, Date, String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
- getAllObservedOperations(Date, Date, String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
- getAllObservedServiceIPs(Date, Date) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
- getAllObservedStartingIps(Date, Date) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
- getAllObservedTicketReporters() - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
Retrieves a list of anyone that has submitted a ticket.
- getAllSerializableState() - Method in class com.itko.lisa.test.TestExec
-
- getAllSerializableState(boolean) - Method in class com.itko.lisa.test.TestExec
-
- getAllState() - Method in class com.itko.lisa.test.TestExec
-
Used to give you the entire set of state as a clone of our internal
state Hashtable.
- getAllStateVariables() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getAllStepConnections() - Method in class com.itko.lisa.editor.TestCaseInfo
-
This method is used to gather all the step connections in this model.
- getAllTests() - Method in interface com.itko.lisa.coordinator.Coordinator
-
Get a list of all testcases that can possibly run.
- getAllTests() - Method in class com.itko.lisa.testing.StagedSuite
-
This will give you a List object containing RegressionRunner objects for all the tests that should run, or
have run, or are running.
- getAppDataDir() - Static method in class com.itko.lisa.test.Environment
-
Where will we store semi permanent LISA data (cvsDeploy, vseDeploy, reporting db, etc)
Used to be LISA_HOME but that doesn't make sense on windows, especially if we are
installed in "Program Files".
- getAppId() - Static method in class com.itko.lisa.test.Environment
-
What application is running?
- getAppName() - Static method in class com.itko.lisa.test.Environment
-
If an application name has been set, this will let you know
- getAppName() - Method in class com.itko.lisa.testing.StageRegressionRun
-
Some methods we override from LisaGuiPanel...
- getAssertions() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getAssertions() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getAssertions() - Method in class com.itko.lisa.test.TestCase
-
Returns the collection of global assertions.
- getAssertions() - Method in class com.itko.lisa.test.TestNode
-
Assertion objects are stored with each TestNode in a List.
- getAssertionsAsList() - Method in class com.itko.lisa.test.TestCase
-
Similar to getAssertions but returns an unmodifiable copy of the getAssertions() vector in a typesafe
and unsynchronized List.
- getAssociatedObject(Object) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getAssociatedResources() - Method in class com.itko.lisa.test.TestCase
-
- getAssociatedResourcesOfType(String) - Method in class com.itko.lisa.test.TestCase
-
- getAtend() - Method in interface com.itko.lisa.test.DataSet
-
The AtEnd is the node that should be executed when their are no more rows
in the result set of this data set.
- getAtend() - Method in class com.itko.lisa.test.DataSetImpl
-
- getAttachedMobileDevices() - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
-
- getAttachedMobileDevices() - Method in interface com.itko.lisa.coordinator.SimulatorServer
-
- getAttribute(String) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getAttribute(String) - Method in class com.itko.lisaint.Integrator
-
- getAttributeOrChildText(Element, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
For legacy support, some docs may have an attribute name=value and newer ones have value
in them.
- getAttributeOrChildText(SOAPElement, String) - Method in class com.itko.lisaint.wshandler.JaxRpcHandler
-
The WLS RpcHandler overrides this method to avoid a stupido IncompataibleClassChangeException
- getAttributeOrChildText(SOAPElement, String) - Method in class com.itko.lisaint.wshandler.Wls81JaxRpcHandler
-
- getAuthenticationConfigProperties() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
- getAuthenticationModuleClassName() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
- getAuthenticationModuleURLs() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
- getAuthorizations(String, String, boolean, String...) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
This method will return the User
object for the username.
- getAutoGenParameters() - Method in class com.itko.lisa.coordinator.ReportGenerator
-
- getAvailableCapacity() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
-
We use the stats of the process running to determine how many more coordinators can be
created before exhausting the system's resources.
- getAvailableCapacity() - Method in interface com.itko.lisa.coordinator.SimulatorServer
-
Simulators have a declared capacity when you start them, and the have a default
if you don't.
- getAvailableResourceGroups() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Gets all resource groups
- getAvailableResources(ModelArchive, Project, IResource.ResourceTypes) - Static method in class com.itko.lisa.coordinator.TestRunner
-
This method is used to get a list of resources available to the current user (when ACL is enabled) or defined through the RESOURCE_GROUP property
in the active project configuration.
- getAverageExecMillis() - Method in class com.itko.lisaint.UniqueSql
-
- getAvgTime() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getAvgTime() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
-
- getBanner() - Method in interface com.itko.lisa.coordinator.AboutInfoMBean
-
- getBaseCalculatedNameFromUniqueName(String) - Static method in class com.itko.lisa.editor.ControllerBase
-
- getBasePath() - Method in class com.itko.lisa.testing.SuiteInfo
-
- getBatchCount() - Method in class com.itko.lisaint.UniqueSql
-
- getBool(String, boolean) - Static method in class com.itko.lisaint.Integrator
-
This is a utility method used for parsing a string into a boolean value
- getBooleanAttribute(Element, String, boolean) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
This method is a handy way to evaluate the value of an attribute as a
boolean value.
- getBooleanAttribute(SOAPElement, String, boolean) - Method in class com.itko.lisaint.wshandler.JaxRpcHandler
-
The WLS RpcHandler overrides this method to avoid a stupido IncompataibleClassChangeException
- getBooleanAttribute(SOAPElement, String, boolean) - Method in class com.itko.lisaint.wshandler.Wls81JaxRpcHandler
-
- getBrand() - Static method in class com.itko.lisa.test.Environment
-
Will read and return the brand string.
- getBrokerPort() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
- getBuildNumber() - Static method in class com.itko.lisa.test.Environment
-
- getBuildStatus() - Method in class com.itko.lisaint.LisaCollector
-
Returns the build status for this component.
- getBuildStatusMsg() - Method in class com.itko.lisaint.LisaCollector
-
Returns the build status message
- getBuildText() - Static method in class com.itko.lisa.test.Environment
-
- getBuildTime() - Method in class com.itko.lisaint.LisaCollector
-
Returns the component execution time in milliseconds.
- getBuiltInPatterns() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Gets the patterns that we support, perhaps with localised names
- getCaught() - Method in exception com.itko.lisa.test.LisaException
-
- getCheckResults() - Method in class com.itko.lisa.test.TestNode
-
Deprecated.
use getAssertions instead
- getChildFirstCDATAText(Element) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
Finds the first child CData text of a given Element.
- getChildIntegrators() - Method in class com.itko.lisaint.TransInfo
-
- getChildNodeList(Element, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
Builds a List from the given criteria (wrapping a NodeList)
- getChildNodeList(Element, String, boolean) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
Builds a List from the given criteria (wrapping a NodeList)
- getChildNodeList(Element, boolean) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
Builds a List from the given criteria (wrapping a NodeList)
- getChildren() - Method in class com.itko.lisaint.LisaCollector
-
Returns the list of children maintained by this reporting object
- getChildText(Element) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
Finds he child text of a given Element.
- getClassLoader() - Static method in class com.itko.lisa.test.Environment
-
Lisa supports loading classes not only from the system CLASSPATH, but
from a hotdeploy path set as a propery lisa.hotDeploy.
- getClassLoader() - Static method in class com.itko.util.Dependencies
-
- getClassName() - Method in class com.itko.lisaint.ExceptionInfo
-
Returns the name of the exception class, like java.io.IOException
- getClassName() - Method in class com.itko.lisaint.LisaCollector
-
- getClient() - Method in interface com.itko.lisa.coordinator.Coordinator
-
We are over-riding LisaServerObject to deeper the type of the return
- getClient() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
-
This is how we get remote access to this server-type object
- getClient() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
- getClient() - Method in class com.itko.lisa.test.DataSetImpl
-
- getClient() - Method in class com.itko.lisa.testing.StagedSuite
-
- getClientKeyStorePassword() - Static method in class com.itko.lisa.test.Environment
-
- getClientKeyStorePath() - Static method in class com.itko.lisa.test.Environment
-
- getCompanions() - Method in class com.itko.lisa.test.TestCase
-
Companions are the set of objects that can modify/do fun stuff just after
initialization and right after the test finishes.
- getCompContent() - Method in class com.itko.lisaint.LisaCollector
-
Will return the component content for this component, or null if none was provided.
- getCompInfoForCurrentThread() - Static method in class com.itko.lisaint.TestHarness
-
For advanced users; This can be used to transmit very detailed
information back to the LISA instance such as internal exceptions (which
are normally hidden behind error pages), LISA log messages, etc.
- getCompletedReportKey() - Method in class com.itko.lisa.coordinator.ReportGenerator
-
If this is a type of report that has a Report Key (stores into the reports
directory) AND the report is complete (no in-process reports!)
- getCompletedTests() - Method in class com.itko.lisa.testing.StagedSuite
-
- getComponent() - Method in interface com.itko.lisa.editor.CustomFilterEditor
-
Your actual editor component, usually 'this'
- getConfig() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getConfigFile() - Method in class com.itko.lisa.testing.StagedSuite
-
The name of the configuration we are running.
- getConfigurationProperties() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getConfigurations() - Method in class com.itko.lisa.test.TestCase
-
This is the list of all available Configurations for this test case
- getConnection() - Method in class com.itko.lisaint.LisaDataSource
-
- getConnection(String, String) - Method in class com.itko.lisaint.LisaDataSource
-
- getConnection() - Method in class com.itko.lisaint.LisaPooledConnection
-
- getConnectionInfo() - Method in class com.itko.lisaint.LoggedSql
-
- getContentUsed() - Method in class com.itko.lisaint.LisaCollector
-
Returns a List of content keys that were reportedly used by the system under test
Elements of this collection are of the java.lang.String type.
- getContextHelpPage() - Method in class com.itko.lisa.testing.StageRegressionRun
-
- getContinuousValidationService() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
The LISA Registry initializes the continuous validation service, so here is how to reach
him.
- getController() - Method in class com.itko.lisa.editor.CustomEditor
-
Some times we forget and ask you for the controller back
- getControllerFactory() - Method in interface com.itko.lisa.editor.Controller
-
This is the factory for controllers of this type.
- getControllerFactory() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getConversionMessage() - Method in class com.itko.lisa.test.TestCase
-
- getCoordinator() - Method in class com.itko.lisa.coordinator.ReportGenerator
-
Our implementations will need this to do interesting reports.
- getCoordinator() - Method in class com.itko.lisa.stats.MetricCollector
-
This method is of interest to subclasses that need to get a handle to the Coordinator
for this test
- getCoordinator() - Method in class com.itko.lisa.test.TestExec
-
- getCoordinators() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
-
Returns a cloned copy of all the currently maintained Coordinators running
in this CoordinatorServer.
- getCoordinatorServer() - Method in interface com.itko.lisa.coordinator.Coordinator
-
When you want to know the cs -- and it can be null if staged locally!
- getCoordinatorServer(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Will return a String URL reference to a CoordinatorServer given its correct name
- getCoordinatorServer(String, ModelArchiveInfo) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Will return a String URL reference to a CoordinatorServer given its correct name
- getCoordinatorServer() - Method in class com.itko.lisa.perfmgr.ReportKey
-
- getCoordinatorServers(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Will retrieve a clone of the table of all currently running Coordinator Servers
The table is [ name, StringURL ] where the StringURL is used by the networking layer to reach that server
- getCoordinatorServersAvailableToStage(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
This gives you a list of all public CoordinatorServer names -- both live and possible to stage via
a VLM in the named lab.
- getCurrentComp() - Method in class com.itko.lisaint.CompInfo
-
Will return the current execution scope of this transaction.
- getCurrentNode() - Method in class com.itko.lisa.test.TestExec
-
Tells you what Node is executing at any given time.
- getCurrentNode() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
-
- getCurrentNodeName() - Method in class com.itko.lisa.test.TestExec
-
Convenience method to get the name of the current node, or null if there
isn't or current node or he has a null name
- getCurrentNodeName() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
-
- getCurrentNodeUid() - Method in class com.itko.lisa.test.TestExec
-
- getCurrentNodeUid() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
-
- getCurrentRow() - Method in class com.itko.lisa.test.DataSetImpl
-
- getCurrentTests() - Method in interface com.itko.lisa.coordinator.Coordinator
-
Get a list of all the currently running Tests -- this will generally be a list of 1 TestCase except when
we are a Suite running in parallel
- getCurrentTests() - Method in class com.itko.lisa.testing.StagedSuite
-
This will return you a List of the currently running tests.
- getCurrentUser() - Static method in class com.itko.lisa.perfmgr.ReportKey
-
- getCurrentValue() - Method in class com.itko.lisa.stats.MetricCollector
-
Called to ask this collector to do it's job -- go get the current value for the
metric we're tracking.
- getCurrentValue(Object) - Method in class com.itko.lisa.stats.MetricData
-
Gets the most recently added value for a given metric
- getCurTrans() - Method in class com.itko.lisaint.Integrator
-
This method will return the currently running transaction
- getCustomEventNames() - Static method in class com.itko.lisa.test.TestEvent
-
- getCustomEvents() - Static method in class com.itko.lisa.test.TestEvent
-
This will give you all the custom events that have been registered to LISA (in lisa.propertes) as
a map with an Integer(eventid) and the String of the name as its value.
- getCustomParams() - Method in interface com.itko.lisa.test.CompanionInterface
-
This method shows if this particular companion require some custom settings to migrate
it to a companion controller.
- getCustomParams() - Method in class com.itko.lisa.test.SimpleCompanion
-
- getCyclesEndedFailed() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getCyclesEndedFailed() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
-
- getCyclesEndedNormal() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getCyclesEndedNormal() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
-
- getCyclesPerSecond() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getDataSetManager() - Method in interface com.itko.lisa.coordinator.Coordinator
-
Returns a handle to the Data Set Manager.
- getDataSetManager() - Method in class com.itko.lisa.test.TestCase
-
Returns the data set manager instance for this testcase; Internal use only
- getDataSetProperties() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getDataSets() - Method in interface com.itko.lisa.coordinator.Coordinator
-
Returns the data sets of the test case.
- getDataSets() - Method in class com.itko.lisa.test.TestNode
-
Data Sets are only defined at the global level, i.e., as children of the
Test Case, not a particular Node.
- getDefAudit() - Method in class com.itko.lisa.testing.SuiteInfo
-
- getDefaultConfig() - Method in class com.itko.lisa.editor.TestCaseInfo
-
If this test case belongs to a project, there will be one default config in that project,
marked by the flag "isProject Default".
- getDefaultConfig() - Method in class com.itko.lisa.test.TestCase
-
If this test case belongs to a project, there will be one default config in that project,
marked by the flag "isProjectDefault".
- getDefaultKeyStoreProperties(boolean) - Static method in class com.itko.lisa.test.Environment
-
This is a helper method for determining the default keystore path, certificate
password and keystore password.
- getDefaultMetrics() - Method in interface com.itko.lisa.stats.MetricIntegration
-
If there are a set of metrics that should be shown in the metrics tracked table
every time, then this would be how you provide that list.
- getDefaultReportHistoryParameters() - Method in interface com.itko.lisa.coordinator.Coordinator
-
This coordinator will find if the default report generator is on, and if so,
give you the ParameterList of the params.
- getDefaultSchemeRegistry() - Static method in class com.itko.lisa.test.Environment
-
- getDefaultsDir() - Static method in class com.itko.lisa.test.Environment
-
Gives you the defaults directory where system defaults are stored.
- getDefaultTestRegistryUrl() - Static method in class com.itko.lisa.test.Environment
-
- getDefCS() - Method in class com.itko.lisa.testing.SuiteInfo
-
- getDefStaging() - Method in class com.itko.lisa.testing.SuiteInfo
-
- getDeletedProps() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getDeletedProps() - Method in class com.itko.lisa.test.TestCase
-
- getDelimiter() - Method in class com.itko.util.ParameterList
-
- getDesignTimeInfo() - Method in class com.itko.lisa.test.TestExec
-
Are we at designtime?
- getDiagnosticZip() - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
-
Generates a diagnostic zip file for support containing select log files, configuration data, etc.
- getDisplayLabelForStepName(String) - Static method in class com.itko.lisa.editor.TestNodeInfo
-
- getDisplayName() - Method in interface com.itko.lisa.editor.Controller
-
Fashion for us a short name for use in trees and lists
- getDisplayName() - Method in class com.itko.lisa.editor.ControllerBase
-
- getDisplayName() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getDistributionPattern() - Method in class com.itko.lisa.coordinator.RunInfo
-
- getDocs() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getDocs() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getDocumentation() - Method in class com.itko.lisa.coordinator.ReportGenerator
-
You should override this method so that users will have a more complete understanding of
how this reproting generator works.
- getDocumentation() - Method in class com.itko.lisa.coordinator.RunInfo
-
- getDocumentation() - Method in class com.itko.lisa.test.TestCase
-
Used to provide simple text documentation of the test case
- getDocumentation() - Method in class com.itko.lisa.test.TestNode
-
Simple text field for providing extended documentation of the node.
- getDocumentation() - Method in class com.itko.lisa.testing.RegressionRunner
-
Get the test case documentation as specified in the Test Case document
- getDocumentation() - Method in class com.itko.lisa.testing.SuiteInfo
-
- getDocXML() - Method in class com.itko.lisa.test.TestCase
-
- getDriver() - Method in class com.itko.lisaint.LisaDataSource
-
- getDSMaxItems() - Method in class com.itko.lisa.test.DataSetImpl
-
- getDSMaxItems() - Method in class com.itko.lisa.test.RandSet
-
- getDSName() - Method in class com.itko.lisa.test.RandSet
-
- getDSRandEventSink() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getEdition() - Static method in class com.itko.lisa.test.Environment
-
Tells us what edition of LISA we are running.
- getEditionName() - Static method in class com.itko.lisa.test.Environment
-
When we need to know what to call the edition of LISA that's running
Can be Workstation or Server
- getEditor() - Method in class com.itko.lisa.editor.ControllerBase
-
- getEditorName() - Method in interface com.itko.lisa.editor.Controller
-
Tell us the title of the window to use when creating dialogs and etc.
- getEditorName() - Method in class com.itko.lisa.editor.ControllerBase
-
- getEjbEvents() - Method in class com.itko.lisaint.LisaCollector
-
- getElapsedMs() - Method in class com.itko.lisaint.LoggedSql
-
- getElementName() - Method in interface com.itko.lisa.editor.Controller
-
If renaming is allowed, then the framework might call this method to fetch the name.
- getElementName() - Method in class com.itko.lisa.editor.ControllerBase
-
If renaming is allowed, then the framework might call this method to fetch the name.
- getElementName() - Method in class com.itko.lisa.editor.TestNodeInfo
-
If renaming is allowed, then the framework might call this method to fetch the name.
- getElseNode() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getElseNode() - Method in class com.itko.lisa.test.TestNode
-
The else node is the node name that is executed if the CheckResult mechanism
doesn't set the workflow.
- getEncryptedStateString(String, String, String) - Method in class com.itko.lisa.test.TestExec
-
- getEndTestMsg() - Method in class com.itko.lisaint.TransInfo
-
Returns the message describing why the test should end, or null if one is not provided.
- getEndTime() - Method in class com.itko.lisaint.LisaCollector
-
- getEntries() - Method in class com.itko.lisa.testing.SuiteInfo
-
- getErrorEventListSize() - Method in interface com.itko.lisa.coordinator.Coordinator
-
Return the size of the ErrorEvent list
- getErrorEvents() - Method in interface com.itko.lisa.coordinator.Coordinator
-
If the test has received errors, here are the error events
If the test has not failed, you will get null.
- getEstimatedEndTime() - Method in interface com.itko.lisa.coordinator.Coordinator
-
This method will try to tell you when the test should be done.
- getEstimatedEndTime() - Method in class com.itko.lisa.testing.StagedSuite
-
Suites do not support this, so you'll always get -1
- getEvent() - Method in class com.itko.lisa.test.TestEvent
-
- getEvent() - Method in class com.itko.lisa.testing.StagedSuite.SuiteEvent
-
- getEventFilter() - Method in class com.itko.lisa.testing.StagedSuite
-
- getEventFilterSets() - Method in class com.itko.lisa.coordinator.RunInfo
-
- getEventId() - Method in class com.itko.lisa.test.TestEvent
-
- getEventID() - Method in class com.itko.lisaint.LisaEventInfo
-
- getEventSink() - Method in class com.itko.lisa.testing.StagedSuite
-
Call this method and add your GenericEventSink.Listener implementation to get
suite-level events and no others.
- getException() - Method in class com.itko.lisaint.LisaCollector
-
Returns an ExceptionInfo object that wraps an exception that was reported by the system
under test for this component, or null if there was not one reported.
- getExceptionList() - Method in class com.itko.lisaint.LisaCollector
-
- getExtraInfo() - Method in class com.itko.lisa.editor.TestNodeInfo
-
This method is used to return any extra information for public consumption from a VSE
for this step.
- getExtraInfo() - Method in class com.itko.lisa.test.TestCase
-
This method is used to return any extra information for public consumption from a VSE.
- getExtraInfo() - Method in class com.itko.lisa.test.TestNode
-
This method is used to return any extra information for public consumption from a VSE
for this step.
- getFailedTests() - Method in class com.itko.lisa.testing.StagedSuite
-
This is a list of RegressionRunner objects that failed.
- getFailException() - Method in class com.itko.lisa.testing.RegressionRunner
-
- getFailOnLoggedException() - Static method in class com.itko.lisaint.TestHarness
-
- getFailTestMsg() - Method in class com.itko.lisaint.TransInfo
-
Returns the message given by the server component author regarding why the test
failed, or null if one was not given
- getFavoriteCheckResults() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getFavoriteFilters() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getFilter() - Method in class com.itko.lisa.coordinator.ReportGenerator
-
Returns the filter we're using
- getFilters() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getFilters() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getFilters() - Method in class com.itko.lisa.test.TestCase
-
Returns the collection of filters.
- getFilters() - Method in class com.itko.lisa.test.TestNode
-
Every TestNode has a collection of Filters that are defined only to be executed
for that Node.
- getFiltersAsList() - Method in class com.itko.lisa.test.TestCase
-
Similar to getFilters but returns an unmodifiable copy of the getFilters() vector in a typesafe
and unsynchronized List.
- getFiltersAsList() - Method in class com.itko.lisa.test.TestNode
-
Similar to getFilters but returns an unmodifiable copy of the getFilters() vector in a typesafe
and unsynchronized List.
- getFilterString() - Method in class com.itko.lisa.coordinator.ReportGenerator
-
- getFinalNode() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getFinalNode() - Method in class com.itko.lisa.test.TestCase
-
- getFinalStats(String) - Method in interface com.itko.lisa.coordinator.Coordinator
-
Gets the 'final' version of the statkeeper object; this is a signal to the coord that the
vuser/instance is going down and that we should keep it around in our summary totals.
- getFinalStats(String) - Method in class com.itko.lisa.testing.StagedSuite
-
- getForcedNode() - Method in class com.itko.lisaint.TransInfo
-
If the server component wanted an explicit node executed next, it is returned here.
- getForceGC() - Static method in class com.itko.lisaint.TestHarness
-
- getFrom() - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- getGlobalDataSets() - Method in class com.itko.lisa.test.TestCase
-
The data sets collection is the name is the key and value DataSet object
for each element in the Hashtable
- getGraphX() - Method in class com.itko.lisa.test.TestNode
-
- getGraphY() - Method in class com.itko.lisa.test.TestNode
-
- getHeaders() - Method in class com.itko.lisaint.javaee.DelegatingJaxWsHandler
-
- getHeaders() - Method in class com.itko.lisaint.javaee.JaxWsClientHandler
-
- getHeaders() - Method in class com.itko.lisaint.javaee.JaxWsHandler
-
- getHeaders() - Method in class com.itko.lisaint.wshandler.JaxRpcHandler
-
- getHelpString() - Method in class com.itko.lisa.editor.CustomCompanionEditor
-
Returns the companion's help text
- getHelpString() - Method in class com.itko.lisa.testing.StageRegressionRun
-
- getHiddenProperties() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getHigh() - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- getHistoryDBConnectInfo() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
-
The default configuraiton of LISA presumes that a reporting database is attached
to each CoordinatorServer.
- getHistoryDBConnectInfo() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
- getHost() - Method in class com.itko.lisa.perfmgr.ReportKey
-
- getHostName() - Static method in class com.itko.lisa.test.DataSetImpl
-
- getHostname() - Method in class com.itko.lisaint.JvmInfo
-
- getHotDeployPath() - Static method in class com.itko.lisa.test.Environment
-
- getHTMLDOMOnResult() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getId() - Method in class com.itko.lisa.coordinator.RunInfo
-
- getId() - Method in class com.itko.lisa.editor.TestCaseInfo
-
Returns the test case ID
- getId() - Method in class com.itko.lisa.test.TestCase
-
This will return a presumably immutable value that will uniquely identify this test case for all time.
- getId() - Method in class com.itko.lisa.testing.SuiteInfo
-
- getId() - Method in class com.itko.lisaint.UniqueSql
-
- getIDFromName(String) - Static method in class com.itko.lisa.test.TestEvent
-
This is a convenience method that returns the numeric ID for a given
event name.
- getInitialState() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getInitState() - Method in class com.itko.lisa.test.TestCase
-
- getInstance() - Method in class com.itko.lisa.test.TestEvent
-
- getInstance() - Method in class com.itko.lisa.test.TestExec
-
- getInstance() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
-
- getInstances() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getInstances() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
-
- getIntegrationLogLevel() - Static method in class com.itko.lisaint.TestHarness
-
- getIntegrator() - Method in class com.itko.lisaint.TransInfo
-
Returns the Integrator that controls this Transaction
- getIntegratorFromParentFrame(String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
How the LISA Framework gets an Integrator from 1 or more stamps
- getIntersections() - Method in interface com.itko.lisa.editor.Controller
-
LISA has a dynamic way to hook test case elements with their Controller and Editors.
- getIntersections() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getInterval(Object, int) - Method in class com.itko.lisa.stats.MetricData
-
- getIntervalCount() - Method in class com.itko.lisa.stats.MetricData
-
- getIntervalList() - Method in class com.itko.lisa.stats.MetricData
-
Here's the list of lists of Interval objects.
- getIntervalNameList() - Method in class com.itko.lisa.stats.MetricData
-
- getIntervalRate() - Method in class com.itko.lisa.coordinator.RunInfo
-
- getIntervalSize() - Method in interface com.itko.lisa.stats.MetricController
-
Gets the size of a sample interval.
- getIntervalSize() - Method in class com.itko.lisa.stats.MetricData
-
- getInts() - Static method in class com.itko.lisa.editor.TestNodeInfo
-
- getIPAddress() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Gets the IP address for this registry.
- getIPSpoofingInfo() - Method in class com.itko.lisa.coordinator.RunInfo
-
- getIPSpoofingInfo() - Method in class com.itko.lisa.test.TestCase
-
- getJavaIntegratorForCurrentThread() - Static method in class com.itko.lisaint.TestHarness
-
For advanced users; This can be used to transmit very detailed
information back to the LISA instance such as internal exceptions (which
are normally hidden behind error pages), LISA log messages, etc.
- getJavaVersion() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
-
- getJavaVersion() - Method in interface com.itko.lisa.coordinator.SimulatorServer
-
- getJavaVersion() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Gets the Java Version.
- getJaxWsMessageContext() - Static method in class com.itko.lisaint.TestHarness
-
Deprecated.
- getJustBuildNumber() - Static method in class com.itko.lisa.test.Environment
-
- getJvmInfo() - Method in class com.itko.lisaint.LisaCollector
-
- getKey() - Method in class com.itko.lisaint.LisaProp
-
- getKey() - Method in class com.itko.util.Parameter
-
Gets the key attribute for this Parameter
- getKeyArray() - Method in class com.itko.util.ParameterList
-
Will build a string array of every key in our list, then return it.
- getKeyName() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
The key name of the Registry.
- getKeysFromString(Collection, String) - Static method in class com.itko.lisa.test.TestExec
-
This method is a convenience method that you can use to figure out what keys are
being references in a String.
- getLab(LabKey) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
- getLab(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Gets a lab from the collection.
- getLabNames() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
This method returns a flat list of the names of all of the known labs.
- getLabs() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Will return a clone of the list of all labs initializing or running.
- getLargeIcon() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getLastCPKey() - Static method in class com.itko.util.Dependencies
-
- getLastErrorMessage() - Method in interface com.itko.lisa.editor.Controller
-
Used by the GUI to display a better message.
- getLastErrorMessage() - Method in class com.itko.lisa.editor.ControllerBase
-
- getLastHtmlResponse() - Method in class com.itko.lisa.test.TestExec
-
- getLastNode() - Method in class com.itko.lisa.test.TestExec
-
- getLastNodeResponseTime() - Method in class com.itko.lisa.test.TestExec
-
- getLastNodeTimestamp() - Method in class com.itko.lisa.test.TestExec
-
- getLastPathKey() - Static method in class com.itko.util.Dependencies
-
- getLastRequest() - Method in class com.itko.lisa.test.TestExec
-
- getLastResponse() - Method in class com.itko.lisa.test.TestExec
-
This method will return the last response received from the system under
test.
- getLastResponseAsDocument() - Method in class com.itko.lisa.test.TestExec
-
When you need access to the last node response as an XML Document, use this
We cache into state the DOM so it will be parsed only once.
- getLastResponseCharset() - Method in class com.itko.lisa.test.TestExec
-
- getLastTime() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getLastTime() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
-
- getLastURLKey() - Static method in class com.itko.util.Dependencies
-
- getLaunchState() - Method in class com.itko.lisa.coordinator.ReportGenerator
-
- getLaunchState() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getLevel() - Method in class com.itko.lisaint.LoggedMessage
-
- getLicense() - Static method in class com.itko.lisa.test.Environment
-
This Environment object finds and loads the license file upon construction, so
we can read it whenever we need to.
- getLicense(boolean) - Static method in class com.itko.lisa.test.Environment
-
- getLisaConsoleUrl() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Gets the Lisa console URL for this registry.
- getLisaHomeFile(String) - Static method in class com.itko.lisa.test.Environment
-
Gets the LISA home path spec and builds a full path to the file you pass in,
so you can use it to grab files or resources as needed.
- getLisaIntegrator() - Method in class com.itko.lisaint.Integrator
-
- getLisaIntegrator() - Method in interface com.itko.lisaint.java.HasLisaIntegrator
-
What you must implement to get your Java/WS component to return the integration object
- getLisaIntegrator() - Method in interface com.itko.lisaint.webservice.HasWebserviceLisaIntegrator
-
- getLisaLicenseFile() - Static method in class com.itko.lisa.test.Environment
-
- getLisaParams(HttpServletRequest) - Static method in class com.itko.lisaint.servlet.ServletIntegrator
-
Only subclasses of this class will need this method...
- getLISAProps() - Method in class com.itko.lisaint.LisaCollector
-
Returns the set of Lisa property set requests that the server component has requested,
or null if there were none.
- getLISATestEvents() - Method in class com.itko.lisaint.LisaCollector
-
Returns a List of the test events set by this component, or null if there weren't any
- getLisaTestName() - Method in class com.itko.lisa.testing.RegressionRunner
-
Get the test case name as specified in the Test Case document
- getLisaVersion() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
-
- getLisaVersion() - Method in interface com.itko.lisa.coordinator.SimulatorServer
-
- getLisaVersion() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Gets the version for the registry.
- getListenersCount() - Method in class com.itko.lisa.test.TestEventMgr
-
- getLiveAgents() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Will return the list of all live agents.
- getLiveWorkstation(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
- getLiveWorkstations() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Will return the list of all live workstations.
- getLoadPattern() - Method in class com.itko.lisa.coordinator.RunInfo
-
- getLocalDataSet(String) - Method in class com.itko.lisa.test.TestExec
-
- getLocalDataSetElements() - Method in class com.itko.lisa.test.TestCase
-
When we need to see what local data sets where defined.
- getLocalHost() - Static method in class com.itko.lisa.perfmgr.ReportKey
-
- getLocator() - Method in interface com.itko.lisa.coordinator.Coordinator
-
This returns an encoded string that LISA can use to find this coordinator.
- getLocator() - Method in class com.itko.lisa.testing.StagedSuite
-
- getLog() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getLog() - Method in class com.itko.lisa.test.TestNode
-
The log entry given by the Test Case document
- getLoggedMessages() - Method in class com.itko.lisaint.LisaCollector
-
- getLoggedResultSets() - Method in class com.itko.lisaint.LoggedSql
-
- getLoggedSqls() - Method in class com.itko.lisaint.LisaCollector
-
- getLogger() - Method in class com.itko.lisaint.LoggedMessage
-
- getLongDesc() - Method in class com.itko.lisa.test.TestEvent
-
- getLongDesc() - Method in class com.itko.lisaint.LisaEventInfo
-
- getLow() - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- getMailHost() - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- getMARInfo() - Method in class com.itko.lisa.testing.StagedSuite
-
This method returns the MAR info file we were staged with, if any.
- getMatchingIntegrators(List, IntegratorCallback, Date, Date, int, int, String, String, String, String, String, String, String, int, int, String, boolean, int) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
Provides a search feature for making Integrator objects from the Pathfinder DB
- getMatchingParameter(Parameter) - Method in class com.itko.util.ParameterList
-
If the list contains a parameter with the same key and value as the one passed in,
we return it.
- getMaxErrors() - Method in class com.itko.lisa.coordinator.ReportGenerator
-
- getMaxTime() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getMaxTime() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
-
- getMergeDupesDelimiter() - Method in class com.itko.util.ParameterList
-
- getMessage() - Method in exception com.itko.lisa.test.LisaException
-
- getMessage() - Method in class com.itko.lisaint.LoggedMessage
-
- getMeta() - Method in class com.itko.lisa.coordinator.RunInfo
-
- getMeta() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getMeta() - Method in class com.itko.lisa.test.TestCase
-
Returns the meta
- getMeta() - Method in class com.itko.lisa.testing.SuiteInfo
-
- getMetaData() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Gets the Registry metadata.
- getMethod() - Method in class com.itko.lisaint.LisaCollector
-
- getMetric(String) - Method in interface com.itko.lisa.stats.MetricController
-
Called to fetch a specific MetricStatusInfo from the list by the metric's short name
- getMetricController() - Method in interface com.itko.lisa.coordinator.Coordinator
-
This is a workhorse -- the metric data controller
- getMetricData() - Method in interface com.itko.lisa.stats.MetricController
-
Returns the MetricData object reference that we are maintaining.
- getMetricHandleList() - Method in class com.itko.lisa.stats.MetricData
-
If you get handed a MetricData object and have no idea what metrics are being
collected, you can call this method to get a list of the handles we are tracking.
- getMetricHelpString() - Method in class com.itko.lisa.stats.MetricCollector
-
Called when we want a human-readable "one-liner" about the value you are
tracking.
- getMetricInitializationTimeout() - Method in class com.itko.lisa.stats.MetricCollector
-
- getMetrics() - Method in class com.itko.lisa.coordinator.RunInfo
-
- getMetrics() - Method in class com.itko.lisa.testing.SuiteInfo
-
- getMetricsRegistry() - Static method in class com.itko.lisa.test.Environment
-
- getMinTime() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getMinTime() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
-
- getMissingContent() - Method in class com.itko.lisaint.LisaCollector
-
Returns a List of content keys that were reported missing by the system under test
Elements of this collection are of the java.lang.String type.
- getModelArchive() - Method in interface com.itko.lisa.coordinator.Coordinator
-
This method returns the current Model Archive.
- getModelExecHistory() - Method in class com.itko.lisa.test.TestExec
-
Also internal use only.
- getMsg() - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- getMsg() - Method in class com.itko.lisaint.ExceptionInfo
-
Returns the message that the given exception provided
- getMSIList() - Method in interface com.itko.lisa.stats.MetricController
-
Returns the collection of MetricStatusInfo objects we are managing.
- getName() - Method in interface com.itko.lisa.coordinator.Coordinator
-
The coordinator's name is not necessarily unique throughout the network
and is NOT a network name.
- getName() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
-
Returns the name granted to this CoordinatorServer
- getName() - Method in interface com.itko.lisa.coordinator.SimulatorServer
-
Returns the name granted to this SimulatorServer
- getName() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
The name of this LISA Registry
- getName() - Method in class com.itko.lisa.editor.ControllerBase
-
On object that implement this interface, this method is called to fetch
the name of the object
- getName() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getName() - Method in interface com.itko.lisa.test.DataSet
-
Called for the obvious purpose of getting the name of this data set.
- getName() - Method in class com.itko.lisa.test.DataSetImpl
-
- getName() - Method in interface com.itko.lisa.test.NamedObject
-
On object that implement this interface, this method is called to fetch
the name of the object
- getName() - Method in class com.itko.lisa.test.RandSet
-
Returns the name of this random list; also is the property that is set
when you execute it.
- getName() - Method in class com.itko.lisa.test.TestCase
-
Returns the name of the Test Case
- getName() - Method in class com.itko.lisa.test.TestNode
-
The name of this TestNode is the one provided in the Test Case document
- getName() - Method in class com.itko.lisa.testing.RegressionRunner
-
Return the name of the test in the form ||
If you need the longer names for backward compat (the FQN of all three entries) then
set the system property lisa.junit.long.names=true
- getName() - Method in class com.itko.lisa.testing.SuiteInfo
-
- getName() - Method in class com.itko.lisaint.LisaCollector
-
Returns the descriptive name given to this reporting object
- getName() - Method in class com.itko.util.Parameter
-
Gets the label for this parameter.
- getNameFromID(int) - Static method in class com.itko.lisa.test.TestEvent
-
When you have an Event ID and want a name for it, this method will give
it to you.
- getNameType() - Method in class com.itko.lisa.editor.ControllerBase
-
Returns the type of Element Name.
- getNameType() - Method in class com.itko.lisa.editor.TestNodeInfo
-
Returns the type of Element Name.
- getNameType() - Method in interface com.itko.lisa.test.NamedObject
-
Returns the type of Element Name.
- getNewName(Collection<?>, String) - Static method in class com.itko.lisa.editor.ControllerBase
-
- getNextNode() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getNextNode() - Method in class com.itko.lisa.test.TestExec
-
Will tell us what node we are set to execute next.
- getNextRecord(Map<Serializable, Serializable>) - Method in class com.itko.lisa.test.DataSetImpl
-
This method return the next record in the order from the logical dataset.
- getNextRow(Map<Serializable, Serializable>) - Method in class com.itko.lisa.test.DataSetImpl
-
- getNode() - Method in exception com.itko.lisa.test.LisaException
-
- getNode(String) - Method in class com.itko.lisa.test.TestCase
-
A way to get a TestNode object given its name
- getNodeDataSets(Element) - Static method in class com.itko.lisa.test.DataSetImpl
-
Returns the data sets of the given Step.
- getNodeExecs() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getNodeExecs() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
-
- getNodeFails() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getNodeFails() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
-
- getNodeNames() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getNodePerfs() - Method in class com.itko.lisa.stats.StatKeeper
-
- getNodeRandoms(Element) - Static method in class com.itko.lisa.test.RandSet
-
Returns the Random data sets contained in the given node
(step).
- getNodeResponse(String) - Method in class com.itko.lisa.test.TestExec
-
Retreives the response object from state with a key of lisa.
- getNodes() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getNodes() - Method in class com.itko.lisa.test.TestCase
-
This method will return a Hashtable of the TestNodes in this test case.
- getNodes4TCTreeRenderrer() - Method in class com.itko.lisa.editor.TestCaseInfo
-
Special method used to hide the continue do nothing steps in the test tree view.
- getNodeWithBackwardCompatibleNames(String) - Method in class com.itko.lisa.test.TestCase
-
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.
- getNumInvocations() - Method in class com.itko.lisaint.UniqueSql
-
- getOcurranceCountFromParent(Element, Element) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
This method will count how many tags of the same name are "above" the tag you give from the
top of the parent's tree.
- getOnMetric() - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- getOrdinal() - Method in class com.itko.lisa.test.TestNode
-
Every TestNode is stored in a Hashtable, but at times, we need an ordered
view of the nodes.
- getOsName() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
-
- getOsName() - Method in interface com.itko.lisa.coordinator.SimulatorServer
-
- getOsName() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Gets the OS used for this registry.
- getOutboundAddress() - Method in class com.itko.lisaint.LisaCollector
-
- getOutputStream() - Method in class com.itko.lisaint.servlet.filter.CharResponseWrapper
-
- getOverrideMaxInitialTrayWidth() - Method in class com.itko.lisa.editor.CustomEditor
-
What is our width in pixels?
- getOwner() - Method in class com.itko.lisa.test.TestEventMgr
-
This identifies the creator of this event queue.
- getPaceInMillis() - Method in interface com.itko.lisa.coordinator.TestCoordinator
-
Returns the pace we are currently running with
- getPaceTimeInSecs() - Method in class com.itko.lisa.coordinator.RunInfo
-
- getPaceTransactions() - Method in class com.itko.lisa.coordinator.RunInfo
-
- getParameter(String) - Method in class com.itko.util.ParameterList
-
A way to get an individual Parameter from the collection
- getParameterByValue(String) - Method in class com.itko.util.ParameterList
-
- getParameters() - Method in class com.itko.lisa.coordinator.ReportGenerator
-
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.
- getParameters() - Method in interface com.itko.lisa.test.CustJavaNodeInterface
-
This important method defines the parameter set that is needed by your custom compoennt.
- getParameters() - Method in interface com.itko.lisa.test.DataSet
-
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)
- getParameters() - Method in class com.itko.lisa.test.DataSetImpl
-
- getParameters() - Method in interface com.itko.lisa.test.FilterInterface
-
Method called by interactive test case editors to find out what the parameters
for a given filter are
- getParameters() - Method in class com.itko.lisa.test.SimpleCompanion
-
This is the base implementation of getParameters.
- getParameterValue(String) - Method in class com.itko.util.ParameterList
-
Method used to retrieve the value side of a Parameter.
- getParent() - Method in interface com.itko.lisa.coordinator.Coordinator
-
When a Suite has staged this test, you can get a handle to that Suite here.
- getParent() - Method in class com.itko.lisaint.LisaCollector
-
- getParentElementOf(Node) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
In parsing XML docs you'll end up iwth Node objects of all kinds, including nested Test stuff, CDATAs,
attributes, etc.
- getParentLoggerName() - Static method in class com.itko.lisaint.TestHarness
-
- getPassword() - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- getPassword() - Method in class com.itko.lisaint.LisaDataSource
-
- getPath() - Method in class com.itko.lisa.testing.StagedSuite
-
If we have a suite document path, this is the full path to the suite document
- getPathfinderDbInfo() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
- getPathfinderVersion() - Method in class com.itko.lisa.coordinator.RunInfo
-
- getPathfinderVersion() - Method in class com.itko.lisa.test.TestCase
-
- getPathfinderVersionExp() - Method in class com.itko.lisa.coordinator.RunInfo
-
- getPattern(String) - Static method in class com.itko.lisaint.utils.DoNotUseThisRegexUtil
-
- getPerformanceStats() - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
-
- getPK() - Method in class com.itko.lisa.test.TestNode
-
Frequently we need to make sure we have a way to uniquely key a particular node.
- getPluginClassName(TestRunnerConfiguration) - Static method in class com.itko.lisa.coordinator.TestRunner
-
- getPooledConnection() - Method in class com.itko.lisaint.LisaConnectionPoolDataSource
-
- getPooledConnection(String, String) - Method in class com.itko.lisaint.LisaConnectionPoolDataSource
-
- getPort() - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- getPreferredColor() - Method in class com.itko.lisa.stats.MetricCollector
-
Metrics collectors can support a feature that gives them the chance to tell the rest of
the world what Color they would like to be rendered in.
- getPreferredDirKey() - Static method in class com.itko.util.Dependencies
-
- getPreferredFormatter() - Method in class com.itko.lisa.stats.MetricCollector
-
- getPrepared() - Method in class com.itko.lisaint.LoggedSql
-
- getProcessId() - Method in class com.itko.lisaint.JvmInfo
-
- getProductName() - Method in interface com.itko.lisa.coordinator.AboutInfoMBean
-
- getProjectRoot() - Method in class com.itko.lisa.editor.TestCaseInfo
-
Returns the directory location for the project, if this test case is included
within a project
- getPropertiesReferenced() - Method in interface com.itko.lisa.editor.Controller
-
Will tell us all the properties that are referenced during the processing of this element
- getPropertiesReferenced() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getPropertiesSet() - Method in interface com.itko.lisa.editor.Controller
-
Will tell us all the properties that are set/updated during the processing of this element
- getPropertiesSet() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getPropsMissing() - Method in class com.itko.lisaint.LisaCollector
-
Returns a List of the properties that were reported missing during the processing of this
component.
- getPropsSet() - Method in class com.itko.lisa.test.DataSetImpl
-
- getPropsUsed() - Method in class com.itko.lisaint.LisaCollector
-
Returns a List of the properties that were reportedly used during processing of this
component.
- getPSKKey() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getRandLists() - Method in class com.itko.lisa.test.TestNode
-
Random Lists are only defined at the global level.
- getRandom(TestExec) - Method in class com.itko.lisa.test.RandSet
-
Method generates a random from the list of possible values.
- getRandomRecord(Map<Serializable, Serializable>) - Method in class com.itko.lisa.test.DataSetImpl
-
This method is called to read a random record from the logical data set.
- getRandSets() - Method in class com.itko.lisa.test.TestCase
-
Will return all the random lists in a hashtable.
- getRealTimeConfig() - Method in class com.itko.lisa.test.TestCase
-
If the test case was constructed with a map of realtime config info, here it is.
- getReceivingAddress() - Method in class com.itko.lisaint.LisaCollector
-
- getRecord(Map<Serializable, Serializable>) - Method in interface com.itko.lisa.test.DataSet
-
This is the method called by the TestNode class in order to do a logical
read on the data set so that the specific property settings of this
data set record are reflected in the caller's state.
- getRecord(Map<Serializable, Serializable>) - Method in class com.itko.lisa.test.DataSetImpl
-
This method is called to read a record from the logical data set, and
therefore must be implemented by the sublcass.
- getRecordEvents() - Method in class com.itko.lisa.coordinator.ReportGenerator
-
- getRecordMetrics() - Method in class com.itko.lisa.coordinator.ReportGenerator
-
- getRecordProps() - Method in class com.itko.lisa.coordinator.ReportGenerator
-
- getRecordReqResp() - Method in class com.itko.lisa.coordinator.ReportGenerator
-
- getReferrerNode() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getRegistry() - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
-
- getRegistryPort() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Gets the port used for this registry.
- getRegistryUptime() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Gets the Registry uptime in milliseconds.
- getRemoteServer() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getRemoteServer() - Method in class com.itko.lisa.test.TestNode
-
Where are we going to run this node?
- getRemovedParams() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getReportDir() - Static method in class com.itko.lisa.perfmgr.ReportKey
-
- getReportGenerators() - Method in class com.itko.lisa.coordinator.RunInfo
-
- getReportGenerators() - Method in class com.itko.lisa.testing.SuiteInfo
-
- getReportMetricIntervals(Object) - Method in class com.itko.lisa.stats.MetricData
-
- getReportSDF() - Static method in class com.itko.lisa.perfmgr.ReportKey
-
- getReportsDir() - Static method in class com.itko.lisa.test.Environment
-
Gives you the reporting directory where reports are dropped.
- getRequest() - Method in class com.itko.lisaint.LisaCollector
-
- getResourcesForGroups(List<String>, IResource.ResourceTypes) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Retrieves resources from given resource groups based on the given resource type
- getResponse() - Method in class com.itko.lisaint.LisaCollector
-
- getResponseCharset() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getResponseFileName() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getResultParamTemp() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getResultsforLoggedSql(String, String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
Retrieves the saves result set for the given frame and sql statement.
- getResultState() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getResultState() - Method in class com.itko.lisa.test.TestCase
-
- getRet() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getRobot() - Method in class com.itko.lisa.test.TestEvent
-
- getRobot() - Method in class com.itko.lisa.test.TestExec
-
- getRobot() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
-
- getRootNode() - Method in class com.itko.lisa.test.TestCase
-
Tells us the name of the first node to execute in the test
- getRowNumPropertyName() - Method in class com.itko.lisa.test.DataSetImpl
-
- getRows() - Method in class com.itko.lisaint.LoggedResultSet
-
If the LisaJdbcInterceptor has been configured and LISA is active, result sets will be included in the integrator
object.
- getRun() - Method in class com.itko.lisa.perfmgr.ReportKey
-
- getRun() - Method in class com.itko.lisa.test.TestExec
-
- getRun() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
-
- getRunInfo() - Method in interface com.itko.lisa.coordinator.Coordinator
-
When the Coordinator initially starts it is generally given a Run Document.
- getRunInfo() - Method in class com.itko.lisa.testing.StagedSuite
-
The staging info like metrics and reports for this suite are stored in a RunInfo object
If you would like to query it, here you go.
- getRunInfo() - Method in class com.itko.lisa.testing.SuiteInfo
-
- getRunnableLabList() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
This method returns the list of runnable labs (aka templates).
- getRunName() - Method in interface com.itko.lisa.coordinator.Coordinator
-
This is the name given to the Run.
- getRunName() - Method in class com.itko.lisa.coordinator.RunInfo
-
- getRunName() - Method in class com.itko.lisa.testing.StagedSuite
-
When you want to know the name of this particular run.
- getRunningCoordinator() - Method in class com.itko.lisa.testing.RegressionRunner
-
If this test is currently running, this is the Coordinator responsible for it
- getRunType() - Method in class com.itko.lisa.testing.StagedSuite
-
This this suite running in serial or parallel?
- getRunType() - Method in class com.itko.lisa.testing.SuiteInfo
-
- getSampleRate() - Method in class com.itko.lisa.coordinator.RunInfo
-
- getSampleRate() - Method in interface com.itko.lisa.stats.MetricController
-
In case you want to know how often we collect...
- getSavedTCVersion() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getScale() - Method in class com.itko.lisa.stats.MetricCollector
-
This is the multiplier you should apply to the values that this collector provides to normalize the
values to between 0 and 100.
- getScreenshotForTicket(String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
Retrieves the screenshot for a given ticket.
- getSecondaryReferenceChangesDeniedReason(StepConnection) - Method in class com.itko.lisa.editor.TestNodeInfo
-
This method should return the text of a message explaining why the specified secondary
connection cannot be directly edited.
- getSeleniumProperties() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getServerInfo() - Method in class com.itko.lisaint.agent.AgentSummary
-
- getServiceName() - Method in class com.itko.lisa.test.DataSetImpl
-
- getServletIntegrator(HttpServletRequest) - Static method in class com.itko.lisaint.servlet.ServletIntegrator
-
Servlet authors will need a handle to this persistent and auto-created
object in order to report to Lisa.
- getSessionId() - Method in class com.itko.lisaint.servlet.ServletIntegrator
-
Will return the session ID that has been saved for this Integrator
- getSessionIDFromLisa(HttpServletRequest) - Static method in class com.itko.lisaint.servlet.ServletIntegrator
-
- getSessionStateObj() - Static method in class com.itko.util.Dependencies
-
- getSessionUser(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
This method returns the user object associated with the specified user session.
- getSetupTest() - Method in class com.itko.lisa.testing.SuiteInfo
-
- getShortDesc() - Method in class com.itko.lisa.test.TestEvent
-
- getShortDesc() - Method in class com.itko.lisaint.LisaEventInfo
-
- getShortName() - Method in class com.itko.lisa.stats.MetricCollector
-
Made this a stort-ish String that will fit in a table column, like: "LISA: Instances"
- getSignature() - Method in class com.itko.lisa.test.TestCase
-
Returns the signature that has been created for this testcase, or if one has not been,
creates it.
- getSim() - Method in class com.itko.lisa.test.TestExec
-
- getSimName() - Method in class com.itko.lisa.test.TestExec
-
- getSimName() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
-
- getSimulator(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Will return a reference to a SimulatorServer given its correct name
- getSimulator() - Method in class com.itko.lisa.test.TestEvent
-
- getSimulators() - Method in interface com.itko.lisa.coordinator.SimulatorServer
-
Returns a cloned copy of all the currently maintained Simulators running
in this SimulatorServer.
- getSimulators() - Method in interface com.itko.lisa.coordinator.TestCoordinator
-
Used to retrieve the set of Simulators that are participating in the test.
- getSimulators(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Will retrieve a clone of the table of all currently running Simulators
The table is [ name, StringURL ] where the StringURL is used by the networking layer to reach that server
- getSiteProperties() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
This is how various LISA applications access the site-wide properties stored at the LISA Registry server
- getSize() - Method in class com.itko.lisa.test.DataSetImpl
-
- getSmallIcon() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getSourceCodeForClass(long, String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
This method retrieves the source code for the given class name from the specified agent.
- getSQL() - Method in class com.itko.lisaint.LoggedSql
-
- getSql() - Method in class com.itko.lisaint.UniqueSql
-
- getSqls() - Method in class com.itko.lisaint.LisaCollector
-
- getStack() - Method in class com.itko.lisaint.ExceptionInfo
-
Returns a String representation of the stack trace generated at the
time of the exception
- getStagedSuite() - Method in class com.itko.lisa.testing.StageRegressionRun
-
- getStagingDoc() - Method in class com.itko.lisa.testing.RegressionRunner
-
- getStagingDocPath() - Method in class com.itko.lisa.testing.RegressionRunner
-
Get the File path containing the staging document associated with this test case instance
- getStagingUid() - Method in class com.itko.lisa.test.TestEvent
-
- getStagingUniqueId() - Method in class com.itko.lisa.test.TestExec
-
When you need some code unique to a given TestExec, use getUniqueId(), but when you need a unique
ID to the whole staging that this TestExec is in context of, use this.
- getStagingUniqueId() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
-
- getStartTime() - Method in interface com.itko.lisa.coordinator.Coordinator
-
This method will tell you when the test was started.
- getStartTime() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
-
- getStartTime() - Method in interface com.itko.lisa.coordinator.SimulatorServer
-
- getStartTime() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Gets the Registry start time.
- getStartTime() - Method in class com.itko.lisa.perfmgr.ReportKey
-
- getStartTime() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getStartTime() - Method in class com.itko.lisaint.LisaCollector
-
- getState() - Method in class com.itko.lisaint.LisaCollector
-
- getStateBoolean(String, boolean) - Method in class com.itko.lisa.test.TestExec
-
This will get the property value associated with the given key
and return it as a boolean.
- getStateHTTPCookies() - Method in class com.itko.lisa.test.TestExec
-
- getStateInt(String, int) - Method in class com.itko.lisa.test.TestExec
-
Retrieves an integer from the current state with the given key
- getStatement() - Method in class com.itko.lisaint.LoggedSql
-
- getStateObject(String, boolean) - Method in class com.itko.lisa.test.TestExec
-
This method retrieves the Object from state with the given key
- getStateObject(String) - Method in class com.itko.lisa.test.TestExec
-
This method retrieves the Object from state with the given key
- getStateParameters(ParameterList) - Method in interface com.itko.lisa.editor.CustomFilterEditor
-
called to give us a chance to fill the editor prop key list with any props we
define.
- getStateParameters(ParameterList) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getStateParser() - Method in class com.itko.lisa.test.TestExec
-
- getStateProps() - Method in class com.itko.lisa.test.TestExec
-
- getStateString(String, String) - Method in class com.itko.lisa.test.TestExec
-
Retrieves a String from the current state with the given key
- getStateValue(String) - Method in class com.itko.lisa.test.TestExec
-
This method retrieves the Object from state with the given key
- getStaticValues() - Method in class com.itko.lisa.test.RandSet
-
All possible values of the random list are stored in a Vector.
- getStatisticsForAgent(long, Date, Date) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
Retrieves a list of statistics for the specified agent for the specified time period.
- getStatisticsForTicket(String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
Retrieves the statistics data for the specified ticket.
- getStats() - Method in interface com.itko.lisa.coordinator.Coordinator
-
Returns the whole stat keeper object (as a value since we are RMI) so you can look at
the test run info & the step-by-step performance info
- getStats() - Method in class com.itko.lisaint.agent.AgentSummary
-
- getStatus() - Method in interface com.itko.lisa.coordinator.Coordinator
-
This method can be used to track what the coordinator status is.
- getStdDevTime() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getStep() - Method in class com.itko.lisa.test.TestEvent
-
- getStepConnections() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getStepName() - Method in class com.itko.lisa.test.TestEvent
-
- getStepNameForDisplayLabel(String) - Static method in class com.itko.lisa.editor.TestNodeInfo
-
This is a helper method to return the actual name of step if a different label is used to display
it in areas like NodeListDropDown etc.
- getStepsLastSecond() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getStepsPerSecond() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getStepTypeForXML() - Method in class com.itko.lisa.test.TestNode
-
This method allows a subclass to override what is reported as the step type
in generated XML.
- getStepUid() - Method in class com.itko.lisa.test.TestEvent
-
- getStringValue(Object) - Method in class com.itko.lisa.test.TestExec
-
The 'n/a' means there is no value, e.g. a property was never set before the filter executes.
- getSub() - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- getSuite() - Method in class com.itko.lisa.testing.StagedSuite
-
If you want a JUnit test suite of the tests, here they are
- getSuiteDocFullPath() - Method in class com.itko.lisa.testing.RegressionRunner
-
- getSuiteDocPath() - Method in class com.itko.lisa.testing.SuiteInfo
-
- getSuiteExecHistory() - Method in interface com.itko.lisa.coordinator.SuiteCoordinator
-
- getSuiteExecHistory() - Method in class com.itko.lisa.testing.StagedSuite
-
This class keeps a history of the suite run.
- getSuiteInfo() - Method in class com.itko.lisa.testing.StagedSuite
-
This holds all the meta data about this suite.
- getSuitePath() - Method in class com.itko.lisa.testing.RegressionRunner
-
Get the File path containing the suite associated with this test case instance
- getSysProps() - Static method in class com.itko.lisa.test.TestExec
-
Deprecated.
You can use Environment.lisaProps instead
- getTableVisibleScale() - Method in class com.itko.lisa.stats.MetricCollector
-
- getTc() - Method in class com.itko.lisa.perfmgr.ReportKey
-
- getTeardownTest() - Method in class com.itko.lisa.testing.SuiteInfo
-
- getTempDir() - Static method in class com.itko.lisa.test.Environment
-
Returns a File instance of the lisatmp directory
- getTerm(String) - Method in class com.itko.util.ParameterList
-
Deprecated.
use getParameter()
- getTermValue(String) - Method in class com.itko.util.ParameterList
-
Deprecated.
use getParameterValue()
- getTest() - Method in class com.itko.lisa.test.TestNode
-
- getTestAuditor() - Method in class com.itko.lisa.testing.RegressionRunner
-
- getTestCase() - Method in interface com.itko.lisa.coordinator.TestCoordinator
-
Want to see the actual test that's staged by this Coordinator?
- getTestCase() - Method in class com.itko.lisa.test.TestExec
-
Hands back a reference to the TestCase
- getTestCase() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
-
- getTestCase() - Method in class com.itko.lisa.testing.RegressionRunner
-
- getTestCaseDocElement() - Method in class com.itko.lisa.test.TestCase
-
- getTestCaseFileName() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getTestCaseIdFromState(Map) - Static method in class com.itko.lisa.test.TestExec
-
If you have a LISA properties map and you want to know what test this is for, or "" if there isn't a
unique test case ID in this state.
- getTestCaseInfo() - Method in class com.itko.lisa.editor.ControllerBase
-
- getTestCaseInfo() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getTestCaseName() - Method in class com.itko.lisa.test.TestNode
-
- getTestCasePath() - Method in class com.itko.lisa.testing.RegressionRunner
-
Get the File path containing the test case document
- getTestCaseProps() - Method in class com.itko.lisa.test.DataSetImpl
-
- getTestCaseType() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getTestCaseTypeData() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getTestCaseXML() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getTestCount() - Method in class com.itko.lisa.testing.StagedSuite
-
Total number of tests that will run in this suite
- getTestEventMgr() - Method in class com.itko.lisa.test.TestExec
-
Returns a reference to the TestEventMgr
- getTestEventMgr() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
-
- getTestExec() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getTestExecInfo() - Method in class com.itko.lisa.test.TestExec
-
- getTestName() - Method in class com.itko.lisa.stats.StatKeeper
-
- getTestName() - Method in class com.itko.lisa.test.TestEvent
-
- getTestNode() - Method in interface com.itko.lisa.editor.Controller
-
So that your subclasses and editors know the node you are related to
- getTestNode() - Method in class com.itko.lisa.editor.ControllerBase
-
- getTestNode() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getTestNodeByName(String) - Method in class com.itko.lisa.coordinator.ReportGenerator
-
Find a node in the currently running coordinator
- getTestRegistry() - Static method in class com.itko.lisa.test.Environment
-
Get the current test registry after validating that the connection is still working.
- getTestRegistryFullName() - Static method in class com.itko.lisa.test.Environment
-
Tells us the full RMI-style name of the registry that we are attached to
- getTestRegistryName() - Static method in class com.itko.lisa.test.Environment
-
Get the test registry name, if one is registered.
- getTestRun() - Method in class com.itko.lisa.test.TestEvent
-
- getTestRunHistory() - Method in interface com.itko.lisa.coordinator.TestCoordinator
-
We need this from time to time.
- getTestRunInfo() - Method in class com.itko.lisa.stats.StatKeeper
-
- getTestRunnerConfiguration() - Method in class com.itko.lisa.coordinator.TestRunner
-
- getTestRunProperties() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getTestsNotActive() - Method in class com.itko.lisa.testing.StagedSuite
-
- getTestsStaged() - Method in class com.itko.lisa.testing.StagedSuite
-
- getTestStats() - Method in interface com.itko.lisa.coordinator.Coordinator
-
Will report the info struct as a snapshot of what's going on on this
test run.
- getTestStepProperties() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getThink() - Method in class com.itko.lisa.test.TestNode
-
Returns a string representation of the think parameters.
- getThinking() - Method in class com.itko.lisa.coordinator.RunInfo
-
- getThinking() - Method in class com.itko.lisa.test.TestCase
-
Tells us whether this test case has set thinking turned on
- getThinkSpec() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getThreadCpuTimeMillis() - Method in class com.itko.lisaint.JvmInfo
-
- getThreadCpuUtilizationPercent() - Method in class com.itko.lisaint.JvmInfo
-
- getThreadName() - Method in class com.itko.lisaint.JvmInfo
-
- getThreadProperty(String) - Static method in class com.itko.lisa.test.Environment
-
Gets a property valid on the calling thread
- getTicket(String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
Retrieves a Ticket based on the supplied ticketId value.
- getTickets(List, int, int, Date, Date, int, String, String, String, String, String, String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
- getTimestamp() - Method in class com.itko.lisa.test.TestEvent
-
- getTimestamp() - Method in class com.itko.lisa.testing.StagedSuite.SuiteEvent
-
- getToList() - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- getToolTipText() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getTotalCycles() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getTotalCycles() - Method in interface com.itko.lisa.stats.TestRunInfoMBean
-
- getTotalExecMillis() - Method in class com.itko.lisaint.UniqueSql
-
- getTotalExecutionTime() - Method in class com.itko.lisaint.LisaCollector
-
- getTotalSqlBatchCount() - Method in class com.itko.lisaint.LisaCollector
-
- getTotalSqlExecCount() - Method in class com.itko.lisaint.LisaCollector
-
- getTotalSqlExecCount(boolean) - Method in class com.itko.lisaint.LisaCollector
-
- getTotalSqlExecTimeMs() - Method in class com.itko.lisaint.LisaCollector
-
- getTotalTime() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getTransactionFrame(String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
This method creates a CompInfo for the specified frame id.
- getTransactionId() - Method in class com.itko.lisaint.LisaCollector
-
- getTransactionList() - Method in class com.itko.lisaint.Integrator
-
Gives us all the transactions that have been loaded into this Integrator in the order that
they were started.
- getTransID() - Method in class com.itko.lisaint.TransInfo
-
This will return the transaction ID given by the component author.
- getTrustStorePassword() - Static method in class com.itko.lisa.test.Environment
-
- getTrustStorePath() - Static method in class com.itko.lisa.test.Environment
-
- getType() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getType() - Method in class com.itko.lisa.perfmgr.ReportKey
-
- getType() - Method in interface com.itko.lisa.test.DataSet
-
Returns the classname of the class implementing this interface.
- getType() - Method in class com.itko.lisa.test.DataSetImpl
-
Returns the dataset's implementing classname, such as com.itko.lisa.test.DataFile
.
- getType() - Method in class com.itko.lisa.test.TestNode
-
The classname of this TestNode
- getType() - Method in class com.itko.lisaint.LisaCollector
-
- getType() - Method in class com.itko.util.Parameter
-
Returns the Parameter's declared type.
- getTypeName() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getTypeName() - Method in class com.itko.lisa.test.Abend
-
So editors have something to display
- getTypeName() - Method in interface com.itko.lisa.test.NamedType
-
On object that implement this interface, this method is called to fetch
the name of the object
- getTypeName() - Method in class com.itko.lisa.test.NormalEnd
-
So editors have something to display
- getTypeName() - Method in class com.itko.lisa.test.SimpleCompanion
-
Override this method to provide a name for this Companion
- getTypeToNameMap() - Static method in class com.itko.lisa.editor.TestNodeInfo
-
- getUid() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- getUid() - Method in class com.itko.lisa.test.TestNode
-
- getUniqueId() - Method in interface com.itko.lisa.coordinator.Coordinator
-
Names are great but there are so many, just ask the author typing this for proof ;)
This method gives you access to a should-be-unique code for this particular Coordinator
that should be useful if you need to coordinate objects within this context.
- getUniqueId() - Method in class com.itko.lisa.test.TestExec
-
Returns a unique, long, string that is a universally unique code for this particular test exec
- getUniqueId() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
-
- getUniqueSqls() - Method in class com.itko.lisaint.LisaCollector
-
- getUnqiueId() - Method in class com.itko.lisaint.LisaCollector
-
- getUptimeMs() - Method in class com.itko.lisaint.JvmInfo
-
- getUptimeSeconds() - Method in interface com.itko.lisa.coordinator.AboutInfoMBean
-
- getUrlForTicket(String) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
Retrieves a fully-qualified URL for the specified ticket.
- getUser() - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- getUser() - Method in class com.itko.lisa.perfmgr.ReportKey
-
- getUser() - Method in class com.itko.lisa.test.TestExec
-
- getUser() - Method in class com.itko.lisaint.LisaDataSource
-
- getVal() - Method in class com.itko.lisaint.LisaProp
-
- getValue() - Method in class com.itko.util.Parameter
-
Gets the value attribute for this Parameter
- getValueArray() - Method in class com.itko.util.ParameterList
-
Will build a string array of every value in our list, then return it.
- getValueFromBottom(Object, int) - Method in class com.itko.lisa.stats.MetricData
-
Gets the value for the given metric a given number of
rows up from the bottom.
- getValueRangeCounter(Object) - Method in class com.itko.lisa.stats.MetricData
-
This method will scan all the intervals that have been created for the given metic
and return a array of the lowest and highest average values thus far
Metrics that are of the Counter variety will want this calc more than the
Guage type.
- getValueRangeCounterRecent(Object) - Method in class com.itko.lisa.stats.MetricData
-
This method will scan all the recentm metrics that have been created for the given metic
and return a array of the lowest and highest average values thus far
- getValueRangeGuage(Object) - Method in class com.itko.lisa.stats.MetricData
-
This method will scan all the intervals that have been created for the given metic
and return a array of the lowest and highest average values thus far
- getValueRangeGuageRecent(Object) - Method in class com.itko.lisa.stats.MetricData
-
This method will scan all the recent metrics that have been created for the given metic
and return a array of the lowest and highest average values thus far.
- getValueToFilterPropKey() - Method in interface com.itko.lisa.test.FilterInterface
-
This method is used by the framework to get the value to use for Filter execution.
- getValueType() - Method in class com.itko.lisa.stats.MetricCollector
-
Well we give you an Object, so what now?
- getVarianceTime() - Method in class com.itko.lisa.stats.TestRunInfo
-
- getVersion() - Method in class com.itko.lisa.test.TestCase
-
The version number for this tc, which might be null if not known.
- getVersion() - Method in class com.itko.lisa.test.TestNode
-
Returns the version number of the node definition
- getVersionNumber() - Static method in class com.itko.lisa.test.Environment
-
Will read and return the version string.
- getVersionString() - Static method in class com.itko.lisa.test.Environment
-
Will read and return the version string, including build number
- getVirtualServiceEnvironment(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Will return a reference to a VirtualServiceEnvironment given its correct name
- getVirtualServiceEnvironments(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Will retrieve a clone of the table of all currently running VSEs in the named lab
The table is [ name, StringURL ] where the StringURL is used by the networking layer to reach that server
- getVirtualServiceEnvironmentsWithLab() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Will retrieve a clone of the table of all currently running VSEs with the lab name appended as @labName
The table is [ name, StringURL ] where the StringURL is used by the networking layer to reach that server
- getVisibleNodes() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- getVmProps() - Method in class com.itko.lisaint.agent.AgentSummary
-
- getVSEModel() - Method in class com.itko.lisa.test.TestExec
-
- getVSERemoteMessageServer(String) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Gets a reference to the VSE Remote Message Server (something on the VSE or Recorder side
that agents can talk to).
- getVSResourceName() - Method in class com.itko.lisa.test.TestCase
-
This method is used to return a displayable name for the resource that this
(potential) virtual service test case monitors.
- getWallclockMillis() - Method in class com.itko.lisaint.JvmInfo
-
- getWorkstations() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Will return a clone of the list of all Workstations initializing or running.
- getWriter() - Method in class com.itko.lisaint.servlet.filter.CharResponseWrapper
-
- getXAConnection() - Method in class com.itko.lisaint.LisaXADataSource
-
- getXAConnection(String, String) - Method in class com.itko.lisaint.LisaXADataSource
-
- getXmlRep() - Method in class com.itko.lisaint.LisaProp
-
- getXStreamer() - Static method in class com.itko.lisa.test.TestEvent
-
- GRAPH_X_TAG - Static variable in class com.itko.lisa.test.TestNode
-
- GRAPH_Y_TAG - Static variable in class com.itko.lisa.test.TestNode
-
- graphx - Variable in class com.itko.lisa.editor.TestNodeInfo
-
- graphy - Variable in class com.itko.lisa.editor.TestNodeInfo
-
- ID_TAG - Static variable in class com.itko.lisa.coordinator.RunInfo
-
- ID_TAG - Static variable in class com.itko.lisa.test.TestCase
-
- ID_TAG - Static variable in class com.itko.lisa.test.TestEvent
-
- immutable - Variable in class com.itko.lisaint.Integrator
-
- importTransactions(List<CompInfo>, List<CompInfo>, Map<Long, String>, InputStream, boolean) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
- init(FilterConfig) - Method in class com.itko.lisaint.servlet.filter.ServerSideFilter
-
- init(HandlerInfo) - Method in class com.itko.lisaint.wshandler.JaxRpcHandler
-
- INIT_STATE_TAG - Static variable in class com.itko.lisa.test.TestCase
-
- initFromTestCase(TestCase) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- initialize(ParameterList) - Method in class com.itko.lisa.coordinator.ReportGenerator
-
This abstract method must be implemented by the subclass to do any
processing of custom Parameters that are defined per this subclass' spec.
- initialize() - Static method in class com.itko.lisa.coordinator.TestRunner
-
- initialize() - Method in class com.itko.lisa.stats.MetricCollector
-
- initialize(Element) - Method in class com.itko.lisa.stats.MetricCollector
-
Used by the factory that loads these guys from the
- initialize(TestCase, Element) - Method in class com.itko.lisa.test.Abend
-
- initialize(Element) - Method in interface com.itko.lisa.test.CompanionInterface
-
This method is called during the construction of a Companion.
- initialize(Element, Map<String, Object>) - Method in interface com.itko.lisa.test.CompanionInterface
-
This method is called during the construction of a Companion.
- initialize(TestCase, Element) - Method in interface com.itko.lisa.test.CustJavaNodeInterface
-
This method is called during TestCase construction, only once for each CustJavaNode
that is executed.
- initialize(Element, Map<String, ?>) - Method in interface com.itko.lisa.test.DataSet
-
Called during test case construction to read the XML document data that is
specific to this kind of data set.
- initialize(ParameterList, TestExec) - Method in interface com.itko.lisa.test.DataSet
-
This is an alternative to getting one of these made by building a ParameterList instead
of giving us an XML Element.
- initialize(Element, Map<String, ?>) - Method in class com.itko.lisa.test.DataSetImpl
-
This method must be implemented by our sublcasses to take the XML
fragment that defines this and parse out of it the custom
tags needed for its use.
- initialize(Element) - Method in interface com.itko.lisa.test.FilterInterface
-
This method is called during the construction of a Filter.
- initialize(TestCase, Element) - Method in class com.itko.lisa.test.NormalEnd
-
- initialize(Element) - Method in class com.itko.lisa.test.SimpleCompanion
-
- initialize(TestCase, Element) - Method in class com.itko.lisa.test.TestNode
-
This method is called during the construction of a TestNode.
- initialize() - Method in class com.itko.lisa.testing.RegressionRunner
-
If we need to initialize then execute the test, we'll do this first.
- initialize(Element) - Method in class com.itko.util.ParameterList
-
- initializeCollector(Element) - Method in class com.itko.lisa.stats.MetricCollector
-
Used by the factory that loads these guys from the
- initLastNodeReponseTime() - Method in class com.itko.lisa.test.TestExec
-
- initMethod() - Static method in class com.itko.lisaint.LisaDataSource
-
- initMethod() - Static method in class com.itko.lisaint.LisaJdbcDriver
-
- initNewOne() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- initPerfmon() - Static method in class com.itko.lisa.stats.StatKeeper
-
Deprecated.
- installCustomClientSSLScheme() - Static method in class com.itko.lisa.test.Environment
-
- installTrackingSocket(boolean) - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
- INSTANCE_KEY - Static variable in class com.itko.lisa.test.TestExec
-
- instanceEnded() - Method in class com.itko.lisa.stats.TestRunInfo
-
- instanceStarted() - Method in class com.itko.lisa.stats.TestRunInfo
-
- Integrator - Class in com.itko.lisaint
-
This is the base class for all Lisa Integration methods.
- Integrator() - Constructor for class com.itko.lisaint.Integrator
-
- INTEGRATOR_TAG - Static variable in class com.itko.lisaint.Integrator
-
- IntegratorCallback - Interface in com.itko.lisaint.agent
-
- IntegratorComparator - Class in com.itko.lisaint.agent
-
- IntegratorComparator(String, boolean) - Constructor for class com.itko.lisaint.agent.IntegratorComparator
-
- INTERVAL_TYPE - Static variable in class com.itko.lisa.stats.MetricData
-
- INTERVALS_TAG - Static variable in class com.itko.lisa.stats.MetricData
-
- INTERVALSCOUNT_TAG - Static variable in class com.itko.lisa.stats.MetricData
-
- INTERVALSMETRICS_TAG - Static variable in class com.itko.lisa.stats.MetricData
-
- INVALID_EDITION - Static variable in class com.itko.lisa.test.Environment
-
- invalidateLicense() - Static method in class com.itko.lisa.test.Environment
-
Remove any references to a license
FRAME-1298: Be REALLY careful calling this, it checks in and wipes out EVERYTHING having to do with a license
- IReport - Interface in com.itko.lisaint
-
Internal interface used to generate output to a stream
- IS_CBT_TAG - Static variable in class com.itko.lisa.test.TestCase
-
- isAbortErrorEventID(int) - Static method in class com.itko.lisa.test.TestEvent
-
There are a variety of event types that can notify that a specific node or whole test has failed.
- isActive() - Method in class com.itko.lisa.testing.RegressionRunner
-
- isActive() - Static method in class com.itko.lisaint.TestHarness
-
Analogous to calling logger.isDebugEnabled() - this is a very inexpensive way to ensure that you don't
waste any cpu cycles building strings, etc to send to LISA when there's no LISA context anyway.
- isAfterLastRow() - Method in class com.itko.lisa.test.DataSetImpl
-
- isAfterLastRow(int) - Method in class com.itko.lisa.test.DataSetImpl
-
- isAllowDuplicates() - Method in class com.itko.lisa.testing.SuiteInfo
-
- isAllowedOnStagingOneTest() - Method in class com.itko.lisa.coordinator.ReportGenerator
-
Should this report be offered in a 1-test staging doc?
- isAllowedOnSuite() - Method in class com.itko.lisa.coordinator.ReportGenerator
-
Should this report be offered at the Suite level?
- isAvailable() - Static method in class com.itko.lisaint.agent.AgentIntegrator
-
- isBaseline() - Method in class com.itko.lisa.testing.SuiteInfo
-
- isBeforeFirstRow() - Method in class com.itko.lisa.test.DataSetImpl
-
- isBeforeFirstRow(int) - Method in class com.itko.lisa.test.DataSetImpl
-
- isCanceled() - Method in interface com.itko.lisa.test.DataSet
-
- isCanceled() - Method in class com.itko.lisa.test.DataSetImpl
-
- isCloudEnabled() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
This method returns true if a IaaS provider has been configured,
false otherwise.
- isCollectionComplete() - Method in class com.itko.lisa.stats.MetricData
-
- isConsolidatedBaseline() - Method in class com.itko.lisa.test.TestCase
-
This method returns whether or not this test case has been marked as a consolidated
baseline test.
- isCurrentRowValid(int) - Method in class com.itko.lisa.test.DataSetImpl
-
- isDebug() - Method in class com.itko.lisaint.Integrator
-
Some Integrators can request that a debug setting be turned on.
- isDisplayLabelForEndTypeNode(String) - Static method in class com.itko.lisa.editor.TestNodeInfo
-
- isDupesAllowed() - Method in class com.itko.util.ParameterList
-
Tells us what the allow-dupes setting is allowed
- isEditorCompact() - Method in interface com.itko.lisa.editor.Controller
-
The framework uses this method to determine whether the editor for this controller is
designed to fit in the narrow inspector (true
) or if it requires more real
estate (false
).
- isEditorCompact() - Method in class com.itko.lisa.editor.ControllerBase
-
The framework uses this method to determine whether the editor for this controller is
designed to fit in the narrow inspector (true
) or if it requires more real
estate (false
).
- isEditorCompact() - Method in class com.itko.lisa.editor.CustomEditor
-
The framework uses this method to determine whether the editor for this controller is
designed to fit in the narrow inspector (true
) or if it requires more real
estate (false
).
- isEditorValid() - Method in interface com.itko.lisa.editor.Controller
-
We expect you to inspect the editor and your internal data if appropriate, and return a human
readable string of an error that should be addressed, or null if there is no problem.
- isEditorValid() - Method in class com.itko.lisa.editor.ControllerBase
-
- isEditorValid() - Method in class com.itko.lisa.editor.CustJavaNodeEditor
-
- isEditorValid() - Method in class com.itko.lisa.editor.CustomEditor
-
When this method is called on your class, validate your editor's contents, and if there
is an error, return it as a String object so that the Editor can dispaly it and prevent
save/continue.
- isEditorValid() - Method in interface com.itko.lisa.editor.CustomFilterEditor
-
When this method is called on your class, validate your editor's contents, and if there
is an error, return it as a String object so that the Editor can dispaly it and prevent
save/continue.
- isEditorValid() - Method in interface com.itko.lisa.editor.NodeUIInterface
-
- isEmpty(String) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
-
- isEnabled() - Static method in class com.itko.lisaint.TestHarness
-
Inexpensively determine whether LISA integration is configured for this
server.
- isEnableValidation() - Method in class com.itko.util.Parameter
-
Check Parameter is enabled for validation or not.
- isEncoded() - Method in class com.itko.util.ParameterList
-
Tells us what the allow-dupes setting is allowed
- isEncrypted() - Method in class com.itko.util.Parameter
-
Return true if this is to be encrypted when stored
- isEndNode() - Method in class com.itko.lisa.test.Abend
-
- isEndNode() - Method in class com.itko.lisa.test.NormalEnd
-
- isEndNode() - Method in class com.itko.lisa.test.TestNode
-
Seldom will extensions need this, but node types that are in fact used to stop running the
model need to identify themselves.
- isEndTest() - Method in class com.itko.lisaint.TransInfo
-
Do not use: only for serialization
- isEvalLicense() - Static method in class com.itko.lisa.test.Environment
-
There's a custom license key that tells us if this license we're running is eval or not...
- isEventFiltered(TestExec, int) - Static method in class com.itko.lisa.test.TestEvent
-
Deprecated.
We can't do this deep inside TestExec b/c reporting will be affected
At the Simulator up level (in EventHandler) we apply a filter so that we don't chew
up network communication cycles to deliver events to those who don't care
- isEventFiltered(int, int[]) - Static method in class com.itko.lisa.test.TestEventMgr
-
Method to test a certain event and figure out if it's filtered
- isEventFiltered(TestEvent, int[]) - Static method in class com.itko.lisa.test.TestEventMgr
-
Method to test a certain event and figure out if it's filtered
- isEventFiltered(int) - Method in class com.itko.lisa.test.TestEventMgr
-
Method to test a certain event ID and figure out if it's filtered
- isFailTest() - Method in class com.itko.lisaint.TransInfo
-
- isFailureEvent() - Method in class com.itko.lisa.test.TestEvent
-
There are a variety of event types that can notify that a specific node or whole test has failed.
- isFinished() - Method in class com.itko.lisaint.JvmInfo
-
- isGeneratedName(String) - Method in class com.itko.lisa.editor.ControllerBase
-
- isGeneratedName(String) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- isGeneratedName(String) - Method in class com.itko.lisa.test.DataSetImpl
-
- isGeneratedName(String) - Method in class com.itko.lisa.test.TestNode
-
- isGlobalFilter() - Method in interface com.itko.lisa.test.FilterInterface
-
Identifies if this instance of the filter as being defined at the Test Case (global) level,
and not specific to the step (Test Node).
- isInArray(int, int[]) - Static method in class com.itko.lisa.test.TestEventMgr
-
- isInInvalidState() - Method in interface com.itko.lisa.editor.Controller
-
This is basically just a boolean version of isEditorValid
- isInInvalidState() - Method in class com.itko.lisa.editor.ControllerBase
-
- isInitialized() - Method in class com.itko.lisa.stats.MetricCollector
-
- isInvisibleNode(String) - Static method in class com.itko.lisa.editor.TestCaseInfo
-
- isInVSEServer() - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
-
- isJUnitMode() - Method in class com.itko.lisa.testing.StagedSuite
-
When this staged suite is running in a JUnit emulation mode, this will
tell you so
- isLicenseLoaded() - Static method in class com.itko.lisa.test.Environment
-
See if a license has been read yet
Typically only needed very early in LISA startup
FRAME-1298
- isLicenseValid() - Static method in class com.itko.lisa.test.Environment
-
Should be called by all full-fledged Lisa suite components.
- isLicenseValid(boolean) - Static method in class com.itko.lisa.test.Environment
-
If you would like to force license information to be re-read from file or server,
call this with true.
- isLisaOn() - Static method in class com.itko.lisaint.java.JavaIntegrator
-
Returns the answer to the question "Has Lisa Integration support been requested?"
- isLisaOn(HttpServletRequest) - Static method in class com.itko.lisaint.servlet.ServletIntegrator
-
This method figures out if Lisa Integrator support has been turned
on.
- isLoadTesting() - Method in interface com.itko.lisa.coordinator.Coordinator
-
Some components need to know if the coord is load testing, classic example is the TestRunPanel which would
normally allow a pulldown to include all events.
- isLocal() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
A local test registry is started by LISA Workstations when there is no TestRegistry available.
- isLocal() - Method in interface com.itko.lisa.test.DataSet
-
If a data set is local then it is instanced for every test exec individually, not as a "globally-scoped"
object
- isLocal() - Method in class com.itko.lisa.test.DataSetImpl
-
If a data set is local then it is instanced for every test exec individually, not as a "globally-scoped"
object
- isLocalRegistryAutoShutdown() - Static method in class com.itko.lisa.test.Environment
-
Determine whether the current application should shut down any Registry that it starts or whether it should
leave the Registry running.
- isLogCompContent() - Method in class com.itko.lisaint.Integrator
-
Some servers support reporting their actual content on a component-by-component basis.
- isLogTrace() - Method in class com.itko.lisaint.Integrator
-
For those Integrators that support sending all trace information to Lisa, this will tell
you if the test case has requested that log data or not
- isMigrated() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- isNeedsVersionUpdate() - Method in class com.itko.lisa.test.TestCase
-
- isNewTMCreated() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- isNextRowValid(int) - Method in class com.itko.lisa.test.DataSetImpl
-
- isNodeEndType() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- isNodeEndType() - Method in class com.itko.lisa.test.TestNode
-
- isNodeEndTypeOnly() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- isNodeFailedType() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- isNodeFailType() - Method in class com.itko.lisa.test.TestNode
-
- isOutOfMemoryCause(Throwable) - Static method in exception com.itko.lisa.test.LisaException
-
- isParameterTag(Element) - Static method in class com.itko.util.Parameter
-
- isPassedFromParentTest() - Method in class com.itko.lisa.test.TestExec
-
- isPaused() - Method in interface com.itko.lisa.stats.MetricController
-
If you haven't called startCollecting() yet, or you called .pauseCollecting(),
you'll get true here.
- isPreparedStatement() - Method in class com.itko.lisaint.UniqueSql
-
- isPreview() - Method in class com.itko.lisa.testing.StagedSuite
-
CORE-1084: Preview Mode outputs the test names and descriptions but does not actually run the tests.
- isPseudoNode() - Method in class com.itko.lisa.editor.TestNodeInfo
-
This is a node type that represents an action or event that happens as a result of executing a true node (test step).
- isQuiet() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- isQuiet() - Method in class com.itko.lisa.test.TestNode
-
A quiet node does not report any events as it executes that would be considered for something like
total nodes executed, execution time, and etc.
- isQuietTheDefault() - Method in class com.itko.lisa.test.Abend
-
- isQuietTheDefault() - Method in class com.itko.lisa.test.NormalEnd
-
- isQuietTheDefault() - Method in class com.itko.lisa.test.TestNode
-
For backward compatibility, we need to have nodes tell us if they should be quiet or not as a
default.
- isRandom() - Method in class com.itko.lisa.test.DataSetImpl
-
If a data set is random then LISA will make a random selection.
- isRegistryDependent() - Method in class com.itko.lisa.testing.StageRegressionRun
-
- isRegistryProcess() - Static method in class com.itko.lisa.test.Environment
-
CORE-613: Determine whether the Registry is running embedded in the current JVM
- isRemoteAllowed() - Method in class com.itko.lisa.editor.TestNodeInfo
-
Tells the editors and others whether we can allow remote exec of the Node.
- isRenamingAllowed() - Method in interface com.itko.lisa.editor.Controller
-
Can be renamed?
- isRenamingAllowed() - Method in class com.itko.lisa.editor.ControllerBase
-
Can be renamed?
- isRenamingAllowed() - Method in class com.itko.lisa.editor.TestNodeInfo
-
Can be renamed?
- isRestrictedForCreateAndCopyPasteInLISA() - Method in class com.itko.lisa.test.TestNode
-
- isRunLocally() - Method in class com.itko.lisa.testing.StagedSuite
-
- isRunnable() - Method in class com.itko.lisa.testing.StageRegressionRun
-
- isRunnning() - Method in class com.itko.lisa.testing.RegressionRunner
-
- isRunTypeConcurrent() - Method in class com.itko.lisa.testing.SuiteInfo
-
- isRunTypeSerial() - Method in class com.itko.lisa.testing.SuiteInfo
-
- isScopeGlobal() - Method in interface com.itko.lisa.test.FilterInterface
-
This method returns a flag indicating whether the scope of this Filter is global to the entire test case or not.
- isScopeLocal() - Method in interface com.itko.lisa.test.FilterInterface
-
This method returns a flag indicating whether the scope of this Filter is Local to the test step or not.
- isSecurityEnabled() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
- isShootBlanks() - Method in class com.itko.lisa.test.TestExec
-
LISA can perform property parsing work in 2 modes.
- isSingle() - Method in class com.itko.util.Parameter
-
Is this a singleton parameter?
- isStaticValues() - Method in class com.itko.lisa.test.RandSet
-
- isStopSoon() - Method in class com.itko.lisa.test.TestExec
-
- isStringInStrings(String, String[], boolean) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
-
- isSubProcess() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- isSubProcess() - Method in class com.itko.lisa.test.TestCase
-
- isSuiteCoordinator() - Method in class com.itko.lisa.coordinator.ReportGenerator
-
Will tell you if we are reporting on a whole suite of tests (true) or not (false).
- isSuspiciousEvent() - Method in class com.itko.lisa.test.TestEvent
-
This is like the isFailureEvent but adds the warning type event
- isTestEnding() - Method in class com.itko.lisa.test.TestExec
-
Call this to validate whether we are in clean-up of a test.
- isTestEnding() - Method in class com.itko.lisaint.TransInfo
-
Used to determine if the test has been set to end either in normal of failed modes.
- isTestFailed() - Method in class com.itko.lisaint.TransInfo
-
Returns true if the test has been set to a failed status
- isTestOverEvent() - Method in class com.itko.lisa.test.TestEvent
-
Will tell you if this event is notice that an individual test is over.
- isTransFailed() - Method in class com.itko.lisaint.LisaCollector
-
Useful on the LISA side to determine this simply
- isUseFilters() - Method in class com.itko.lisa.editor.TestNodeInfo
-
- isUserAllowedToSetEventFilter() - Method in class com.itko.lisa.coordinator.ReportGenerator
-
Method called by interactive test case editors to figure out how whether we need to offer
the event filter or not
It's really really important for you to set the filter by calling setFilter() in the ctor of the
ReportGenerator b/c we'll register with that filter really quickly
- isUseWhateverCoordinator() - Method in class com.itko.lisa.testing.StagedSuite
-
- isUsing(DataSetController) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- isUsingFilters() - Method in class com.itko.lisa.test.TestNode
-
TestCases can have filters set at the Test Case level (global).
- isValueNumber() - Method in class com.itko.lisa.stats.MetricCollector
-
- isValueString() - Method in class com.itko.lisa.stats.MetricCollector
-
- isVse() - Static method in class com.itko.lisa.test.Environment
-
Are we a VSE?
- isVseEdition() - Static method in class com.itko.lisa.test.Environment
-
Convenience method for determining whether LISA is running with a VSE Edition license.
- isVseEvent() - Method in class com.itko.lisa.test.TestEvent
-
- isWholeTestFailureEvent() - Method in class com.itko.lisa.test.TestEvent
-
There are a variety of event types that can notify that a whole test has failed.
- isWholeTestOverEvent() - Method in class com.itko.lisa.test.TestEvent
-
Will tell you if this event is notice that the whole test is complete.
- isWorkstation() - Static method in class com.itko.lisa.test.Environment
-
Are we a workstation?
- iterator() - Method in class com.itko.util.ParameterList
-
- ITKO_EDITION - Static variable in class com.itko.lisa.test.Environment
-
- itrList - Variable in class com.itko.lisa.editor.TestCaseInfo
-
- safeBooleanValue(String, boolean) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
-
- safeIntValue(String, int) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
-
- safeString(String) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
-
- safeString(String, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
-
- safeString(Object) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
-
- safeStringNoWhitespace(String) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
-
- SAMPLE_PROPS - Static variable in interface com.itko.lisa.test.DataSet
-
- sampleProps - Variable in class com.itko.lisa.test.DataSetImpl
-
- save() - Method in interface com.itko.lisa.editor.Controller
-
We are asking you to persist from your editor into your state, this is usually called after
the user is done if your editor, and we have called hasChanged() and isEditorValid() w/o issues.
- save() - Method in class com.itko.lisa.editor.ControllerBase
-
- save() - Method in class com.itko.lisa.editor.CustJavaNodeEditor
-
- save() - Method in class com.itko.lisa.editor.CustomEditor
-
When the user wants to save the current editor state back to the underlying object.
- save() - Method in interface com.itko.lisa.editor.CustomFilterEditor
-
When the user wants to save the current editor state back to the underlying object.
- save() - Method in interface com.itko.lisa.editor.NodeUIInterface
-
- saveCheckpoint() - Method in class com.itko.lisa.editor.TestCaseInfo
-
- saveIntervals(boolean, PrintWriter, List, String) - Method in class com.itko.lisa.stats.MetricData
-
Writes the interval data collection we have caclulated thus far (or all of them if
we are done with the test.)
- saveMetrics(boolean, PrintWriter, List, String) - Method in class com.itko.lisa.stats.MetricData
-
Writes the current set of metrics (this is everything we have collected since the last
interval was reached).
- saveNodeResponse(String, Object) - Method in class com.itko.lisa.test.TestExec
-
Saves the response object into state with a key of lisa.
- savePortableAsset(AssetContext, Asset<?>) - Method in class com.itko.lisa.test.TestNode
-
- saveResults(PrintWriter) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- saveResults(PrintWriter, String, List<String>, List<Object>) - Static method in class com.itko.lisa.editor.TestCaseInfo
-
- saveResults(PrintWriter, String, List<String>, List<Object>, List<String>) - Static method in class com.itko.lisa.editor.TestCaseInfo
-
- SCALE_TAG - Static variable in class com.itko.lisa.stats.MetricCollector
-
- SCALES_STRINGS - Static variable in class com.itko.lisa.stats.MetricCollector
-
- scheduleTask(IScheduleTask) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Lets you add a task to registry that will execute a thread to be run in a scheduled manner.
- SCRIPT_PARAM_TYPE - Static variable in class com.itko.lisa.test.TestExec
-
- sdfRef - Static variable in class com.itko.lisa.perfmgr.ReportKey
-
- secondaryStepReferenceChanged(StepConnection, String) - Method in class com.itko.lisa.editor.TestNodeInfo
-
This method is used to inform the step controller that a secondary step connection needs
to be updated.
- seedTestCase() - Method in class com.itko.lisa.test.TestCase
-
If you create a model from scratch and DON'T call the constructor with the name, call this
method to get default values going
- sendAccessEventToDradis(String, String, String, String, String, List<String>, TestRegistry.When) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
- sendAccessEventToDradis(AccessEventLogBeanEx) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
- sendEmail(String, List) - Method in class com.itko.lisa.coordinator.ReportGenerator
-
- sendEventsToDradis(List<ComponentEventsBean>) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
- sendLISATestEvent(int, String, String) - Method in class com.itko.lisaint.LisaCollector
-
Any Lisa test event can be sent via this mechanism.
- sendMetricsToDradis(List<ComponentMetricsBean>) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
- separator - Static variable in class com.itko.lisa.stats.MetricData
-
- serializeToEncodedString(Serializable) - Static method in class com.itko.lisaint.utils.DoNotUseThisStrUtil
-
- SERVER_EDITION - Static variable in class com.itko.lisa.test.Environment
-
- SERVER_EDITION_NAME - Static variable in class com.itko.lisa.test.Environment
-
- ServerSideFilter - Class in com.itko.lisaint.servlet.filter
-
A servlet filter that does automatic LISA integration.
- ServerSideFilter() - Constructor for class com.itko.lisaint.servlet.filter.ServerSideFilter
-
- ServiceManager - Class in com.itko.lisa.coordinator
-
This application enables us to start/reset/stop LISA processes at will
- ServiceManager() - Constructor for class com.itko.lisa.coordinator.ServiceManager
-
- ServiceManagerSupport - Interface in com.itko.lisa.coordinator
-
Classes the implement this interface are able to be remotely controlled.
- serviceReset() - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
-
Resets the current service.
- serviceStatus() - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
-
- serviceStop() - Method in interface com.itko.lisa.coordinator.ServiceManagerSupport
-
Stops the current service.
- ServletIntegrator - Class in com.itko.lisaint.servlet
-
This is the Integrator sub-class that Servlet application developers will work
directly with in providing test-enabled components for their Lisa test case
execution.
- ServletIntegrator(String) - Constructor for class com.itko.lisaint.servlet.ServletIntegrator
-
- SESSION_HTTP_HEADER_KEY - Static variable in class com.itko.lisaint.servlet.ServletIntegrator
-
- SESSIONID_KEY - Static variable in class com.itko.lisaint.servlet.ServletIntegrator
-
- setActive(boolean) - Method in class com.itko.lisa.testing.RegressionRunner
-
- setAgentId(long) - Method in class com.itko.lisaint.LisaCollector
-
- setAgentName(String) - Method in class com.itko.lisaint.LisaCollector
-
- setAlertEmail(AlertEmail) - Method in class com.itko.lisa.stats.MetricCollector
-
- setAllowDupes(boolean) - Method in class com.itko.util.ParameterList
-
Tell us whether to allow duplicate keys in the collection.
- setAllowDuplicates(boolean) - Method in class com.itko.lisa.testing.SuiteInfo
-
- setAssertions(Vector<Assertion>) - Method in class com.itko.lisa.test.TestCase
-
Sets the List of Global Assertions for this test case
- setAssociatedObject(Object, Object) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- setAssociatedResources(Map<String, List<String>>) - Method in class com.itko.lisa.test.TestCase
-
- setAtend(String) - Method in interface com.itko.lisa.test.DataSet
-
Sets the AtEnd attribute for this data set.
- setAtend(String) - Method in class com.itko.lisa.test.DataSetImpl
-
- setAttrs(LinkedHashMap) - Method in class com.itko.lisaint.LoggedMessage
-
- setAutoGenParameters(List) - Method in class com.itko.lisa.coordinator.ReportGenerator
-
- setBaseline(boolean) - Method in class com.itko.lisa.testing.SuiteInfo
-
- setBasePath(String) - Method in class com.itko.lisa.testing.SuiteInfo
-
- setBuildStatus(String, String) - Method in class com.itko.lisaint.LisaCollector
-
Enables the system under test to declare its execution or build status to Lisa
explicitly.
- setBuildTime(long) - Method in class com.itko.lisaint.LisaCollector
-
Deprecated.
Will be removed in a future release.
- setClassLoader(ClassLoader) - Method in class com.itko.lisa.test.TestExec
-
- setClassLoader(ClassLoader) - Static method in class com.itko.util.Dependencies
-
- setClassName(String) - Method in class com.itko.lisaint.ExceptionInfo
-
- setClassName(String) - Method in class com.itko.lisaint.LisaCollector
-
- setCollectTimeout(int) - Method in interface com.itko.lisa.stats.MetricController
-
Tell this Controller how long to wait for a collector to remain hanging before
we interupt its thread and attempt to try again.
- setCompanionInfo(TestCaseInfo, CompanionController) - Method in class com.itko.lisa.editor.CustomCompanionEditor
-
This method is called on you whenever your Companion sublcass needs to be
set for this object.
- setCompanions(List<CompanionInterface>) - Method in class com.itko.lisa.test.TestCase
-
To provide us with the list of Companions for this test.
- setCompContent(String) - Method in class com.itko.lisaint.LisaCollector
-
This is how a component can set its content to report to the Lisa.
- setCompletedReportKey(ReportKey) - Method in class com.itko.lisa.coordinator.ReportGenerator
-
If you are the kind of report that is generated into the reports
directory and you have a key, please call this method to make that
key available to people AFTER your report is ready.
- setConfig(Configuration) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- setConfigFile(String) - Method in class com.itko.lisa.testing.StagedSuite
-
Set during init.
- setConsolidatedBaseline(boolean) - Method in class com.itko.lisa.test.TestCase
-
This method is used to set or clear the mark on this test case as to whether it
represents a cnsolidated baseline test or not.
- setContextClassLoader() - Method in class com.itko.lisa.test.TestExec
-
- setController(Controller) - Method in class com.itko.lisa.editor.CustomEditor
-
You are told your controller this way
- setConversionMessage(String) - Method in class com.itko.lisa.test.TestCase
-
- setCoordinator(Coordinator) - Method in class com.itko.lisa.coordinator.ReportGenerator
-
Called internally to give Report Generators the handle to the Coordinator
- setCoordinator(Coordinator) - Method in class com.itko.lisa.stats.MetricCollector
-
This method is generally called by the TestManager when setting up metrics to be
used.
- setCoordinatorServer(CoordinatorServer) - Method in class com.itko.lisa.perfmgr.ReportKey
-
- setCurrentNode(TestNode) - Method in class com.itko.lisa.test.TestExec
-
Called by the TestCase class to let the world know what the currently
executing Node is.
- setCurrentRow(int) - Method in class com.itko.lisa.test.DataSetImpl
-
- setCurrentThreadContextClassLoader() - Static method in class com.itko.lisa.test.Environment
-
- setDebug(boolean) - Method in class com.itko.lisaint.Integrator
-
Used to turn on/off the request to turn the sever debug mode on.
- setDefAudit(String) - Method in class com.itko.lisa.testing.SuiteInfo
-
- setDefaultBasePathFrom(String) - Method in class com.itko.lisa.testing.SuiteInfo
-
- setDefaultTestRegistry() - Static method in class com.itko.lisa.test.Environment
-
CORE-464: Connect to the default Registry.
- setDefaultValues() - Method in class com.itko.lisa.coordinator.RunInfo
-
- setDefCS(String) - Method in class com.itko.lisa.testing.SuiteInfo
-
- setDeferredLisaProp(String, Object) - Static method in class com.itko.lisaint.TestHarness
-
Set an arbitrary property name to a value.
- setDefStaging(String) - Method in class com.itko.lisa.testing.SuiteInfo
-
- setDeletedProps(Set<String>) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- setDeletedProps(Set<String>) - Method in class com.itko.lisa.test.TestCase
-
- setDelimiter(String) - Method in class com.itko.util.ParameterList
-
- setDistributionPattern(DistributionPattern) - Method in class com.itko.lisa.coordinator.RunInfo
-
- setDocs(String) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- setDocs(String) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- setDocumentation(String) - Method in class com.itko.lisa.coordinator.RunInfo
-
- setDocumentation(String) - Method in class com.itko.lisa.test.TestCase
-
Used to provide simple text documentation of the test case
- setDocumentation(String) - Method in class com.itko.lisa.test.TestNode
-
Simple text field for providing extended documentation of the node.
- setDocumentation(String) - Method in class com.itko.lisa.testing.SuiteInfo
-
- setDriver(String) - Method in class com.itko.lisaint.LisaDataSource
-
- setDSMaxItems(int) - Method in class com.itko.lisa.test.DataSetImpl
-
- setDSMaxItems(int) - Method in class com.itko.lisa.test.RandSet
-
- setDSName(String) - Method in class com.itko.lisa.test.RandSet
-
- setEditorTarget(TestCaseInfo, TestNodeInfo) - Method in interface com.itko.lisa.editor.Controller
-
Called on this object by the framework to let you know what test case
you are scoped into and the test node.
- setEditorTarget(TestCaseInfo, TestNodeInfo) - Method in class com.itko.lisa.editor.ControllerBase
-
- setEditorTarget(TestCaseInfo, TestNodeInfo) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- setElseNode(String) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- setElseNode(String) - Method in class com.itko.lisa.test.TestNode
-
Sets the next node.
- setElseNode(TestNode) - Method in class com.itko.lisa.test.TestNode
-
- setEnableValidation(boolean) - Method in class com.itko.util.Parameter
-
Set enableValidation attribute for validation
- setEncoded(boolean) - Method in class com.itko.util.ParameterList
-
Tell us whether the ParameterList is URL-encoded.
- setEncrypted(boolean) - Method in class com.itko.util.Parameter
-
Set flag if the value is to be encrypted when stored
- setEncryptedStateValue(String, String, String) - Method in class com.itko.lisa.test.TestExec
-
- setEndTest(boolean) - Method in class com.itko.lisaint.TransInfo
-
Do not use: only for serialization:: use: endTest( String endTestMsg )
- setEndTestMsg(String) - Method in class com.itko.lisaint.TransInfo
-
Do not use: only for serialization:: use: endTest(String endTestMsg)
- setEndTime(long) - Method in class com.itko.lisaint.LisaCollector
-
- setEvent(int) - Method in class com.itko.lisa.test.TestEvent
-
- setEventID(int) - Method in class com.itko.lisaint.LisaEventInfo
-
Exists only for serialization issues
setters
- setException(Throwable) - Method in class com.itko.lisaint.LisaCollector
-
Components can explicitly declare that an exception was caught during its processing
and report that exception to Lisa by calling this method.
- setExtraInfo(ParameterList) - Method in class com.itko.lisa.editor.TestNodeInfo
-
This method is used to set any extra information for public consumption from a VSE for
this step.
- setExtraInfo(ParameterList) - Method in class com.itko.lisa.test.TestNode
-
This method is used to set any extra information for public consumption from a VSE for
this step.
- setFailOnLoggedException(boolean) - Static method in class com.itko.lisaint.TestHarness
-
- setFailTest(boolean) - Method in class com.itko.lisaint.TransInfo
-
Do not use: only for serialization:: use: failTest(String message)
- setFailTestMsg(String) - Method in class com.itko.lisaint.TransInfo
-
Do not use: only for serialization:: use: failTest(String failTestMsg)
- setFilter(int[]) - Method in class com.itko.lisa.coordinator.ReportGenerator
-
Allows us to change our filter at runtime, BUT there are optimizations "above" us
that you must handle, otherwise, this may be meaningless...
- setFilterInfo(TestCaseInfo, TestNodeInfo, ParameterList) - Method in interface com.itko.lisa.editor.CustomFilterEditor
-
This method is called on you whenever your sublcass needs to be
set for this object.
- setFilters(Vector<FilterInterface>) - Method in class com.itko.lisa.test.TestCase
-
Sets the List of Filters for this test case
- setFinalNode(String) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- setFinalNode(String) - Method in class com.itko.lisa.test.TestCase
-
- setForcedNode(String) - Method in class com.itko.lisaint.TransInfo
-
- setFrom(String) - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- setGraphX(int) - Method in class com.itko.lisa.test.TestNode
-
- setGraphY(int) - Method in class com.itko.lisa.test.TestNode
-
- setHasVersionConverted(boolean) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- setHigh(double) - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- setHost(String) - Method in class com.itko.lisa.perfmgr.ReportKey
-
- setHostname(String) - Method in class com.itko.lisaint.JvmInfo
-
- setHTMLDOMOnResult(Document) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- setId(String) - Method in class com.itko.lisa.test.TestCase
-
Used to set the unique id for this test.
- setImmutable(boolean) - Method in class com.itko.lisaint.Integrator
-
- setInstance(int) - Method in class com.itko.lisa.test.TestEvent
-
- setIntegrator(Integrator) - Method in class com.itko.lisaint.TransInfo
-
- setIntervalRate(int) - Method in class com.itko.lisa.coordinator.RunInfo
-
- setIntervalSize(int) - Method in interface com.itko.lisa.stats.MetricController
-
Call to change the size of a sample interval.
- setIntervalSize(int) - Method in class com.itko.lisa.stats.MetricData
-
- setInVSEServer(boolean) - Method in interface com.itko.lisa.test.TestExec.TestExecInfo
-
- setIPSpoofingInfo(IPSpoofingInfo) - Method in class com.itko.lisa.coordinator.RunInfo
-
- setIPSpoofingInfo(IPSpoofingInfo) - Method in class com.itko.lisa.test.TestCase
-
- setIsNewTMCreated(boolean) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- setJaxWsMessageContext(Object) - Static method in class com.itko.lisaint.TestHarness
-
Deprecated.
- setJUnitMode(boolean) - Method in class com.itko.lisa.testing.StagedSuite
-
Set by initialization logic, don't do this unless you really know what
you are doing!
- setJvmInfo(JvmInfo) - Method in class com.itko.lisaint.LisaCollector
-
If a subclass needs to replace our jvminfo
- setKey(String) - Method in class com.itko.lisaint.LisaProp
-
- setKey(String) - Method in class com.itko.util.Parameter
-
Sets the key attribute for this Parameter
- setLastCPKey(String) - Static method in class com.itko.util.Dependencies
-
- setLastErrorMessage(String) - Method in class com.itko.lisa.editor.ControllerBase
-
- setLastHtmlResponse(HtmlResponseWrapper) - Method in class com.itko.lisa.test.TestExec
-
- setLastPathKey(String) - Static method in class com.itko.util.Dependencies
-
- setLastResponse(Object) - Method in class com.itko.lisa.test.TestExec
-
This method will store the given Object as the last response
we received from the system under test.
- setLastResponseCharset(String) - Method in class com.itko.lisa.test.TestExec
-
- setLastURLKey(String) - Static method in class com.itko.util.Dependencies
-
- setLaunchState(Map<String, Object>) - Method in class com.itko.lisa.coordinator.ReportGenerator
-
- setLicense(ILicense) - Static method in class com.itko.lisa.test.Environment
-
- setLisaOn(boolean) - Static method in class com.itko.lisaint.java.JavaIntegrator
-
Enabled application developers to set Lisa Integration support on/off as desired
- setLISAProp(String, Serializable) - Method in class com.itko.lisaint.LisaCollector
-
A simple wrapper for setLISAProp(String, Object)
- setLISAProp(String, Object) - Method in class com.itko.lisaint.LisaCollector
-
Server component authors have the ability to set Properties on the Lisa test execution
that is running them.
- setLisaProp(String, Serializable) - Static method in class com.itko.lisaint.TestHarness
-
Old declaration (Serializeable value).
- setLisaProp(String, Object) - Static method in class com.itko.lisaint.TestHarness
-
Set an arbitrary property name to a value.
- setLoadPattern(LoadPattern) - Method in class com.itko.lisa.coordinator.RunInfo
-
- setLocal(boolean) - Method in class com.itko.lisa.test.DataSetImpl
-
- setLog(String) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- setLog(String) - Method in class com.itko.lisa.test.TestNode
-
Allows us to set the log message for this TestNode
- setLogCompContent(boolean) - Method in class com.itko.lisaint.Integrator
-
Used to request logging of compnent content on or off
- setLogTrace(boolean) - Method in class com.itko.lisaint.Integrator
-
Called to turn on/off the request to log trace info from the server back to Lisa.
- setLongDesc(String) - Method in class com.itko.lisa.test.TestEvent
-
- setLongDesc(String) - Method in class com.itko.lisaint.LisaEventInfo
-
Exists only for serialization issues
setters
- setLow(double) - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- setMailHost(String) - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- setMaxErrors(int) - Method in class com.itko.lisa.coordinator.ReportGenerator
-
- setMergeDupesDelimiter(String) - Method in class com.itko.util.ParameterList
-
Providing a delimiter has the affect of not allowing dupe keys in the list, but instead of
just ignoring them, it appends the dupe value to the existing parameter.
- setMeta(Meta) - Method in class com.itko.lisa.coordinator.RunInfo
-
- setMeta(Meta) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- setMeta(Meta) - Method in class com.itko.lisa.test.TestCase
-
Set the meta
- setMeta(Meta) - Method in class com.itko.lisa.testing.SuiteInfo
-
- setMethod(String) - Method in class com.itko.lisaint.LisaCollector
-
- setMetrics(List) - Method in class com.itko.lisa.coordinator.RunInfo
-
- setModelArchive(ModelArchive) - Method in interface com.itko.lisa.coordinator.SuiteCoordinator
-
- setModelArchive(ModelArchive) - Method in class com.itko.lisa.testing.StagedSuite
-
Called during init to load this stagedsuite with tests from the suite doc in the
specified model archive.
- setMonitorArchive(ModelArchive) - Method in class com.itko.lisa.testing.StagedSuite
-
Called during init to load this stagedsuite with tests from the suite doc in the
specified model archive.
- setMsg(String) - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- setMsg(String) - Method in class com.itko.lisaint.ExceptionInfo
-
- setName(String) - Method in class com.itko.lisa.editor.ControllerBase
-
This method is called to set the name of the object
- setName(String) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- setName(String) - Method in interface com.itko.lisa.test.DataSet
-
Sets the name for this data set.
- setName(String) - Method in class com.itko.lisa.test.DataSetImpl
-
- setName(String) - Method in interface com.itko.lisa.test.NamedObject
-
This method is called to set the name of the object
- setName(String) - Method in class com.itko.lisa.test.RandSet
-
Allows you to set the name/property key for this random list
- setName(String) - Method in class com.itko.lisa.test.TestCase
-
This method is used to rename a test case.
- setName(String) - Method in class com.itko.lisa.test.TestNode
-
Sets the name of this TestNode
- setName(String) - Method in class com.itko.lisa.testing.SuiteInfo
-
- setName(String) - Method in class com.itko.lisaint.LisaCollector
-
Sets the descriptive name of this reporting object
- setName(String) - Method in class com.itko.util.Parameter
-
Allows us to set a label or name for the Parameter.
- setNameType(NamedObject.NameType) - Method in class com.itko.lisa.editor.ControllerBase
-
Sets the element name-type.
- setNameType(Controller) - Static method in class com.itko.lisa.editor.ControllerBase
-
- setNameType(NamedObject.NameType) - Method in class com.itko.lisa.editor.TestNodeInfo
-
Sets the element name-type.
- setNameType(NamedObject.NameType) - Method in interface com.itko.lisa.test.NamedObject
-
Sets the element name-type.
- setNextNode(TestNodeInfo) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- setNextNode(String) - Method in class com.itko.lisa.test.TestExec
-
Critical method for TestNodes.
- setNextNode(String) - Method in class com.itko.lisaint.TransInfo
-
Server component authors have the ability to instruct Lisa to execute a node of
a given name explicitly.
- setNodeInfo(TestCaseInfo, TestNodeInfo) - Method in interface com.itko.lisa.editor.NodeUIInterface
-
- setOutboundAddress(String) - Method in class com.itko.lisaint.LisaCollector
-
- setOverrideMaxInitialTrayWidth(double) - Method in class com.itko.lisa.editor.CustomEditor
-
Override the default tray width.
- setPaceInMillis(long) - Method in interface com.itko.lisa.coordinator.TestCoordinator
-
If you want this coordinator to introduce artificial delay into restarting a test
instance to meet a certain pace, provide that pace here.
- setPaceTimeInSecs(int) - Method in class com.itko.lisa.coordinator.RunInfo
-
- setPaceTransactions(int) - Method in class com.itko.lisa.coordinator.RunInfo
-
- setParameters(ParameterList) - Method in class com.itko.lisa.test.SimpleCompanion
-
Assigns the parameters
, which may contain custom parameters
and parameters injected by LISA (such as type
, which indicates
the classname of the companion).
- setParameterValue(String, String) - Method in class com.itko.util.ParameterList
-
Sometimes you want to allow for duplicate values in a list but you want the ability to
set a parameter value as if you didn't.
- setParent(CoordinatorClient) - Method in interface com.itko.lisa.coordinator.Coordinator
-
Called internally at just the right time, please don't try this at home
- setParent(CompInfo) - Method in class com.itko.lisaint.LisaCollector
-
- setPassword(String) - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- setPassword(String) - Method in class com.itko.lisaint.LisaDataSource
-
- setPathfinderVersion(int) - Method in class com.itko.lisa.test.TestCase
-
Tell us whether you want us to look for LIK data in responses or from Pathfinder.
- setPathfinderVersionExp(String) - Method in class com.itko.lisa.coordinator.RunInfo
-
- setPort(String) - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- setPreferredColor(Color) - Method in class com.itko.lisa.stats.MetricCollector
-
- setPreferredDirKey(String) - Static method in class com.itko.util.Dependencies
-
- setPreferredFormatter(NumberFormat) - Method in class com.itko.lisa.stats.MetricCollector
-
- setPreview(boolean) - Method in class com.itko.lisa.testing.StagedSuite
-
CORE-1084: Preview Mode outputs the test names and descriptions but does not actually run the tests
- setProcessId(String) - Static method in class com.itko.lisaint.JvmInfo
-
- setProjectRoot(String) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- setPSKKey(Serializable) - Method in class com.itko.lisa.stats.TestRunInfo
-
- setQuiet(boolean) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- setQuiet(boolean) - Method in class com.itko.lisa.test.TestNode
-
A quiet node does not report any events as it executes that would be considered for something like
total nodes executed, execution time, and etc.
- setRandom(boolean) - Method in class com.itko.lisa.test.DataSetImpl
-
- setRandSets(Hashtable<String, RandSet>) - Method in class com.itko.lisa.test.TestCase
-
This method will set the collection of RandSets.
- setRealTimeConfig(Configuration) - Method in class com.itko.lisa.test.TestCase
-
Sets the current configuration for this testcase to use.
- setReceivingAddress(String) - Method in class com.itko.lisaint.LisaCollector
-
- setRecordEvents(Boolean) - Method in class com.itko.lisa.coordinator.ReportGenerator
-
- setRecordMetrics(Boolean) - Method in class com.itko.lisa.coordinator.ReportGenerator
-
- setRecordProps(Boolean) - Method in class com.itko.lisa.coordinator.ReportGenerator
-
- setRecordReqResp(Boolean) - Method in class com.itko.lisa.coordinator.ReportGenerator
-
- setRefererNode(TestNodeInfo) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- setRemoteServer(String) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- setRemoteServer(String) - Method in class com.itko.lisa.test.TestNode
-
Used to tell the test case execution framework to remotely stage and execute this
particular node.
- setRemoteServerAllowed(boolean) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- setRemovedParams(ParameterList) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- setRequest(String) - Method in class com.itko.lisaint.LisaCollector
-
- setResponse(String) - Method in class com.itko.lisaint.LisaCollector
-
- setResponseCharset(String) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- setResponseFileName(String) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- setResultInfo(List, TestNodeInfo, AssertControllerBase) - Method in class com.itko.lisa.editor.CustomResultEditor
-
This method is called on you whenever your CheckResult sublcass needs to be
set for this object.
- setResultParamTemp(ParameterList) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- setResultState(ParameterList) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- setRet(Object) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- setRobot(int) - Method in class com.itko.lisa.test.TestEvent
-
- setRun(String) - Method in class com.itko.lisa.perfmgr.ReportKey
-
- setRun(String) - Method in class com.itko.lisa.test.TestEvent
-
- setRunLocally(boolean) - Method in class com.itko.lisa.testing.StagedSuite
-
- setRunName(String) - Method in interface com.itko.lisa.coordinator.Coordinator
-
Used to set the name of this test run in all events.
- setRunName(String) - Method in class com.itko.lisa.coordinator.RunInfo
-
- setRunName(String) - Method in class com.itko.lisa.testing.StagedSuite
-
Be careful calling this as it is usually done as part of
initialization
- setRunType(String) - Method in class com.itko.lisa.testing.StagedSuite
-
Set during init.
- setRunType(String) - Method in class com.itko.lisa.testing.SuiteInfo
-
- setSampleProps(HashMap<Object, Object>) - Method in class com.itko.lisa.test.DataSetImpl
-
- setSampleRate(int) - Method in class com.itko.lisa.coordinator.RunInfo
-
- setSampleRate(int) - Method in interface com.itko.lisa.stats.MetricController
-
Call to change the sample rate.
- setSavedTCVersion(int) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- setScale(String) - Method in class com.itko.lisa.stats.MetricCollector
-
- setScale(double) - Method in class com.itko.lisa.stats.MetricCollector
-
- setServerInfo(String) - Method in class com.itko.lisaint.agent.AgentSummary
-
- setSessionId(String) - Method in class com.itko.lisaint.servlet.ServletIntegrator
-
Allows the servlet author to explicitly set the session ID.
- setSessionStateObj(ISessionState) - Static method in class com.itko.util.Dependencies
-
- setSetupTest(String) - Method in class com.itko.lisa.testing.SuiteInfo
-
- setShortDesc(String) - Method in class com.itko.lisa.test.TestEvent
-
- setShortDesc(String) - Method in class com.itko.lisaint.LisaEventInfo
-
Exists only for serialization issues
setters
- setSimName(String) - Method in class com.itko.lisa.test.TestEvent
-
- setSingle(boolean) - Method in class com.itko.util.Parameter
-
Sets the singleton attribute for this parameter
- setSizeInRecord(Map<String, Object>) - Method in class com.itko.lisa.test.DataSetImpl
-
- setSource(String) - Method in class com.itko.lisa.test.TestCase
-
- setStack(String) - Method in class com.itko.lisaint.ExceptionInfo
-
- setStagingUid(String) - Method in class com.itko.lisa.test.TestEvent
-
- setStartTime(Date) - Method in class com.itko.lisa.perfmgr.ReportKey
-
- setStartTime(long) - Method in class com.itko.lisaint.LisaCollector
-
- setState(String) - Method in class com.itko.lisaint.LisaCollector
-
- setStateObject(String, Object) - Method in class com.itko.lisa.test.TestExec
-
This is how you set a property -> aka state key/value.
- setStateValue(String, Object) - Method in class com.itko.lisa.test.TestExec
-
This is how you set a property -> aka state key/value.
- setStateValue(String, Object, boolean) - Method in class com.itko.lisa.test.TestExec
-
This is a version of the setStateValue method that allow us to avoid
doing an EVENT_SETPROP on it.
- setStateValues(Map, boolean) - Method in class com.itko.lisa.test.TestExec
-
Convenience method to push a bunch of properties into this execution state.
- setStateValues(Map, boolean, boolean) - Method in class com.itko.lisa.test.TestExec
-
Pushes a bunch of properties into this execution state.
- setStateValues(ParameterList, boolean) - Method in class com.itko.lisa.test.TestExec
-
Convenience method to push a bunch of properties into this execution state
- setStaticValues(boolean) - Method in class com.itko.lisa.test.RandSet
-
- setStats(List) - Method in class com.itko.lisaint.agent.AgentSummary
-
- setStep(String) - Method in class com.itko.lisa.test.TestEvent
-
- setStepUid(String) - Method in class com.itko.lisa.test.TestEvent
-
- setSub(String) - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- setSubProcess(boolean) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- setSubProcess(boolean) - Method in class com.itko.lisa.test.TestCase
-
- setSuiteDocPath(String) - Method in class com.itko.lisa.testing.SuiteInfo
-
- setTc(String) - Method in class com.itko.lisa.perfmgr.ReportKey
-
- setTeardownTest(String) - Method in class com.itko.lisa.testing.SuiteInfo
-
- setTest(String) - Method in class com.itko.lisa.test.TestEvent
-
- setTest(TestCase) - Method in class com.itko.lisa.test.TestNode
-
- setTestCase(TestCase) - Method in class com.itko.lisa.test.TestExec
-
Allows us to set the test case for this execution.
- setTestCase(String) - Method in class com.itko.lisa.testing.RegressionRunner
-
- setTestCaseFileName(String) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- setTestCaseInfo(TestCaseInfo) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- setTestCaseType(TestCaseTypeData.Type) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- setTestEnding(boolean) - Method in class com.itko.lisa.test.TestExec
-
- setTestExec(TestExec) - Method in class com.itko.lisa.editor.TestCaseInfo
-
- setTestRegistry(String) - Static method in class com.itko.lisa.test.Environment
-
- setTestRegistry(String, boolean) - Static method in class com.itko.lisa.test.Environment
-
CORE-464:
Set the current registry using its name.
- setTestRegistry(TestRegistry) - Static method in class com.itko.lisa.test.Environment
-
CORE-464:
Set the test registry directly.
- setTestRegistry(TestRegistry, boolean) - Static method in class com.itko.lisa.test.Environment
-
- setThink(String) - Method in class com.itko.lisa.test.TestNode
-
This method takes a string in the form "from-to" or just "thislong", and will
parse it to set the TestNode's think from and think to attributes appropriately.
- setThinking(int) - Method in class com.itko.lisa.coordinator.RunInfo
-
- setThinking(int) - Method in interface com.itko.lisa.coordinator.TestCoordinator
-
This is how we throttle to thinking time from 0% (don't honor think time)
to whatever % you wish.
- setThinking(int) - Method in class com.itko.lisa.test.TestCase
-
This is test case-level boolean that answers the question
"should we do the thinking that is specified?"
- setThinkSpec(String) - Method in class com.itko.lisa.editor.TestNodeInfo
-
Set the think spec based on a string value.
- setThinkTime(long, long) - Method in class com.itko.lisa.editor.TestNodeInfo
-
This method is used to set the think time specification for the step.
- setThreadCpuTimeMillis(long) - Method in class com.itko.lisaint.JvmInfo
-
- setThreadCpuUtilizationPercent(int) - Method in class com.itko.lisaint.JvmInfo
-
- setThreadName(String) - Method in class com.itko.lisaint.JvmInfo
-
- setThreadProperty(String, Object) - Static method in class com.itko.lisa.test.Environment
-
Sets a property valid on the calling thread
- setTimestamp(Date) - Method in class com.itko.lisa.test.TestEvent
-
- setToList(List) - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- setTotalExecutionTime(long) - Method in class com.itko.lisaint.LisaCollector
-
- setTransactionid(String) - Method in class com.itko.lisaint.LisaCollector
-
- setTransactionLicensingManager(TransactionLicensingManager) - Method in class com.itko.lisa.test.TestCase
-
- setTransID(String) - Method in class com.itko.lisaint.TransInfo
-
Allows you to set a new transaction ID for the this transaction
- setType(String) - Method in interface com.itko.lisa.editor.Controller
-
When initially constructed for a new test element (no migration), the framework will
call this to tell you what type of object you own.
- setType(String) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- setType(String) - Method in class com.itko.lisa.perfmgr.ReportKey
-
- setType(String) - Method in class com.itko.lisa.test.DataSetImpl
-
Sets the implementing classname of the dataset, such as setType("com.itko.lisa.test.DataFile")
- setType(String) - Method in class com.itko.lisaint.LisaCollector
-
- setType(Object) - Method in class com.itko.util.Parameter
-
Allows you to set the Paramter type.
- setUid(String) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- setUid(String) - Method in class com.itko.lisa.test.TestNode
-
- setUIDs() - Method in class com.itko.lisa.test.TestCase
-
This method sets unique GUIDs for all the nodes in the TestCase
- setUnqiueId(String) - Method in class com.itko.lisaint.LisaCollector
-
- SETUP_TEARDOWN - Static variable in class com.itko.lisa.coordinator.RunInfo
-
- setUpCustomHttpSocketFactory() - Method in class com.itko.lisa.test.Environment
-
- setupEvents(Element, Map<String, Object>) - Static method in class com.itko.lisa.coordinator.ReportGenerator
-
Used internally to LISA to load the ReportGenerators from a staging document
- setupFileMenu(JMenuItem, JMenuItem, JMenuItem, JMenuItem, JMenuItem) - Method in class com.itko.lisa.testing.StageRegressionRun
-
- setupRegression(String[]) - Method in class com.itko.lisa.testing.StagedSuite
-
- setupShutdownHook(Runnable) - Static method in class com.itko.lisa.test.Environment
-
Deprecated.
use #LisaShutdownHooks.add()
instead
- setUrl(String) - Method in class com.itko.lisaint.LisaDataSource
-
- setUseAutoRedeployClassLoader(boolean) - Static method in class com.itko.lisa.test.Environment
-
Used by the Test Manger to make the class loader the one that senses changes and
redploys itself as needed.
- setUseFilters(boolean) - Method in class com.itko.lisa.editor.TestNodeInfo
-
- setUser(String) - Method in class com.itko.lisa.perfmgr.AlertEmail
-
- setUser(String) - Method in class com.itko.lisa.perfmgr.ReportKey
-
- setUser(String) - Method in class com.itko.lisaint.LisaDataSource
-
- setUseWhateverCoordinator(boolean) - Method in class com.itko.lisa.testing.StagedSuite
-
- setUsingFilters(boolean) - Method in class com.itko.lisa.test.TestNode
-
A way to turn off or on the execution of global filters.
- setVal(Serializable) - Method in class com.itko.lisaint.LisaProp
-
Deprecated.
create a new LisaProp instead
- setValue(String) - Method in class com.itko.util.Parameter
-
Sets the value attribute for this Parameter
- setValueToFilterPropKey(String) - Method in interface com.itko.lisa.test.FilterInterface
-
- setValueType(int) - Method in class com.itko.lisa.stats.MetricCollector
-
Subclasses know what type of value they are sending, so the subclass MUST
call this method as soon as possible to let the world know what it can do
with the results of a fetchMetricValue()
- setVersion(String) - Method in class com.itko.lisa.test.TestNode
-
Sets the version number of the node
- setVmProps(Map) - Method in class com.itko.lisaint.agent.AgentSummary
-
- setWallclockMillis(long) - Method in class com.itko.lisaint.JvmInfo
-
Used by subclasses that need to build this post-facto
- SHORT_TAG - Static variable in class com.itko.lisa.test.TestEvent
-
- showEditor() - Method in interface com.itko.lisa.editor.Controller
-
When the framework needs to actually put the editor on screen, you'll get called here.
- showEditor() - Method in class com.itko.lisa.editor.ControllerBase
-
- shutdown() - Method in interface com.itko.lisa.coordinator.TestRegistry
-
Shut down the registry server and associated services
todo: Some sort of security mechanism?
- SIG_TAG - Static variable in class com.itko.lisa.test.TestCase
-
- SimpleCompanion - Class in com.itko.lisa.test
-
SimpleCompanion - a simplified way to extend LISA with new companions.
- SimpleCompanion() - Constructor for class com.itko.lisa.test.SimpleCompanion
-
- simpleCompare(String, String) - Static method in class com.itko.lisa.perfmgr.ReportKey
-
- simpleCompare(Date, Date) - Static method in class com.itko.lisa.perfmgr.ReportKey
-
- SimulatorServer - Interface in com.itko.lisa.coordinator
-
The SimulatorServer interface provides the interface inheritance needed for custom
Simulator factories as well as the RMI indirection needed to generate remote
SimulatorServer stubs and skeletons.
- size() - Method in class com.itko.lisa.stats.MetricData
-
This is the size of the logical table.
- size() - Method in class com.itko.util.ParameterList
-
The number of Parameters in the list
- SOAPUtils - Class in com.itko.lisaint.utils
-
Various utility methods for SOAP stuff
- SOAPUtils() - Constructor for class com.itko.lisaint.utils.SOAPUtils
-
- sortOnKeys() - Method in class com.itko.util.ParameterList
-
Will sort the ParameterList according to the keys
- sortOnValues() - Method in class com.itko.util.ParameterList
-
Will sort the ParameterList according to the values
- SOURCE_PATH - Static variable in class com.itko.lisa.test.TestCase
-
- SOURCE_URL - Static variable in class com.itko.lisa.test.TestCase
-
- SSL_CHECK_CRL - Static variable in class com.itko.lisa.test.Environment
-
- SSL_CHECK_EXPIRY - Static variable in class com.itko.lisa.test.Environment
-
- StagedSuite - Class in com.itko.lisa.testing
-
StagedSuite
This is a Coordinator for test suites.
- StagedSuite() - Constructor for class com.itko.lisa.testing.StagedSuite
-
- StagedSuite(CoordinatorServerClient, String) - Constructor for class com.itko.lisa.testing.StagedSuite
-
- StagedSuite.SuiteEvent - Class in com.itko.lisa.testing
-
The class that hold suite-level event info.
- StagedSuite.SuiteEvent(RegressionRunner, int) - Constructor for class com.itko.lisa.testing.StagedSuite.SuiteEvent
-
- StagedSuite.SuiteEvent(StagedSuite, int) - Constructor for class com.itko.lisa.testing.StagedSuite.SuiteEvent
-
- stageModelArchive(ModelArchive) - Method in interface com.itko.lisa.coordinator.Coordinator
-
This is called when a test wants to provide the Model Archive to execute the model
- StageRegressionRun - Class in com.itko.lisa.testing
-
This class can be used from the LISA Test Manager to execute a regression suite
- StageRegressionRun(SetupPanel) - Constructor for class com.itko.lisa.testing.StageRegressionRun
-
- StageRegressionRun(ModelArchive, boolean) - Constructor for class com.itko.lisa.testing.StageRegressionRun
-
- stageTest(String, String, String, String) - Static method in class com.itko.lisa.coordinator.TestRunner
-
This method will stage a test with the given parameters onto the network and
return the Coordinator that can be used to start, query, and stop the test.
- stageTest(Coordinator, String, String, String, String) - Static method in class com.itko.lisa.coordinator.TestRunner
-
This method will stage a test with the given parameters onto the network and
return the Coordinator that can be used to start, query, and stop the test.
- stageTest(Coordinator, String, String, String, String, List<String>) - Static method in class com.itko.lisa.coordinator.TestRunner
-
This method will stage a test with the given parameters onto the network and
return the Coordinator that can be used to start, query, and stop the test.
- stageTest(Coordinator, ModelArchive) - Static method in class com.itko.lisa.coordinator.TestRunner
-
This method will stage a test with the given parameters onto the network and
return the Coordinator that can be used to start, query, and stop the test.
- stageTest(Coordinator, ModelArchive, Project) - Static method in class com.itko.lisa.coordinator.TestRunner
-
- stageTest(RunInfo, String, TestCase, String) - Static method in class com.itko.lisa.coordinator.TestRunner
-
This method will stage a test with the given parameters onto the network and
return the Coordinator that can be used to start, query, and stop the test.
- stageTest(Coordinator, RunInfo, String, TestCase, String) - Static method in class com.itko.lisa.coordinator.TestRunner
-
This method will stage a test with the given parameters onto the network and
return the Coordinator that can be used to start, query, and stop the test.
- stageTestByMAR(Coordinator, String, String) - Static method in class com.itko.lisa.coordinator.TestRunner
-
This as of 5.1 will become probably the most commonly used of the ways to stage tests with TestRunner; we take a
reference to a mar file and we read it and stage it to a possibly remote Coordinator.
- stageTestFromMARInfo(Coordinator, String, String) - Static method in class com.itko.lisa.coordinator.TestRunner
-
This allows for the staging of a test case by way of a descriptive MAR info file.
- STAGING_DOC - Static variable in class com.itko.lisa.coordinator.RunInfo
-
- start() - Method in class com.itko.lisaint.JvmInfo
-
reset the heap and thread utilizatisaInion statistics
- startCollecting() - Method in interface com.itko.lisa.stats.MetricController
-
Called to start or restart sampling for values
- startLocalTestRegistry(String) - Static method in class com.itko.lisa.test.Environment
-
Launch a Registry instance on the local host bound to the given name and connect to it.
- startRunnableLab(LabKey) - Method in interface com.itko.lisa.coordinator.TestRegistry
-
- startSimulator(String) - Method in interface com.itko.lisa.coordinator.SimulatorServer
-
This is the only truly useful method in this interface for most developers.
- startSuiteCoordinator() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
-
This method will construct a new SuiteCoordinator interface supporting object,
the CoordinatorImpl in the default implementation, and give it the name requested.
- startTest() - Method in interface com.itko.lisa.coordinator.Coordinator
-
Starts execution of the test.
- startTest() - Method in class com.itko.lisa.testing.StagedSuite
-
Call when it's time to run the suite.
- startTestCoordinator() - Method in interface com.itko.lisa.coordinator.CoordinatorServer
-
This method will construct a new TestCoordinator interface supporting object,
the CoordinatorImpl in the default implementation, and give it the name requested.
- startTime - Variable in class com.itko.lisa.perfmgr.ReportKey
-
- startTransaction(String) - Method in class com.itko.lisaint.Integrator
-
This method is called by test-enabled components to notify the Lisa Integrator that a new
transaction has started.
- startupTest() - Method in class com.itko.lisa.test.TestExec
-
If you do not want to call executeTest(), you can use this
method to prepare the Test Case object to start a test.
- StatKeeper - Class in com.itko.lisa.stats
-
This is a statistics keeper for LISA test runs.
- StatKeeper() - Constructor for class com.itko.lisa.stats.StatKeeper
-
Constructs a statistics keeper.
- StatKeeper(boolean) - Constructor for class com.itko.lisa.stats.StatKeeper
-
Deprecated.
- status() - Method in class com.itko.lisa.stats.TestRunInfo
-
- STATUS_ALL - Static variable in class com.itko.lisaint.LisaCollector
-
- STATUS_ENDED - Static variable in interface com.itko.lisa.coordinator.Coordinator
-
- STATUS_EXTERNALERROR - Static variable in class com.itko.lisaint.LisaCollector
-
- STATUS_FAIL_CODES - Static variable in class com.itko.lisaint.LisaCollector
-
- STATUS_FAILED - Static variable in class com.itko.lisaint.LisaCollector
-
- STATUS_INIT - Static variable in interface com.itko.lisa.coordinator.Coordinator
-
- STATUS_INPUTERROR - Static variable in class com.itko.lisaint.LisaCollector
-
- STATUS_NOINIT - Static variable in interface com.itko.lisa.coordinator.Coordinator
-
Possible status of the Coordinator returned by Coordinator.getStatus()
STATUS_NOINIT: Object created but knows nothing (has not been initialized yet).
- STATUS_NONFAIL_CODES - Static variable in class com.itko.lisaint.LisaCollector
-
- STATUS_OK_CODES - Static variable in class com.itko.lisaint.LisaCollector
-
- STATUS_RUNNING - Static variable in interface com.itko.lisa.coordinator.Coordinator
-
- STATUS_SUCCESS - Static variable in class com.itko.lisaint.LisaCollector
-
- STATUS_UNKNOWN - Static variable in class com.itko.lisaint.LisaCollector
-
- stepLogger - Static variable in class com.itko.lisa.test.TestNode
-
- stepReferenceChanged(StepConnection, String) - Method in class com.itko.lisa.editor.TestNodeInfo
-
This method is used to update the appropriate step reference in this step when it has
been changed by the user.
- stopCollecting() - Method in class com.itko.lisa.stats.MetricCollector
-
Called by the parent when we are done, release resources and etc.
- stopCollecting() - Method in interface com.itko.lisa.stats.MetricController
-
Called to inform this object that we are done sampling the systems in
our collection collection :) nice play on words...
- stopRunningNative() - Method in class com.itko.lisa.testing.StagedSuite
-
This will stop a running suite by notifying running tests to stop and
not running any additional tests
- stopSoon() - Method in class com.itko.lisa.test.TestExec
-
This represents a "stop" of the test exec from an external source.
- stopTest() - Method in class com.itko.lisa.test.TestExec
-
Deprecated.
use use endTest() to get the "kill" logic or "stopSoon()" to get the stop logic
- streamCDATA(PrintWriter, String, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
Will write a tag with a sinlge CDATA section in it of the given String
- streamCloseTag(PrintWriter, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
Complement to the streamOpenTag to close a tag you've already opened.
- streamListOfStrings(PrintWriter, List, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
This method is the complement of readChildStrings b/c this method will write
a List of Strings (or anything else that has a suitable toString()) and write
the children.
- streamMap(PrintWriter, Map) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
This method writes the given map (these should be Strings but if they are not we'll write the toString() of them).
- streamObject(PrintWriter, String, Serializable) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
This method writes a serialized version of an object into the XML stream
The model is like this
- streamOpenAndCloseTag(PrintWriter, String, Map) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
This is a convenience method for writing an open tag that has attributes that will be handled easily
for you.
- streamOpenTag(PrintWriter, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
This is a convenience method for writing an open tag.
- streamOpenTag(PrintWriter, String, Map) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
This is a convenience method for writing an open tag that has attributes that will be handled easily
for you.
- streamOpenTag(PrintWriter, String, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
This is a convenience method for writing an open tag.
- streamTagAndChild(PrintWriter, String, String, boolean) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
Will write a tag with a sinlge child text section in it of the given String
- streamTagAndChild(PrintWriter, String, String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
Will write a tag with a single child text section in it of the given String
- streamType(PrintWriter, int) - Method in class com.itko.util.Parameter
-
- streamXMLHeader(PrintWriter) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
- stringToProperties(String) - Static method in class com.itko.lisaint.utils.DoNotUseThisXMLUtils
-
public static Hashtable stringToProperties(String sProperties)
This method knows how to parse a string of key=value[&etc] tokens
into a property table.
- stripKeyNotation(String) - Static method in class com.itko.lisa.test.TestExec
-
There are times when you may ask a user for a LISA property key, and they will
give it to you with {{ notation, but you didn't want that...
- subFillPropsReferenced(Collection<String>) - Method in class com.itko.lisa.editor.TestNodeInfo
-
Feel free to override this method to do it yourself.
- subFillPropsSet(Collection<String>) - Method in class com.itko.lisa.editor.TestNodeInfo
-
Feel free to override this method to do it yourself.
- subInitializeCollector() - Method in class com.itko.lisa.stats.MetricCollector
-
This method should be overridden in any metric Collector.
- SUBPROCESS_TAG - Static variable in class com.itko.lisa.test.TestCase
-
- subWriteXML(PrintWriter) - Method in class com.itko.lisa.stats.MetricCollector
-
This must be implemented to so we can save your parameters into an XML document
- suite() - Static method in class com.itko.lisa.testing.JUnitRunLISA
-
- SUITE_DEF_NAME - Static variable in interface com.itko.lisa.coordinator.SuiteCoordinator
-
- SUITE_FILE_EXTENSION - Static variable in class com.itko.lisa.testing.SuiteInfo
-
- SUITE_TAG - Static variable in class com.itko.lisa.testing.SuiteInfo
-
- SUITE_TEST_EVENT_SET - Static variable in class com.itko.lisa.test.TestEvent
-
Public Event Set -- reports and other external listeners should really only
need these events.
- SuiteCoordinator - Interface in com.itko.lisa.coordinator
-
This is the sub interface used for staging suites.
- SUITEID_KEY - Static variable in class com.itko.lisa.test.TestExec
-
- SuiteInfo - Class in com.itko.lisa.testing
-
This class is the driver for all regression testing in LISA.
- SuiteInfo() - Constructor for class com.itko.lisa.testing.SuiteInfo
-
- SuiteInfo(LisaDocument) - Constructor for class com.itko.lisa.testing.SuiteInfo
-
This is a constructor that takes a LisaDocument as parameter. the advantage to using this is to
have access to the launch state variables parsed.
- SuiteInfo(Document) - Constructor for class com.itko.lisa.testing.SuiteInfo
-
- SUITERUNID_KEY - Static variable in class com.itko.lisa.test.TestExec
-
- SUITESUMMARYREPORT_KEY - Static variable in class com.itko.lisa.perfmgr.ReportKey
-
- supportsDesignTimeExecution() - Method in interface com.itko.lisa.test.FilterInterface
-
Used to determine if this filter wants to allow itself to be executed in the editor via the button.
- supportsDynamicResponseToFilter() - Method in interface com.itko.lisa.test.FilterInterface
-
Used by the framework to show the editor to change the response