@Override public void testOutputChunk(String output) { appendHtmlToBuffer(output); }
@Override public void newTestStarted(WikiPage test, TimeMeasurement timeMeasurement) throws IOException { currentTestStartTime = timeMeasurement.startedAt(); appendHtmlToBuffer(getPage().getData().getHeaderPageHtml()); }