net.thucydides.core.reports.html
Class HtmlRequirementsReporter

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

public class HtmlRequirementsReporter
extends HtmlReporter


Nested Class Summary
 
Nested classes/interfaces inherited from class net.thucydides.core.reports.html.HtmlReporter
HtmlReporter.Merger
 
Constructor Summary
HtmlRequirementsReporter()
           
HtmlRequirementsReporter(IssueTracking issueTracking)
           
 
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

HtmlRequirementsReporter

public HtmlRequirementsReporter()

HtmlRequirementsReporter

public HtmlRequirementsReporter(IssueTracking issueTracking)
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.