org.apache.maven.surefire.report
public class BriefFileReporter extends AbstractReporter
Version: $Id: BriefFileReporter.java 360553 2006-01-01 21:39:29Z carlos $
| Method Summary | |
|---|---|
| void | batteryCompleted(ReportEntry report) |
| void | batteryStarting(ReportEntry report) |
| void | dispose() |
| void | runStarting(int testCount) |
| void | testError(ReportEntry report, String stdOut, String stdErr) |
| void | testFailed(ReportEntry report, String stdOut, String stdErr) |
| void | testStarting(ReportEntry report) |