public class ForkingReporterFactory extends java.lang.Object implements ReporterFactory
Modifier and Type | Field and Description |
---|---|
private boolean |
isTrimstackTrace |
private java.io.PrintStream |
originalSystemOut |
private int |
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 volatile int testSetChannelId
public ForkingReporterFactory(boolean trimstackTrace, java.io.PrintStream originalSystemOut)
public RunListener createReporter()
ReporterFactory
createReporter
in interface ReporterFactory
public RunResult close()
ReporterFactory
close
in interface ReporterFactory