org.apache.tools.ant.taskdefs.optional.junit
Interface JUnitResultFormatter
- TestListener, JUnitTaskMirror.JUnitResultFormatterMirror
- BriefJUnitResultFormatter, OutErrSummaryJUnitResultFormatter, PlainJUnitResultFormatter, SummaryJUnitResultFormatter, XMLJUnitResultFormatter
public interface JUnitResultFormatter
This Interface describes classes that format the results of a JUnit
testrun.
setSystemError
public void setSystemError(String err)
This is what the test has written to System.err
err
- the string to write.
setSystemOutput
public void setSystemOutput(String out)
This is what the test has written to System.out
out
- the string to write.