Uses of Class
com.aventstack.extentreports.reporter.configuration.ViewName
-
Packages that use ViewName Package Description com.aventstack.extentreports.reporter.configuration -
-
Uses of ViewName in com.aventstack.extentreports.reporter.configuration
Methods in com.aventstack.extentreports.reporter.configuration that return ViewName Modifier and Type Method Description static ViewNameViewName. valueOf(String name)Returns the enum constant of this type with the specified name.static ViewName[]ViewName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aventstack.extentreports.reporter.configuration with parameters of type ViewName Modifier and Type Method Description ViewConfigurer<T>ViewOrder. as(ViewName[] viewOrder)Method parameters in com.aventstack.extentreports.reporter.configuration with type arguments of type ViewName Modifier and Type Method Description ViewConfigurer<T>ViewOrder. as(List<ViewName> order)
-