public class ManualTestStep
extends java.lang.Object
IPlanningService| Constructor and Description |
|---|
ManualTestStep() |
ManualTestStep(int pos,
java.lang.String name,
java.lang.String description,
java.lang.String expectedResult,
CustomStepProperty[] properties) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the description of this manual step
|
java.lang.String |
getExpectedResult()
Gets the expected result of this manual step
|
java.lang.String |
getName()
Gets the name of this manual step
|
CustomStepProperty[] |
getProperties()
Gets the custom step properties
|
int |
getStepPos()
Gets the index of this step within the manual test definition
|
void |
setDescription(java.lang.String description)
Sets the description of this manual step
|
void |
setExpectedResult(java.lang.String expectedResult)
Sets the expected result of this manual step
|
void |
setName(java.lang.String name)
Sets the name of this manual step
|
void |
setProperties(CustomStepProperty[] properties)
Sets the custom step properties
|
void |
setStepPos(int stepPos)
Sets the index of this step within the manual test definition
|
public ManualTestStep()
public ManualTestStep(int pos,
java.lang.String name,
java.lang.String description,
java.lang.String expectedResult,
CustomStepProperty[] properties)
public int getStepPos()
public void setStepPos(int stepPos)
stepPos - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public java.lang.String getExpectedResult()
public void setExpectedResult(java.lang.String expectedResult)
expectedResult - public CustomStepProperty[] getProperties()
public void setProperties(CustomStepProperty[] properties)
properties - Copyright © Micro Focus 2004-2019. All rights reserved.