public class ForkingReporterFactory extends java.lang.Object implements ReporterFactory
| Modifier and Type | Field and Description |
|---|---|
private boolean |
isTrimstackTrace |
private java.io.PrintStream |
originalSystemOut |
private java.util.concurrent.atomic.AtomicInteger |
testSetChannelId |
| Constructor and Description |
|---|
ForkingReporterFactory(boolean trimstackTrace,
java.io.PrintStream originalSystemOut) |
| Modifier and Type | Method and Description |
|---|---|
RunResult |
close()
Closes the factory, freeing resources allocated in the factory.
|
RunListener |
createReporter()
Creates a reporter.
|
private final boolean isTrimstackTrace
private final java.io.PrintStream originalSystemOut
private final java.util.concurrent.atomic.AtomicInteger testSetChannelId
public ForkingReporterFactory(boolean trimstackTrace,
java.io.PrintStream originalSystemOut)
public RunListener createReporter()
ReporterFactorycreateReporter in interface ReporterFactorypublic RunResult close()
ReporterFactoryclose in interface ReporterFactory