public class Feature extends Object
| Constructor and Description |
|---|
Feature() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDeviceName() |
String |
getDurationOfSteps() |
com.googlecode.totallylazy.Sequence<Element> |
getElements() |
String |
getFileName() |
String |
getName() |
int |
getNumberOfFailures() |
int |
getNumberOfMissing() |
int |
getNumberOfPasses() |
int |
getNumberOfPending() |
int |
getNumberOfScenarios() |
int |
getNumberOfScenariosFailed() |
int |
getNumberOfScenariosPassed() |
int |
getNumberOfSkipped() |
int |
getNumberOfSteps() |
int |
getNumberOfUndefined() |
String |
getRawName() |
String |
getRawStatus() |
Util.Status |
getStatus() |
com.googlecode.totallylazy.Sequence<String> |
getTagList() |
com.googlecode.totallylazy.Sequence<Tag> |
getTags() |
String |
getTagsList() |
String |
getUri() |
boolean |
hasTags() |
void |
processSteps() |
void |
setJsonFile(String json) |
public String getDeviceName()
public void setJsonFile(String json)
public com.googlecode.totallylazy.Sequence<Element> getElements()
public String getFileName()
public String getUri()
public boolean hasTags()
public com.googlecode.totallylazy.Sequence<String> getTagList()
public com.googlecode.totallylazy.Sequence<Tag> getTags()
public String getTagsList()
public Util.Status getStatus()
public String getName()
public String getRawName()
public String getRawStatus()
public String getDescription()
public int getNumberOfScenarios()
public int getNumberOfSteps()
public int getNumberOfPasses()
public int getNumberOfFailures()
public int getNumberOfPending()
public int getNumberOfSkipped()
public int getNumberOfMissing()
public int getNumberOfUndefined()
public String getDurationOfSteps()
public int getNumberOfScenariosPassed()
public int getNumberOfScenariosFailed()
public void processSteps()
Copyright © 2015. All Rights Reserved.