Package | Description |
---|---|
com.itko.lisa.coordinator | |
com.itko.lisa.perfmgr | |
com.itko.lisa.test |
Modifier and Type | Method and Description |
---|---|
void |
TestCoordinator.addSimulator(java.lang.String simName,
int instances)
This method provides a means for you to add a simulator to the existing
list of simulators executing a test.
|
void |
TestCoordinator.addSimulator(java.lang.String simName,
int instances,
int cycles)
This method provides a means for you to add a simulator to the existing
list of simulators executing a test.
|
void |
Coordinator.stageModelArchive(com.itko.lisa.model.mar.ModelArchive mar)
This is called when a test wants to provide the Model Archive to execute the model
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ReportKey.deleteReport() |
void |
FileReportKey.deleteReport() |
abstract org.w3c.dom.Document |
ReportKey.fetchReport() |
org.w3c.dom.Document |
FileReportKey.fetchReport()
This method will load the report into buffer than be be an XML Document object and return it.
|
abstract void |
ReportKey.loadReport() |
void |
FileReportKey.loadReport() |
Modifier and Type | Class and Description |
---|---|
class |
TestDefException
This is the base exception class for all LISA test definition errors.
|
class |
TestRunException
This exception class contains the details of a run-time error in LISA.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
TestCase.getVSResourceName()
This method is used to return a displayable name for the resource that this
(potential) virtual service test case monitors.
|
void |
TestCase.prepare()
This method _must_ be called by any engine that is going to execute the test, but must
do so in the same process space that will actually execute.
|
void |
TestNode.prepare(TestCase test)
This method gives the test node the ability to do one-time initialization of
its logic just before the TestExec(s) are created and the testing commences.
|
Copyright © 1998-2014 CA, Inc. All Rights Reserved.