Uses of Class
net.thucydides.core.model.ReportType

Packages that use ReportType
net.thucydides.core.model The Thucydides domain model, which represents acceptance test runs. 
net.thucydides.core.reports.html XML Report generation. 
 

Uses of ReportType in net.thucydides.core.model
 

Methods in net.thucydides.core.model that return ReportType
static ReportType ReportType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReportType[] ReportType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.thucydides.core.model with parameters of type ReportType
static ReportNamer ReportNamer.forReportType(ReportType type)
           
 String TestOutcome.getReportName(ReportType type)
           
 String Story.getReportName(ReportType type)
          Find the name of the report for this story for the specified report type (XML, HTML,...).
 String TestOutcome.getSimpleReportName(ReportType type)
           
static String Stories.reportFor(Story story, ReportType type)
           
 

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

Constructors in net.thucydides.core.reports.html with parameters of type ReportType
ReportNameProvider(com.google.common.base.Optional<String> context, ReportType type)
           
 



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