Package net.thucydides.core.reports.html
Class ReportProperties
- java.lang.Object
-
- net.thucydides.core.reports.html.ReportProperties
-
public class ReportProperties extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportPropertiesforAggregateResultsReport()static ReportPropertiesforTagResultsReport()static ReportPropertiesforTagTypeResultsReport()static ReportPropertiesforTestResultsReport()booleangetShouldDisplayResultLink()
-
-
-
Method Detail
-
forTestResultsReport
public static ReportProperties forTestResultsReport()
-
forTagResultsReport
public static ReportProperties forTagResultsReport()
-
forTagTypeResultsReport
public static ReportProperties forTagTypeResultsReport()
-
forAggregateResultsReport
public static ReportProperties forAggregateResultsReport()
-
getShouldDisplayResultLink
public boolean getShouldDisplayResultLink()
-
-