public class TRStep extends Object
| Constructor and Description |
|---|
TRStep()
No args constructor for use in serialization
|
TRStep(String content,
String expected,
String actual,
String statusId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getActual()
Step actual result
|
String |
getContent()
Step value
|
String |
getExpected()
Step expected result
|
String |
getStatusId()
The ID of the test step status.
|
int |
hashCode() |
void |
setActual(String actual)
Step actual result
|
void |
setContent(String content)
Step value
|
void |
setExpected(String expected)
Step expected result
|
void |
setStatusId(String statusId)
The ID of the test step status.
|
String |
toString() |
TRStep |
withActual(String actual) |
TRStep |
withContent(String content) |
TRStep |
withExpected(String expected) |
TRStep |
withStatusId(String statusId) |
public String getContent()
public void setContent(String content)
public String getExpected()
public void setExpected(String expected)
public String getActual()
public void setActual(String actual)
public String getStatusId()
public void setStatusId(String statusId)
Copyright © 2019. All rights reserved.