public class AllFeatureReports extends Object
| Constructor and Description |
|---|
AllFeatureReports(String pageTitle,
List<Feature> features) |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
getFeatures() |
int |
getFeaturesCount() |
String |
getPageTitle() |
int |
getScenariosTotal() |
int |
getScenariosTotalFailed() |
int |
getScenariosTotalPassed() |
int |
getStepsTotal() |
int |
getStepsTotalFailed() |
int |
getStepsTotalPassed() |
int |
getStepsTotalSkipped() |
long |
getTotalDuration() |
public int getScenariosTotal()
public int getScenariosTotalPassed()
public int getScenariosTotalFailed()
public int getStepsTotal()
public int getStepsTotalPassed()
public int getStepsTotalFailed()
public int getStepsTotalSkipped()
public long getTotalDuration()
public int getFeaturesCount()
public String getPageTitle()
Copyright © 2015. All rights reserved.