| Package | Description |
|---|---|
| org.apache.maven.surefire.api.report |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TestOutputReceiver<T extends OutputReportEntry>
A receiver of stdout/sterr output from running tests.
|
interface |
TestReportListener<T extends OutputReportEntry>
This architecture has two sides (forked JVM, plugin JVM) implementing the same interface
TestReportListener: |
| Modifier and Type | Class and Description |
|---|---|
class |
TestOutputReportEntry
This report entry should be used in
TestOutputReceiver.writeTestOutput(OutputReportEntry). |
| Modifier and Type | Method and Description |
|---|---|
static OutputReportEntry |
TestOutputReportEntry.stdOut(String log) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ConsoleOutputCapture.startCapture(TestOutputReceiver<OutputReportEntry> target) |
| Constructor and Description |
|---|
TestOutputReportEntry(OutputReportEntry reportEntry,
RunMode runMode,
Long testRunId) |
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.