|
||||||||||
| 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
| Constructor Summary | |
|---|---|
ReporterConfiguration(java.util.List reports,
java.io.File reportsDirectory,
java.lang.Boolean trimStackTrace)
|
|
| Method Summary | |
|---|---|
java.io.PrintStream |
getOriginalSystemErr()
The original system err belonging to the (possibly forked) surefire process. |
java.io.PrintStream |
getOriginalSystemOut()
The original system out belonging to the (possibly forked) surefire process. |
java.util.List |
getReports()
A list of classnames representing runnable reports for this test-run. |
java.io.File |
getReportsDirectory()
The directory where reports will be created, normally ${project.build.directory}/surefire-reports |
java.lang.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(java.util.List reports,
java.io.File reportsDirectory,
java.lang.Boolean trimStackTrace)
| Method Detail |
|---|
public java.io.File getReportsDirectory()
public java.lang.Boolean isTrimStackTrace()
public java.util.List getReports()
public java.io.PrintStream getOriginalSystemOut()
public java.io.PrintStream getOriginalSystemErr()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||