Package | Description |
---|---|
org.apache.maven.plugin.surefire.booterclient | |
org.apache.maven.surefire.booter | |
org.apache.maven.surefire.junitcore | |
org.apache.maven.surefire.report |
Modifier and Type | Class and Description |
---|---|
class |
MockReporter
Internal use only
|
Modifier and Type | Class and Description |
---|---|
class |
ForkingRunListener
Encodes the full output of the test run to the stdout stream.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassesParallelRunListener |
class |
ConcurrentReporterManager |
class |
MethodsParallelRunListener |
Modifier and Type | Method and Description |
---|---|
void |
LogicalStream.writeDetails(ConsoleOutputReceiver outputReceiver) |
Modifier and Type | Class and Description |
---|---|
class |
AsynchRunListener
Transfers further processing of the request to a different thread,
returning immediately to calling code.
|
class |
TestConsoleOutputRunListener
Attaches the currently executing test method to the thread, allowing
test output to be directed to the proper test set.
|
static class |
TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener |
static class |
TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener |
class |
TestSetRunListener
Reports data for a single test set.
|
Modifier and Type | Method and Description |
---|---|
static ConsoleOutputReceiver |
ConsoleOutputReceiverForCurrentThread.get() |
protected abstract ConsoleOutputReceiver |
TestConsoleOutputRunListener.getConsoleOutputReceiver() |
protected ConsoleOutputReceiver |
TestConsoleOutputRunListener.OneThreadPerClassConsoleOutputRunListener.getConsoleOutputReceiver() |
protected ConsoleOutputReceiver |
TestConsoleOutputRunListener.UnknownThreadPerClassConsoleOutputRunListener.getConsoleOutputReceiver() |
Modifier and Type | Method and Description |
---|---|
static void |
ConsoleOutputReceiverForCurrentThread.set(ConsoleOutputReceiver consoleOutputReceiver) |
static void |
ConsoleOutputCapture.startCapture(ConsoleOutputReceiver target) |
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.