Class HtmlAggregateStoryReporter

  • All Implemented Interfaces:
    UserStoryTestReporter

    public class HtmlAggregateStoryReporter
    extends HtmlReporter
    implements UserStoryTestReporter
    Generates an aggregate acceptance test report in HTML form. Reads all the reports from the output directory to generates aggregate HTML reports summarizing the results.
    • Field Detail

      • COPY_OPTIONS

        public static final CopyOption[] COPY_OPTIONS
    • Constructor Detail

      • HtmlAggregateStoryReporter

        public HtmlAggregateStoryReporter​(String projectName)
      • HtmlAggregateStoryReporter

        public HtmlAggregateStoryReporter​(String projectName,
                                          Requirements requirements)
      • HtmlAggregateStoryReporter

        public HtmlAggregateStoryReporter​(String projectName,
                                          String relativeLink)
      • HtmlAggregateStoryReporter

        public HtmlAggregateStoryReporter​(String projectName,
                                          IssueTracking issueTracking)