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()
ReporterFactorycreateReporter in interface ReporterFactorypublic RunResult close()
ReporterFactoryclose in interface ReporterFactory