public class Feature extends Object
| Constructor and Description |
|---|
Feature() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDeviceName() |
Element[] |
getElements() |
int |
getFailedScenarios() |
String |
getId() |
String |
getKeyword() |
String |
getName() |
int |
getNumberOfFailures() |
int |
getNumberOfMissing() |
int |
getNumberOfPasses() |
int |
getNumberOfPending() |
int |
getNumberOfSkipped() |
int |
getNumberOfSteps() |
int |
getNumberOfUndefined() |
int |
getPassedScenarios() |
String |
getRawName() |
String |
getRawStatus() |
String |
getReportFileName() |
int |
getScenarios() |
Status |
getStatus() |
Tag[] |
getTags() |
String |
getTagsList() |
String |
getTotalDuration() |
boolean |
hasTags() |
void |
setMetaData(String jsonFile,
int jsonFileNo,
Configuration configuration)
Sets additional information and calculates values which should be calculated during object creation.
|
public String getDeviceName()
public String getId()
public Element[] getElements()
public String getReportFileName()
public boolean hasTags()
public Tag[] getTags()
public String getTagsList()
public Status getStatus()
public String getName()
public String getKeyword()
public String getRawName()
public String getRawStatus()
public String getDescription()
public int getScenarios()
public int getNumberOfSteps()
public int getNumberOfPasses()
public int getNumberOfFailures()
public int getNumberOfPending()
public int getNumberOfSkipped()
public int getNumberOfMissing()
public int getNumberOfUndefined()
public String getTotalDuration()
public int getPassedScenarios()
public int getFailedScenarios()
public void setMetaData(String jsonFile, int jsonFileNo, Configuration configuration)
Copyright © 2016. All rights reserved.