Uses of Class
com.applitools.eyes.config.Feature
-
Packages that use Feature Package Description com.applitools.eyes.config -
-
Uses of Feature in com.applitools.eyes.config
Methods in com.applitools.eyes.config that return Feature Modifier and Type Method Description static FeatureFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static Feature[]Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.applitools.eyes.config that return types with arguments of type Feature Modifier and Type Method Description List<Feature>Configuration. getFeatures()Methods in com.applitools.eyes.config with parameters of type Feature Modifier and Type Method Description booleanConfiguration. isFeatureActivated(Feature feature)ConfigurationConfiguration. setFeatures(Feature feature, Feature... features)Sets features to for the Eyes test.
-