|
||||||||||
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)
|
|
ReporterConfiguration(java.util.List reports,
java.io.File reportsDirectory,
java.lang.Boolean trimStackTrace,
java.lang.Integer forkWithTimeout)
|
Method Summary | |
---|---|
java.lang.Integer |
getForkTimeout()
|
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 |
boolean |
isForkWithTimeout()
Indicates that the test is running timed out, meaning this process could be abruptly killed. |
boolean |
isTimedOut()
|
java.lang.Boolean |
isTrimStackTrace()
Indicates if reporting should trim the stack traces. |
void |
setTimedOut(boolean timedOut)
|
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, java.lang.Integer forkWithTimeout)
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()
public boolean isForkWithTimeout()
public java.lang.Integer getForkTimeout()
public void setTimedOut(boolean timedOut)
public boolean isTimedOut()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |