reporters property

Iterable<Reporter> reporters
finalinherited

a list of reporters to use. Built-in reporters:

  • StdoutReporter
  • ProgressReporter
  • TestRunSummaryReporter
  • JsonReporter Custom reporters can be created by implementing Reporter

Implementation

final Iterable<Reporter> reporters;