| 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 | |
| ReporterFactory | |
| RunListener |
Used by providers to report results.
|
| StackTraceWriter |
Ability to write a stack trace, filtered to omit locations inside Surefire and Maven.
|
| Class | Description |
|---|---|
| AsynchRunListener |
Transfers further processing of the request to a different thread,
returning immediately to calling code.
|
| CategorizedReportEntry | |
| ConsoleOutputCapture |
Deals with system.out/err.
|
| ConsoleOutputReceiverForCurrentThread | |
| DefaultConsoleReporter | |
| DefaultDirectConsoleReporter | |
| DescriptionDecoder | |
| 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 | |
| TestSetStatistics |
Run-statistics for a testset
|
| Exception | Description |
|---|---|
| ReporterException |
Exception occurring during report generation.
|
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.