public class CSVStatisticsBackend extends Object implements StatisticsBackend
| Constructor and Description |
|---|
CSVStatisticsBackend() |
| Modifier and Type | Method and Description |
|---|---|
static File |
getReportDir()
Return the folder of where reports should be generated.
|
void |
writeData(Chromosome result,
Map<String,OutputVariable<?>> data) |
public static File getReportDir() throws RuntimeException
RuntimeException - if folder does not exist, and we cannot create itpublic void writeData(Chromosome result, Map<String,OutputVariable<?>> data)
writeData in interface StatisticsBackendCopyright © 2010–2016 EvoSuite. All rights reserved.