public class ReportResult extends Object
| Constructor and Description |
|---|
ReportResult(List<Feature> features) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAllFailedFeatures() |
List<Feature> |
getAllFeatures() |
int |
getAllPassedFeatures() |
List<StepObject> |
getAllSteps() |
List<TagObject> |
getAllTags() |
String |
getBuildTime() |
static String |
getCurrentTime() |
Reportable |
getFeatureReport() |
Reportable |
getTagReport() |
public List<StepObject> getAllSteps()
public Reportable getFeatureReport()
public Reportable getTagReport()
public int getAllPassedFeatures()
public int getAllFailedFeatures()
public String getBuildTime()
public static String getCurrentTime()
Copyright © 2016. All rights reserved.