Class AbstractTestReporter

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

public abstract class AbstractTestReporter extends Object implements TestReporter
Since:
2.7.4
  • Constructor Details

    • AbstractTestReporter

      public AbstractTestReporter()
  • Method Details

    • generateReport

      public final void generateReport(TestResults testResults)
      Specified by:
      generateReport in interface TestReporter
    • generate

      protected abstract void generate(TestResults testResults)
      Subclasses must implement this method and generate the test report for given test results.
      Parameters:
      testResults -
    • getReportDirectory

      public String getReportDirectory()
      Gets the reportDirectory.
      Returns:
    • setReportDirectory

      public void setReportDirectory(String reportDirectory)
      Sets the reportDirectory.
      Parameters:
      reportDirectory -
    • isIgnoreErrors

      public boolean isIgnoreErrors()
      Obtains the ignoreErrors.
      Returns:
    • setIgnoreErrors

      public void setIgnoreErrors(boolean ignoreErrors)
      Specifies the ignoreErrors.
      Parameters:
      ignoreErrors -