public class CucumberStepResult extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
docString |
private String |
keyword |
private Long |
line |
private String |
name |
private CucumberResult |
result |
private String[][] |
rows |
| Constructor and Description |
|---|
CucumberStepResult(com.cedarsoftware.util.io.JsonObject<String,Object> json) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocString() |
String |
getKeyword() |
Long |
getLine() |
String |
getName() |
CucumberResult |
getResult() |
String[][] |
getRows() |
void |
setKeyword(String keywordValue) |
void |
setLine(Long lineValue) |
void |
setName(String nameValue) |
void |
setResult(CucumberResult resultValue) |
void |
setRows(String[][] rowsValue) |
private CucumberResult result
private String name
private String keyword
private Long line
private String[][] rows
private String docString
public final CucumberResult getResult()
public final void setResult(CucumberResult resultValue)
resultValue - the result to setpublic final String getName()
public final void setName(String nameValue)
nameValue - the name to setpublic final String getKeyword()
public final void setKeyword(String keywordValue)
keywordValue - the keyword to setpublic final Long getLine()
public final void setLine(Long lineValue)
lineValue - the line to setpublic final String[][] getRows()
public final void setRows(String[][] rowsValue)
rowsValue - the rows to setpublic final String getDocString()
Copyright © 2013-2016. All Rights Reserved.