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