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 ResultsWriterpublic void writeResults(ResultsForAllTests resultsForAllTests, String testConfigFile)
writeResults in interface ResultsWriterpublic void end()
end in interface ResultsWriterpublic void setCsvFormater(CSVFormatter csvFormater)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.