Interface ReporterFactory

All Known Implementing Classes:
ForkingReporterFactory

public interface ReporterFactory
Used by the providers to request (per-thread) run listeners.
Author:
Kristian Rosenvold
  • Method Details

    • createTestReportListener

      TestReportListener<TestOutputReportEntry> createTestReportListener()
      Creates a reporter listener.
      Returns:
      new reporter listener instance
    • close

      RunResult close()
      Closes the factory, freeing resources allocated in the factory.
      Returns:
      The run result