Uses of Class
com.hp.lft.sdk.ImageMaskArea
Packages that use ImageMaskArea
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides SDK utility and helper classes.
-
Uses of ImageMaskArea in com.hp.lft.sdk
Methods in com.hp.lft.sdk with parameters of type ImageMaskAreaModifier and TypeMethodDescriptionboolean
TestObject.verifyImageMatch
(RenderedImage expectedImage, ImageMaskArea maskArea) Checks whether the defined mask areas within the object snapshot and the supplied image are identical.boolean
TestObject.verifyImageMatch
(RenderedImage expectedImage, ImageMaskArea maskArea, byte pixelTolerance) Checks whether the defined mask areas within the object snapshot and the supplied image match, given the specified pixel tolerance values.boolean
TestObject.verifyImageMatch
(RenderedImage expectedImage, ImageMaskArea maskArea, byte pixelTolerance, byte rgbTolerance) Checks whether the defined mask areas within the object snapshot and the supplied image match, given the specified pixel and RGB tolerance values. -
Uses of ImageMaskArea in com.hp.lft.sdk.utils
Methods in com.hp.lft.sdk.utils with parameters of type ImageMaskAreaModifier and TypeMethodDescriptionstatic boolean
ImageUtils.compareImages
(RenderedImage firstImage, RenderedImage secondImage, ImageMaskArea maskArea) Checks whether the defined mask areas within two images are identical.static boolean
ImageUtils.compareImages
(RenderedImage firstImage, RenderedImage secondImage, ImageMaskArea maskArea, byte pixelTolerance) Checks whether the defined mask areas within two images match, given the specified pixel tolerance value.static boolean
ImageUtils.compareImages
(RenderedImage firstImage, RenderedImage secondImage, ImageMaskArea maskArea, byte pixelTolerance, byte rgbTolerance) Checks whether the defined mask areas within two images match, given the specified pixel and RGB tolerance values.