Package | Description |
---|---|
com.itko.lisa.coordinator |
Modifier and Type | Method and Description |
---|---|
static TestCoordinator |
TestRunner.stageTest(Coordinator parent,
com.itko.lisa.model.mar.ModelArchive mar)
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(Coordinator parent,
com.itko.lisa.model.mar.ModelArchive mar,
com.itko.lisa.test.Project project) |
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(Coordinator parent,
java.lang.String testRun,
java.lang.String testName,
java.lang.String configFile,
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(Coordinator parent,
java.lang.String testRun,
java.lang.String testName,
java.lang.String configFile,
java.lang.String csName,
java.util.List<java.lang.String> extras)
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.
|
static TestCoordinator |
TestRunner.stageTest(java.lang.String testRun,
java.lang.String testName,
java.lang.String configFile,
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.stageTestByMAR(Coordinator parent,
java.lang.String marFileLocation,
java.lang.String csName)
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.
|
static TestCoordinator |
TestRunner.stageTestFromMARInfo(Coordinator parent,
java.lang.String marInfoFileName,
java.lang.String csName)
This allows for the staging of a test case by way of a descriptive MAR info file.
|
TestCoordinator |
CoordinatorServer.startTestCoordinator()
This method will construct a new TestCoordinator interface supporting object,
the CoordinatorImpl in the default implementation, and give it the name requested.
|
Copyright © 1998-2014 CA, Inc. All Rights Reserved.