Package net.masterthought.cucumber
Class ReportResult
- java.lang.Object
-
- net.masterthought.cucumber.ReportResult
-
public class ReportResult extends Object
-
-
Constructor Summary
Constructors Constructor Description ReportResult(List<Feature> features, Configuration configuration)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Feature>getAllFeatures()List<StepObject>getAllSteps()List<TagObject>getAllTags()StringgetBuildTime()static StringgetCurrentTime()ReportablegetFeatureReport()ReportablegetTagReport()
-
-
-
Constructor Detail
-
ReportResult
public ReportResult(List<Feature> features, Configuration configuration)
-
-
Method Detail
-
getAllSteps
public List<StepObject> getAllSteps()
-
getFeatureReport
public Reportable getFeatureReport()
-
getTagReport
public Reportable getTagReport()
-
getBuildTime
public String getBuildTime()
-
getCurrentTime
public static String getCurrentTime()
-
-