public class ReporterConfiguration extends Object
| Constructor and Description | 
|---|
ReporterConfiguration(File reportsDirectory,
                     boolean trimStackTrace)  | 
| Modifier and Type | Method and Description | 
|---|---|
PrintStream | 
getOriginalSystemOut()
The original system out belonging to the (possibly forked) surefire process. 
 | 
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. 
 | 
public ReporterConfiguration(File reportsDirectory, boolean trimStackTrace)
public File getReportsDirectory()
public boolean isTrimStackTrace()
public PrintStream getOriginalSystemOut()
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.