org.apache.maven.surefire.report
public interface Reporter
| Method Summary | |
|---|---|
| void | batteryAborted(ReportEntry report) |
| void | batteryCompleted(ReportEntry report) |
| void | batteryStarting(ReportEntry report) |
| void | dispose() |
| int | getNbErrors() |
| int | getNbFailures() |
| int | getNbTests() |
| void | runAborted(ReportEntry report) |
| void | runCompleted() |
| void | runStarting(int testCount) |
| void | runStopped() |
| void | setReportsDirectory(String reportsDirectory) |
| void | testError(ReportEntry report, String stdOut, String stdErr) |
| void | testFailed(ReportEntry report, String stdOut, String stdErr) |
| void | testStarting(ReportEntry report) |
| void | testSucceeded(ReportEntry report) |
| void | writeMessage(String message) |