| Interface | Description |
|---|---|
| ConsoleLogger |
Allows providers to write console messages on the running maven process.
|
| ConsoleOutputReceiver |
A receiver of stdout/sterr output from running tests.
|
| ReportEntry |
Describes a single entry for a test report
|
| ReporterFactory |
Used by the providers to request (per-thread) run listeners.
|
| RunListener |
Used by providers to report results.
|
| StackTraceFilter |
StackTrace element filter.
|
| StackTraceWriter |
Ability to write a stack trace, filtered to omit locations inside Surefire and Maven.
|
| Class | Description |
|---|---|
| CategorizedReportEntry | |
| ClassNameStackTraceFilter |
Filters stacktrace element by class name.
|
| ConsoleOutputCapture |
Deals with system.out/err.
|
| ConsoleOutputCapture.ForwardingPrintStream | |
| ConsoleOutputReceiverForCurrentThread | |
| DefaultConsoleReporter | |
| DefaultDirectConsoleReporter | |
| LegacyPojoStackTraceWriter |
Write the trace out for a POJO test.
|
| NullStackTraceFilter |
always returns true
|
| PojoStackTraceWriter |
Write the trace out for a POJO test.
|
| ReporterConfiguration |
Bits and pieces of reporting configuration that seem to be necessary on the provider side.
|
| RunStatistics | |
| SafeThrowable |
Guards against misbehaving throwables
|
| SimpleReportEntry | |
| SmartStackTraceParser |
| Exception | Description |
|---|---|
| ReporterException |
Exception occurring during report generation.
|