Interface JUnitResultFormatter

All Superinterfaces:
JUnitTaskMirror.JUnitResultFormatterMirror, junit.framework.TestListener
All Known Implementing Classes:
BriefJUnitResultFormatter, FailureRecorder, OutErrSummaryJUnitResultFormatter, PlainJUnitResultFormatter, SummaryJUnitResultFormatter, TearDownOnVmCrash, XMLJUnitResultFormatter

public interface JUnitResultFormatter extends junit.framework.TestListener, JUnitTaskMirror.JUnitResultFormatterMirror
This Interface describes classes that format the results of a JUnit testrun.