Uses of Enum Class
com.applitools.eyes.config.Feature
Packages that use Feature
-
Uses of Feature in com.applitools.eyes.config
Methods in com.applitools.eyes.config that return FeatureModifier and TypeMethodDescriptionstatic FeatureReturns the enum constant of this class with the specified name.static Feature[]Feature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.applitools.eyes.config that return types with arguments of type FeatureMethods in com.applitools.eyes.config with parameters of type FeatureModifier and TypeMethodDescriptionbooleanConfiguration.isFeatureActivated(Feature feature) Configuration.setFeatures(Feature feature, Feature... features) Sets features to for the Eyes test.