public class ReporterConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.io.PrintStream |
originalSystemOut |
private java.io.File |
reportsDirectory |
private boolean |
trimStackTrace
A non-null Boolean value
|
Constructor and Description |
---|
ReporterConfiguration(java.io.File reportsDirectory,
boolean trimStackTrace) |
Modifier and Type | Method and Description |
---|---|
java.io.PrintStream |
getOriginalSystemOut()
The original system out belonging to the (possibly forked) surefire process.
|
java.io.File |
getReportsDirectory()
The directory where reports will be created, normally ${project.build.directory}/surefire-reports
|
boolean |
isTrimStackTrace()
Indicates if reporting should trim the stack traces.
|
private final java.io.File reportsDirectory
private final java.io.PrintStream originalSystemOut
private final boolean trimStackTrace
public ReporterConfiguration(java.io.File reportsDirectory, boolean trimStackTrace)
public java.io.File getReportsDirectory()
public boolean isTrimStackTrace()
public java.io.PrintStream getOriginalSystemOut()