public class CucumberResult extends Object
| Modifier and Type | Field and Description |
|---|---|
private Long |
duration |
private String |
errorMessage |
private String |
status |
| Constructor and Description |
|---|
CucumberResult(com.cedarsoftware.util.io.JsonObject<String,Object> json) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDuration() |
String |
getDurationTimeString(String format) |
String |
getErrorMessage() |
String |
getStatus() |
void |
setDuration(Long durationValue) |
void |
setErrorMessage(String errorMessageValue) |
void |
setStatus(String statusValue) |
private String status
private String errorMessage
private Long duration
public final String getStatus()
public final void setStatus(String statusValue)
statusValue - the status to setpublic final String getErrorMessage()
public final void setErrorMessage(String errorMessageValue)
errorMessageValue - the errorMessage to setpublic final Long getDuration()
public final void setDuration(Long durationValue)
durationValue - the duration to setCopyright © 2013-2016. All Rights Reserved.