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