org.apache.tools.ant.taskdefs.optional.junit
Interface JUnitTaskMirror.SummaryJUnitResultFormatterMirror
- JUnitTaskMirror.JUnitResultFormatterMirror
- OutErrSummaryJUnitResultFormatter, SummaryJUnitResultFormatter
public static interface JUnitTaskMirror.SummaryJUnitResultFormatterMirror
The interface that SummaryJUnitResultFormatter extends.
void | setWithOutAndErr(boolean value) - Set where standard out and standard error should be included.
|
setWithOutAndErr
public void setWithOutAndErr(boolean value)
Set where standard out and standard error should be included.
value
- if true include the outputs in the summary.