| Interface | Description |
|---|---|
| Reporter |
A reporter that collects the results and prints the output.
|
| Class | Description |
|---|---|
| CsvReporter |
A plain text report that prints comma-separated values.
|
| TableReporter |
A plain text report that pretty-prints to a table.
|
| TextReporter |
A skeletal plain text implementation applicable for printing to the console or a file.
|
| Enum | Description |
|---|---|
| ReportFormat |
The report data formats.
|