Interface IReportCreator

All Known Implementing Classes:
FeatureReportCreator, ReportCreator, ScenarioReportCreator

public interface IReportCreator
Interface that classes that create reports should implement.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Create report.
  • Method Details

    • createReport

      boolean createReport(TestSuiteLogCollection logCollection)
      Create report.
      Parameters:
      logCollection - Log collection
      Returns:
      true on success, false otherwise