Package | Description |
---|---|
com.itko.lisa.coordinator | |
com.itko.lisa.testing |
Modifier and Type | Method and Description |
---|---|
RunInfo |
Coordinator.getRunInfo()
When the Coordinator initially starts it is generally given a Run Document.
|
static RunInfo |
RunInfo.makeOneUserNoReportingRunInfo()
When you need a good baseline staging doc for 1 user to run to the end
|
static RunInfo |
RunInfo.makeRunInfoForSetupTearDown() |
Modifier and Type | Method and Description |
---|---|
static TestCoordinator |
TestRunner.stageTest(Coordinator parent,
RunInfo stage,
java.lang.String testCaseFileName,
TestCase test,
java.lang.String csName)
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.
|
static TestCoordinator |
TestRunner.stageTest(RunInfo stage,
java.lang.String testFileName,
TestCase test,
java.lang.String csName)
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.
|
Modifier and Type | Method and Description |
---|---|
RunInfo |
StagedSuite.getRunInfo()
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.
|
RunInfo |
SuiteInfo.getRunInfo() |
Copyright © 1998-2014 CA, Inc. All Rights Reserved.