net.thucydides.core.reports.html
Class HtmlProgressReporter

Package class diagram package HtmlProgressReporter
java.lang.Object
  extended by net.thucydides.core.reports.ThucydidesReporter
      extended by net.thucydides.core.reports.html.HtmlReporter
          extended by net.thucydides.core.reports.html.HtmlProgressReporter

public class HtmlProgressReporter
extends HtmlReporter


Nested Class Summary
 
Nested classes/interfaces inherited from class net.thucydides.core.reports.html.HtmlReporter
HtmlReporter.Merger
 
Field Summary
 
Fields inherited from class net.thucydides.core.reports.html.HtmlReporter
TIMESTAMP_FORMAT
 
Constructor Summary
HtmlProgressReporter(IssueTracking issueTracking, TestHistory testHistory)
           
 
Method Summary
 File generateReportFor(RequirementsOutcomes requirementsOutcomes)
           
 File generateReportFor(RequirementsOutcomes requirementsOutcomes, TestOutcomes testOutcomes, String filename)
           
 
Methods inherited from class net.thucydides.core.reports.html.HtmlReporter
addTimestamp, copyResourcesToOutputDirectory, copyTestResultsToOutputDirectory, getEnvironmentVariables, getResourceDirectory, mergeTemplate, setResourceDirectory, timestampFrom, timestampFrom, writeReportToOutputDirectory
 
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

HtmlProgressReporter

public HtmlProgressReporter(IssueTracking issueTracking,
                            TestHistory testHistory)
Method Detail

generateReportFor

public File generateReportFor(RequirementsOutcomes requirementsOutcomes)
                       throws IOException
Throws:
IOException

generateReportFor

public File generateReportFor(RequirementsOutcomes requirementsOutcomes,
                              TestOutcomes testOutcomes,
                              String filename)
                       throws IOException
Throws:
IOException


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