public class CoverageDataBean.FeatureStatusRow extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
covered
Contains the number of scenarios/steps marked as covered.
|
private String |
featureName
Represents the name of the feature
|
private int |
notCovered
Contains the number of scenarios/steps marked as not covered.
|
private String |
status
Represents the status string
|
private String[] |
tags
Contains the list of tags applicable for the feature/scenario.
|
| Constructor and Description |
|---|
FeatureStatusRow() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCovered() |
String |
getFeatureName() |
int |
getNotCovered() |
String |
getStatus() |
String[] |
getTags() |
void |
setCovered(int coveredValue) |
void |
setFeatureName(String featureNameValue) |
void |
setNotCovered(int notCoveredValue) |
void |
setStatus(String statusValue) |
void |
setTags(String[] tagsValue) |
private String featureName
private String status
private int covered
private int notCovered
private String[] tags
public String getFeatureName()
public void setFeatureName(String featureNameValue)
public String getStatus()
public void setStatus(String statusValue)
public int getCovered()
public void setCovered(int coveredValue)
public int getNotCovered()
public void setNotCovered(int notCoveredValue)
public String[] getTags()
public void setTags(String[] tagsValue)
Copyright © 2013-2018. All Rights Reserved.