Interface TestReporterAware

All Known Implementing Classes:
TestReporters

public interface TestReporterAware
Author:
Christoph Deppisch
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds a new test reporter.
  • Method Details

    • addTestReporter

      void addTestReporter(TestReporter testReporter)
      Adds a new test reporter.
      Parameters:
      testReporter -