Uses of Class
com.aventstack.extentreports.AnalysisStrategy
-
Packages that use AnalysisStrategy Package Description com.aventstack.extentreports -
-
Uses of AnalysisStrategy in com.aventstack.extentreports
Methods in com.aventstack.extentreports that return AnalysisStrategy Modifier and Type Method Description static AnalysisStrategyAnalysisStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static AnalysisStrategy[]AnalysisStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aventstack.extentreports with parameters of type AnalysisStrategy Modifier and Type Method Description voidAnalysisTypeConfigurable. setAnalysisStrategy(AnalysisStrategy strategy)voidExtentReports. setAnalysisStrategy(AnalysisStrategy strategy)Type of AnalysisStrategy for the reporter.
-