|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.surefire.report.ReporterConfiguration
public class ReporterConfiguration
Bits and pieces of reporting configuration that seem to be necessary on the provider side.
Todo: Consider moving these fields elsewhere, this concept does not smell too good
| Constructor Summary | |
|---|---|
ReporterConfiguration(File reportsDirectory,
Boolean trimStackTrace)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReporterConfiguration(File reportsDirectory,
Boolean trimStackTrace)
| Method Detail |
|---|
public File getReportsDirectory()
public Boolean isTrimStackTrace()
public PrintStream getOriginalSystemOut()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||