108109110111112113114115116117118
public void completed() throws Exception { boolean first = true; for (TextReport<?> r : reports) { r.initialise(reportPrinter, new NullReportContext()); if (!first) { reportPrinter.printLine(); } else { first = false;