Interface | Description |
---|---|
TestcycleConsoleOutputReceiver |
Class | Description |
---|---|
ConsoleOutputFileReporter |
Surefire output consumer proxy that writes test output to a
File for each test suite. |
ConsoleReporter |
Base class for console reporters.
|
DefaultReporterFactory |
Provides reporting modules on the plugin side.
|
DirectConsoleOutput |
Outputs test system out/system err directly to the console
Just a step on the road to getting the separation of reporting concerns operating properly. |
FileReporter |
Base class for file reporters.
|
FileReporterUtils |
Utils class for file-based reporters
|
NullConsoleOutputReceiver |
ConsoleReporter doing nothing rather than using null.
|
NullConsoleReporter |
ConsoleReporter doing nothing rather than using null.
|
NullFileReporter |
FileReporter doing nothing rather than using null.
|
NullStatelessXmlReporter |
FileReporter doing nothing rather than using null.
|
NullStatisticsReporter |
StatisticsReporter doing nothing rather than using null.
|
ReporterUtils |
Utility for reporter classes.
|
StatelessXmlReporter | |
StatelessXmlReporter.ByteConstantsHolder | |
StatelessXmlReporter.EncodingOutputStream | |
TestMethodStats |
Maintains per-thread test result state for a single test method.
|
TestSetRunListener |
Reports data for a single test set.
|
TestSetStats |
Maintains per-thread test result state.
|
Utf8RecodingDeferredFileOutputStream |
A deferred file output stream decorator that recodes the bytes written into the stream from the VM default encoding
to UTF-8.
|
WrappedReportEntry |
Enum | Description |
---|---|
DefaultReporterFactory.TestResultType | |
ReportEntryType |
Type of an entry in the report
|