Package net.thucydides.core.reports.csv
Class CSVReporter
java.lang.Object
net.thucydides.core.reports.ThucydidesReporter
net.thucydides.core.reports.csv.CSVReporter
public class CSVReporter extends ThucydidesReporter
Stores test outcomes as CSV files
-
Constructor Summary
Constructors Constructor Description CSVReporter(java.io.File outputDirectory)CSVReporter(java.io.File outputDirectory, EnvironmentVariables environmentVariables) -
Method Summary
Modifier and Type Method Description java.io.FilegenerateReportFor(TestOutcomes testOutcomes, java.lang.String reportName)Methods inherited from class net.thucydides.core.reports.ThucydidesReporter
getOutputDirectory, getSourceDirectory, setOutputDirectory, setSourceDirectoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CSVReporter
public CSVReporter(java.io.File outputDirectory) -
CSVReporter
-
-
Method Details
-
generateReportFor
public java.io.File generateReportFor(TestOutcomes testOutcomes, java.lang.String reportName) throws java.io.IOException- Throws:
java.io.IOException
-