Class AbstractOutputFileReporter

  • All Implemented Interfaces:
    com.consol.citrus.report.TestReporter
    Direct Known Subclasses:
    HtmlReporter, SummaryReporter

    public abstract class AbstractOutputFileReporter
    extends AbstractTestReporter
    Since:
    2.7.4
    Author:
    Christoph Deppisch
    • Constructor Detail

      • AbstractOutputFileReporter

        public AbstractOutputFileReporter()
    • Method Detail

      • generate

        public final void generate​(com.consol.citrus.report.TestResults testResults)
        Description copied from class: AbstractTestReporter
        Subclasses must implement this method and generate the test report for given test results.
        Specified by:
        generate in class AbstractTestReporter
      • isEnabled

        protected abstract boolean isEnabled()
      • getReportContent

        protected abstract String getReportContent​(com.consol.citrus.report.TestResults testResults)
      • getReportFileName

        protected abstract String getReportFileName()