Modifier and Type | Class and Description |
---|---|
class |
MockReporter
Internal use only
|
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.
|
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 |
ConcurrentReporterManager
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 |
Modifier and Type | Method and Description |
---|---|
void |
LogicalStream.writeDetails(ConsoleOutputReceiver outputReceiver) |
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) |
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.