@Override public void writeHeader(String[] headers) throws IOException { csvMapWriter.writeHeader(headers); }
/** * @param file * @throws IOException */ public TestUtility(String file) throws IOException { report = open(file); report.writeHeader(header); }