public class ResultsCsvWriter extends Object implements ResultsWriter
Constructor and Description |
---|
ResultsCsvWriter(File outputDir) |
Modifier and Type | Method and Description |
---|---|
void |
begin() |
void |
end() |
void |
setCsvFormater(CSVFormatter csvFormater) |
void |
writeResults(ResultsForAllTests resultsForAllTests,
String testConfigFile) |
public ResultsCsvWriter(File outputDir)
public void begin()
begin
in interface ResultsWriter
public void writeResults(ResultsForAllTests resultsForAllTests, String testConfigFile)
writeResults
in interface ResultsWriter
public void end()
end
in interface ResultsWriter
public void setCsvFormater(CSVFormatter csvFormater)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.