public class TestCaseStepResult extends Object implements Serializable
| Constructor and Description |
|---|
TestCaseStepResult() |
TestCaseStepResult(Integer number,
ExecutionStatus result,
String notes,
Boolean active,
ExecutionType executionType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNotes() |
Integer |
getNumber() |
ExecutionStatus |
getResult() |
void |
setNotes(String notes) |
void |
setNumber(Integer number) |
void |
setResult(ExecutionStatus result) |
String |
toString() |
public TestCaseStepResult()
public TestCaseStepResult(Integer number, ExecutionStatus result, String notes, Boolean active, ExecutionType executionType)
number - number of the test stepresult - ExecutionStatusnotes - execution notes for the test stepactive - whether test case step is active or notexecutionType - test case step execution typepublic Integer getNumber()
public void setNumber(Integer number)
number - the number to setpublic ExecutionStatus getResult()
public void setResult(ExecutionStatus result)
result - the result to setpublic String getNotes()
public void setNotes(String notes)
notes - the notes to setCopyright © 2010–2020. All rights reserved.