Uses of Enum Class
com.applitools.eyes.MatchLevel
Packages that use MatchLevel
Package
Description
-
Uses of MatchLevel in com.applitools
Methods in com.applitools that return MatchLevelMethods in com.applitools with parameters of type MatchLevelModifier and TypeMethodDescriptionICheckSettings.matchLevel(MatchLevel matchLevel) Set the match level by which to compare the screenshot. -
Uses of MatchLevel in com.applitools.eyes
Methods in com.applitools.eyes that return MatchLevelModifier and TypeMethodDescriptionstatic MatchLevelMatchLevel.fromString(String key) ImageMatchSettings.getMatchLevel()static MatchLevelReturns the enum constant of this class with the specified name.static MatchLevel[]MatchLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.applitools.eyes with parameters of type MatchLevelConstructors in com.applitools.eyes with parameters of type MatchLevelModifierConstructorDescriptionImageMatchSettings(MatchLevel matchLevel, ExactMatchSettings exact, boolean useDom) -
Uses of MatchLevel in com.applitools.eyes.config
Methods in com.applitools.eyes.config that return MatchLevelMethods in com.applitools.eyes.config with parameters of type MatchLevelModifier and TypeMethodDescriptionConfiguration.setMatchLevel(MatchLevel matchLevel) IConfiguration.setMatchLevel(MatchLevel matchLevel) -
Uses of MatchLevel in com.applitools.eyes.fluent
Methods in com.applitools.eyes.fluent that return MatchLevelMethods in com.applitools.eyes.fluent with parameters of type MatchLevelModifier and TypeMethodDescriptionCheckSettings.matchLevel(MatchLevel matchLevel) Set the match level by which to compare the screenshot. -
Uses of MatchLevel in com.applitools.eyes.metadata
Methods in com.applitools.eyes.metadata that return MatchLevelMethods in com.applitools.eyes.metadata with parameters of type MatchLevel