Class ReportResult

java.lang.Object
net.masterthought.cucumber.ReportResult

public class ReportResult extends Object
  • Constructor Details

  • Method Details

    • getAllFeatures

      public List<Feature> getAllFeatures()
    • getAllTags

      public List<TagObject> getAllTags()
    • getAllSteps

      public List<StepObject> getAllSteps()
    • getFeatureReport

      public Reportable getFeatureReport()
    • getTagReport

      public Reportable getTagReport()
    • getBuildTime

      public String getBuildTime()
    • getCurrentTime

      public static String getCurrentTime()