public class CucumberScenarioResult extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
description |
private int |
failed |
private String |
id |
private String |
keyword |
private Long |
line |
private String |
name |
private int |
passed |
private CucumberStepResult[] |
steps |
private String |
type |
private int |
undefined |
| Constructor and Description |
|---|
CucumberScenarioResult(com.cedarsoftware.util.io.JsonObject<String,Object> json) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
int |
getFailed() |
String |
getId() |
String |
getKeyword() |
Long |
getLine() |
String |
getName() |
int |
getPassed() |
String |
getStatus() |
CucumberStepResult[] |
getSteps() |
String |
getType() |
int |
getUndefined() |
void |
setDescription(String descriptionValue) |
void |
setId(String idValue) |
void |
setKeyword(String keywordValue) |
void |
setLine(Long lineValue) |
void |
setName(String nameValue) |
void |
setSteps(CucumberStepResult[] stepsValue) |
void |
setType(String typeValue) |
void |
valuate() |
private String id
private String description
private String name
private String keyword
private Long line
private CucumberStepResult[] steps
private String type
private int passed
private int failed
private int undefined
public void valuate()
public final int getPassed()
public final int getFailed()
public final int getUndefined()
public String getStatus()
public final String getId()
public final String getDescription()
public final String getName()
public final String getKeyword()
public final Long getLine()
public final CucumberStepResult[] getSteps()
public final String getType()
public final void setId(String idValue)
idValue - the id to setpublic final void setDescription(String descriptionValue)
descriptionValue - the description to setpublic final void setName(String nameValue)
nameValue - the name to setpublic final void setKeyword(String keywordValue)
keywordValue - the keyword to setpublic final void setLine(Long lineValue)
lineValue - the line to setpublic final void setSteps(CucumberStepResult[] stepsValue)
stepsValue - the steps to setpublic final void setType(String typeValue)
typeValue - the type to setCopyright © 2013-2015. All Rights Reserved.