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 File getReportsDirectory()
public Boolean isTrimStackTrace()
public PrintStream getOriginalSystemOut()
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.