public interface IDesignStep extends IBaseFieldEx
Modifier and Type | Method and Description |
---|---|
String |
evaluatedStepDescription()
The design step description.
|
String |
evaluatedStepExpectedResult()
The design step expected result string.
|
com4j.Com4jObject |
linkedParams()
Deprecated.
|
Object |
linkTest()
A template test to be linked to the design step.
|
void |
linkTest(Object pVal)
A template test to be linked to the design step.
|
int |
linkTestID()
The ID of the linked test.
|
int |
order()
The order of the design step in the test procedure.
|
void |
order(int pVal)
The order of the design step in the test procedure.
|
com4j.Com4jObject |
parentTest()
The test object to which the design step belongs.
|
String |
stepDescription()
The description of the design step.
|
void |
stepDescription(String pVal)
The description of the design step.
|
String |
stepExpectedResult()
The expected results of the step.
|
void |
stepExpectedResult(String pVal)
The expected results of the step.
|
String |
stepName()
The design step name.
|
void |
stepName(String pVal)
The design step name.
|
attachments, hasAttachment, history
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String stepName()
The design step name.
Getter method for the COM property "StepName"
void stepName(String pVal)
The design step name.
Setter method for the COM property "StepName"
pVal
- Mandatory java.lang.String parameter.String stepDescription()
The description of the design step.
Getter method for the COM property "StepDescription"
void stepDescription(String pVal)
The description of the design step.
Setter method for the COM property "StepDescription"
pVal
- Mandatory java.lang.String parameter.String stepExpectedResult()
The expected results of the step.
Getter method for the COM property "StepExpectedResult"
void stepExpectedResult(String pVal)
The expected results of the step.
Setter method for the COM property "StepExpectedResult"
pVal
- Mandatory java.lang.String parameter.int order()
The order of the design step in the test procedure.
Getter method for the COM property "Order"
void order(int pVal)
The order of the design step in the test procedure.
Setter method for the COM property "Order"
pVal
- Mandatory int parameter.Object linkTest()
A template test to be linked to the design step.
Getter method for the COM property "LinkTest"
void linkTest(Object pVal)
A template test to be linked to the design step.
Setter method for the COM property "LinkTest"
pVal
- Mandatory java.lang.Object parameter.com4j.Com4jObject linkedParams()
Deprecated. Use ParameterValueFactory of ISupportParameterValues. The linked test parameters.
Getter method for the COM property "LinkedParams"
int linkTestID()
The ID of the linked test.
Getter method for the COM property "LinkTestID"
String evaluatedStepDescription()
The design step description.
Getter method for the COM property "EvaluatedStepDescription"
String evaluatedStepExpectedResult()
The design step expected result string.
Getter method for the COM property "EvaluatedStepExpectedResult"
com4j.Com4jObject parentTest()
The test object to which the design step belongs.
Getter method for the COM property "ParentTest"
Copyright © 2020. All rights reserved.