public interface IRun extends IBaseFieldEx
Modifier and Type | Method and Description |
---|---|
void |
cancelRun()
Cancels the run.
|
void |
copyDesignSteps()
Copies design steps into the test run of an executed test.
|
void |
copyStepsToTest()
Copies all run execution steps, including new added steps, into the design steps of the corresponding planning test.
|
com4j.Com4jObject |
extendedStorage()
The ExtendedStorage object for the current run.
|
String |
name()
The run name.
|
void |
name(String pVal)
The run name.
|
com4j.Com4jObject |
params(int sourceMode)
Deprecated.
|
void |
resolveStepsParameters(boolean updateLocalCache)
Updates the texts of the run's steps by resolving the parameter values at run time.
|
String |
resultLocation()
The run result location, a UNC path.
|
String |
status()
The run status.
|
void |
status(String pVal)
The run status.
|
com4j.Com4jObject |
stepFactory()
The Step Factory for the current run.
|
int |
testId()
The test ID of the test that has been run.
|
int |
testInstance()
The number of this instance of the design test in the test set.
|
int |
testSetID()
The ID of the test set to which the run belongs.
|
attachments, hasAttachment, history
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String resultLocation()
The run result location, a UNC path.
Getter method for the COM property "ResultLocation"
String name()
The run name.
Getter method for the COM property "Name"
void name(String pVal)
The run name.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.String status()
The run status.
Getter method for the COM property "Status"
void status(String pVal)
The run status.
Setter method for the COM property "Status"
pVal
- Mandatory java.lang.String parameter.com4j.Com4jObject stepFactory()
The Step Factory for the current run.
Getter method for the COM property "StepFactory"
int testId()
The test ID of the test that has been run.
Getter method for the COM property "TestId"
com4j.Com4jObject extendedStorage()
The ExtendedStorage object for the current run.
Getter method for the COM property "ExtendedStorage"
void copyDesignSteps()
Copies design steps into the test run of an executed test.
void copyStepsToTest()
Copies all run execution steps, including new added steps, into the design steps of the corresponding planning test.
int testSetID()
The ID of the test set to which the run belongs.
Getter method for the COM property "TestSetID"
com4j.Com4jObject params(int sourceMode)
Deprecated. Use ParameterValueFactory of ISupportParameterValues. The step parameters of this run.
Getter method for the COM property "Params"
sourceMode
- Mandatory int parameter.void resolveStepsParameters(@DefaultValue(value="-1") boolean updateLocalCache)
Updates the texts of the run's steps by resolving the parameter values at run time.
updateLocalCache
- Optional parameter. Default value is falseint testInstance()
The number of this instance of the design test in the test set.
Getter method for the COM property "TestInstance"
void cancelRun()
Cancels the run.
Copyright © 2020. All rights reserved.