org.apache.tools.ant.taskdefs.optional.junit

Interface JUnitTaskMirror.SummaryJUnitResultFormatterMirror

public static interface JUnitTaskMirror.SummaryJUnitResultFormatterMirror extends JUnitTaskMirror.JUnitResultFormatterMirror

The interface that SummaryJUnitResultFormatter extends.
Method Summary
voidsetWithOutAndErr(boolean value)
Set where standard out and standard error should be included.

Method Detail

setWithOutAndErr

public void setWithOutAndErr(boolean value)
Set where standard out and standard error should be included.

Parameters: value if true include the outputs in the summary.