Interface ReportCreator

All Known Subinterfaces:
ReportProvider
All Known Implementing Classes:
AbstractReportProvider

public interface ReportCreator
The ReportCreator defines the interface that report providers must implement to take part in report generation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a report fragment to be added to the test report.
  • Method Details

    • createReportFragment

      Object createReportFragment()
      Creates a report fragment to be added to the test report. The fragment is generated from the statistics generated during processing the data records. The statistics are encapsulated by some object which forms the record fragment.
      Returns:
      the report fragment