Package net.thucydides.core.reports
Class ExtendedReports
- java.lang.Object
-
- net.thucydides.core.reports.ExtendedReports
-
public class ExtendedReports extends Object
-
-
Constructor Summary
Constructors Constructor Description ExtendedReports()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<ExtendedReport>named(List<String> reportNames)Returns a list of ExtendedReport instances matching the specified names.
-
-
-
Method Detail
-
named
public static List<ExtendedReport> named(List<String> reportNames)
Returns a list of ExtendedReport instances matching the specified names. The corresponding ExtendedReport classes must be on the classpath.
-
-