public class TestCaseStep extends Object implements Serializable
| Constructor and Description |
|---|
TestCaseStep() |
TestCaseStep(Integer id,
Integer testCaseVersionId,
Integer number,
String actions,
String expectedResults,
Boolean active,
ExecutionType executionType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActions() |
Boolean |
getActive() |
ExecutionType |
getExecutionType() |
String |
getExpectedResults() |
Integer |
getId() |
Integer |
getNumber() |
Integer |
getTestCaseVersionId() |
void |
setActions(String actions) |
void |
setActive(Boolean active) |
void |
setExecutionType(ExecutionType executionType) |
void |
setExpectedResults(String expectedResults) |
void |
setId(Integer id) |
void |
setNumber(Integer number) |
void |
setTestCaseVersionId(Integer testCaseVersionId) |
String |
toString() |
public TestCaseStep()
public TestCaseStep(Integer id, Integer testCaseVersionId, Integer number, String actions, String expectedResults, Boolean active, ExecutionType executionType)
id - IDtestCaseVersionId - test case version IDnumber - numberactions - actionsexpectedResults - expected resultsactive - active flagexecutionType - execution typepublic Integer getTestCaseVersionId()
public void setTestCaseVersionId(Integer testCaseVersionId)
testCaseVersionId - the testCaseVersionId to setpublic Integer getNumber()
public void setNumber(Integer number)
number - the number to setpublic String getActions()
public void setActions(String actions)
actions - the actions to setpublic String getExpectedResults()
public void setExpectedResults(String expectedResults)
expectedResults - the expectedResults to setpublic ExecutionType getExecutionType()
public void setExecutionType(ExecutionType executionType)
executionType - the executionType to setpublic Integer getId()
public void setId(Integer id)
id - the id to setpublic Boolean getActive()
public void setActive(Boolean active)
active - the active to setCopyright © 2010–2020. All rights reserved.