public class ReporterConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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)
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()
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.