| Interface | Description |
|---|---|
| OutputReportEntry |
Minimum data requirement for report entry.
|
| 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.
|
| StackTraceWriter |
Ability to write a stack trace, filtered to omit locations inside Surefire and Maven.
|
| TestOutputReceiver<T extends OutputReportEntry> |
A receiver of stdout/sterr output from running tests.
|
| TestReportListener<T extends OutputReportEntry> |
This architecture has two sides (forked JVM, plugin JVM) implementing the same interface
TestReportListener: |
| TestSetReportEntry |
Describes test-set when started and finished.
|
| Class | Description |
|---|---|
| CategorizedReportEntry | |
| ConsoleOutputCapture |
Deals with system.out/err.
|
| ConsoleOutputReceiverForCurrentThread | |
| LegacyPojoStackTraceWriter |
Write the trace out for a POJO test.
|
| ReporterConfiguration |
Bits and pieces of reporting configuration that seem to be necessary on the provider side.
|
| SafeThrowable |
Guards against misbehaving throwables
|
| SimpleReportEntry |
Basic implementation of
TestSetReportEntry (immutable and thread-safe object). |
| TestOutputReportEntry |
This report entry should be used in
TestOutputReceiver.writeTestOutput(OutputReportEntry). |
| Enum | Description |
|---|---|
| RunMode |
Determines the purpose the provider started the tests.
|
| Exception | Description |
|---|---|
| ReporterException |
Exception occurring during report generation.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.