org.apache.maven.surefire.report
public class ConsoleReporter extends AbstractReporter
| Field Summary | |
|---|---|
| protected long | batteryStartTime |
| protected static int | BUFFER_SIZE |
| protected PrintWriter | writer |
| Constructor Summary | |
|---|---|
| ConsoleReporter() | |
| Method Summary | |
|---|---|
| void | batteryAborted(ReportEntry report) |
| void | batteryCompleted(ReportEntry report) |
| void | batteryStarting(ReportEntry report) |
| void | print(String message) |
| void | println(String message) |
| void | runAborted(ReportEntry report) |
| void | runStarting(int testCount) |