Modifier and Type | Method and Description |
---|---|
private ConsoleOutputReceiver |
ForkClient.getOrCreateConsoleOutputReceiver() |
Modifier and Type | Interface and Description |
---|---|
interface |
TestcycleConsoleOutputReceiver |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleOutputFileReporter
Surefire output consumer proxy that writes test output to a
File for each test suite. |
class |
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. |
(package private) class |
NullConsoleOutputReceiver
ConsoleReporter doing nothing rather than using null.
|
class |
TestSetRunListener
Reports data for a single test set.
|
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 |
ConcurrentRunListener
Handles responses from concurrent junit
Stuff to remember about JUnit threading: parallel=classes; beforeClass/afterClass, constructor and all tests method run on same thread parallel=methods; beforeClass/afterClass run on main thread, constructor + each test method run on same thread parallel=both; same as parallel=methods |
class |
MethodsParallelRunListener |
class |
NonConcurrentRunListener
A class to be used when there is no JUnit parallelism (methods or/and class).
|
(package private) class |
TestMethod
Represents the test-state of a single test method that is run.
|
Modifier and Type | Method and Description |
---|---|
void |
LogicalStream.writeDetails(ConsoleOutputReceiver outputReceiver) |
private void |
LogicalStream.Entry.writeDetails(ConsoleOutputReceiver outputReceiver) |
Modifier and Type | Field and Description |
---|---|
private ConsoleOutputReceiver |
ConsoleOutputCapture.ForwardingPrintStream.target |
Modifier and Type | Field and Description |
---|---|
private static java.lang.ThreadLocal<ConsoleOutputReceiver> |
ConsoleOutputReceiverForCurrentThread.CURRENT |
Modifier and Type | Method and Description |
---|---|
static ConsoleOutputReceiver |
ConsoleOutputReceiverForCurrentThread.get() |
Modifier and Type | Method and Description |
---|---|
static void |
ConsoleOutputReceiverForCurrentThread.set(ConsoleOutputReceiver consoleOutputReceiver) |
static void |
ConsoleOutputCapture.startCapture(ConsoleOutputReceiver target) |
Constructor and Description |
---|
ForwardingPrintStream(boolean stdout,
ConsoleOutputReceiver target) |