public class CucumberFeatureResult extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
description |
private float |
duration |
private CucumberScenarioResult[] |
elements |
private int |
failed |
private String |
id |
private String |
keyword |
private Long |
line |
private String |
name |
private int |
passed |
private CucumberTagResults[] |
tags |
private int |
undefined |
private String |
uri |
| Constructor and Description |
|---|
CucumberFeatureResult(com.cedarsoftware.util.io.JsonObject<String,Object> json) |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregateScenarioResults(boolean collapse) |
String |
getDescription() |
float |
getDuration() |
CucumberScenarioResult[] |
getElements() |
int |
getFailed() |
String |
getId() |
String |
getKeyword() |
Long |
getLine() |
String |
getName() |
int |
getPassed() |
String |
getStatus() |
CucumberTagResults[] |
getTags() |
int |
getUndefined() |
String |
getUri() |
void |
setDescription(String descriptionValue) |
void |
setElements(CucumberScenarioResult[] elementsValue) |
void |
setId(String idValue) |
void |
setKeyword(String keywordValue) |
void |
setLine(Long lineValue) |
void |
setName(String nameValue) |
void |
setTags(CucumberTagResults[] tagsValue) |
void |
setUri(String uriValue) |
void |
valuate() |
private String id
private CucumberTagResults[] tags
private String description
private String name
private String keyword
private Long line
private CucumberScenarioResult[] elements
private String uri
private float duration
private int passed
private int failed
private int undefined
public void valuate()
public String getStatus()
public final int getPassed()
public final int getFailed()
public final int getUndefined()
public final String getId()
public final void setId(String idValue)
idValue - the id to setpublic final CucumberTagResults[] getTags()
public final void setTags(CucumberTagResults[] tagsValue)
tagsValue - the tags to setpublic final String getDescription()
public final void setDescription(String descriptionValue)
descriptionValue - the description 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 CucumberScenarioResult[] getElements()
public final void setElements(CucumberScenarioResult[] elementsValue)
elementsValue - the elements to setpublic final String getUri()
public final void setUri(String uriValue)
uriValue - the uri to setpublic final float getDuration()
public void aggregateScenarioResults(boolean collapse)
Copyright © 2013-2015. All Rights Reserved.