Uses of Class
com.aventstack.extentreports.reporter.configuration.ViewConfigurer
-
Packages that use ViewConfigurer Package Description com.aventstack.extentreports.reporter com.aventstack.extentreports.reporter.configuration -
-
Uses of ViewConfigurer in com.aventstack.extentreports.reporter
Methods in com.aventstack.extentreports.reporter that return ViewConfigurer Modifier and Type Method Description ViewConfigurer<ExtentSparkReporter>ExtentSparkReporter. viewConfigurer() -
Uses of ViewConfigurer in com.aventstack.extentreports.reporter.configuration
Methods in com.aventstack.extentreports.reporter.configuration that return ViewConfigurer Modifier and Type Method Description ViewConfigurer<T>ViewOrder. as(ViewName[] viewOrder)ViewConfigurer<T>ViewOrder. as(List<ViewName> order)ViewConfigurer<?>ViewsConfigurable. viewConfigurer()Constructors in com.aventstack.extentreports.reporter.configuration with parameters of type ViewConfigurer Constructor Description ViewOrder(ViewConfigurer<T> configurer)
-