net.thucydides.core.reports.csv
Class CSVReporter

Package class diagram package CSVReporter
java.lang.Object
  extended by net.thucydides.core.reports.ThucydidesReporter
      extended by net.thucydides.core.reports.csv.CSVReporter

public class CSVReporter
extends ThucydidesReporter

Stores test outcomes as CSV files


Constructor Summary
CSVReporter(File outputDirectory)
           
CSVReporter(File outputDirectory, EnvironmentVariables environmentVariables)
           
 
Method Summary
 File generateReportFor(TestOutcomes testOutcomes, String reportName)
           
 
Methods inherited from class net.thucydides.core.reports.ThucydidesReporter
getOutputDirectory, getSourceDirectory, setOutputDirectory, setSourceDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVReporter

public CSVReporter(File outputDirectory)

CSVReporter

public CSVReporter(File outputDirectory,
                   EnvironmentVariables environmentVariables)
Method Detail

generateReportFor

public File generateReportFor(TestOutcomes testOutcomes,
                              String reportName)
                       throws IOException
Throws:
IOException


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.