net.thucydides.core.reports.html
Class HtmlProgressReporter

Package class diagram package HtmlProgressReporter
java.lang.Object
  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
 
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
copyResourcesToOutputDirectory, getEnvironmentVariables, getOutputDirectory, getResourceDirectory, mergeTemplate, setOutputDirectory, setResourceDirectory, writeReportToOutputDirectory
 
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-2012 Wakaleo Consulting. All Rights Reserved.