Uses of Interface
net.thucydides.core.reports.AcceptanceTestReporter

Packages that use AcceptanceTestReporter
net.thucydides.core.reports Thucydides generates reports in HTML and XML by default. 
net.thucydides.core.reports.html XML Report generation. 
net.thucydides.core.reports.xml XML Report generation. 
 

Uses of AcceptanceTestReporter in net.thucydides.core.reports
 

Methods in net.thucydides.core.reports that return types with arguments of type AcceptanceTestReporter
static List<AcceptanceTestReporter> ReportService.getDefaultReporters()
          The default reporters applicable for standard test runs.
 List<AcceptanceTestReporter> ReportService.getSubscribedReporters()
           
 

Methods in net.thucydides.core.reports with parameters of type AcceptanceTestReporter
 void ReportService.subscribe(AcceptanceTestReporter reporter)
           
 

Constructor parameters in net.thucydides.core.reports with type arguments of type AcceptanceTestReporter
ReportService(File outputDirectory, Collection<AcceptanceTestReporter> subscribedReporters)
          Reports are generated using the test results in a given directory.
 

Uses of AcceptanceTestReporter in net.thucydides.core.reports.html
 

Classes in net.thucydides.core.reports.html that implement AcceptanceTestReporter
 class HtmlAcceptanceTestReporter
          Generates acceptance test results in XML form.
 

Uses of AcceptanceTestReporter in net.thucydides.core.reports.xml
 

Classes in net.thucydides.core.reports.xml that implement AcceptanceTestReporter
 class XMLTestOutcomeReporter
          Generates acceptance test results in XML form.
 



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