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.sdkMethods in com.hp.lft.sdk with parameters of type ImageMaskAreaModifier and TypeMethodDescriptionbooleanTestObject.verifyImageMatch(RenderedImage expectedImage, ImageMaskArea maskArea) Checks whether the defined mask areas within the object snapshot and the supplied image are identical.booleanTestObject.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.booleanTestObject.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.utilsMethods in com.hp.lft.sdk.utils with parameters of type ImageMaskAreaModifier and TypeMethodDescriptionstatic booleanImageUtils.compareImages(RenderedImage firstImage, RenderedImage secondImage, ImageMaskArea maskArea) Checks whether the defined mask areas within two images are identical.static booleanImageUtils.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 booleanImageUtils.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.