Class AbstractOutputFileReporter

java.lang.Object
org.citrusframework.report.AbstractTestReporter
org.citrusframework.report.AbstractOutputFileReporter
All Implemented Interfaces:
TestReporter
Direct Known Subclasses:
HtmlReporter, SummaryReporter

public abstract class AbstractOutputFileReporter extends AbstractTestReporter
Since:
2.7.4
  • Constructor Details

    • AbstractOutputFileReporter

      public AbstractOutputFileReporter()
  • Method Details

    • generate

      public final void generate(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(TestResults testResults)
    • getReportFileName

      protected abstract String getReportFileName()