Interface TestReporter


public interface TestReporter
Interface for test reporters.
Author:
Christoph Deppisch
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Test reporter generates a report for several test suite instances.
  • Method Details

    • generateReport

      void generateReport(TestResults testResults)
      Test reporter generates a report for several test suite instances.