Uses of Class
org.testfx.service.support.PixelMatcherResult
Packages that use PixelMatcherResult
-
Uses of PixelMatcherResult in org.testfx.service.support
Methods in org.testfx.service.support that return PixelMatcherResultModifier and TypeMethodDescriptionPixelMatcher.match
(javafx.scene.image.Image image0, javafx.scene.image.Image image1) Returns aPixelMatcherResult
that indicates how similar/dissimilar the two images were.CaptureSupport.matchImages
(javafx.scene.image.Image image0, javafx.scene.image.Image image1, PixelMatcher pixelMatcher) Compares two images and returns aPixelMatcherResult
that defines the how similar/dissimilar one was from the other. -
Uses of PixelMatcherResult in org.testfx.service.support.impl
Methods in org.testfx.service.support.impl that return PixelMatcherResultModifier and TypeMethodDescriptionPixelMatcherBase.match
(javafx.scene.image.Image image0, javafx.scene.image.Image image1) CaptureSupportImpl.matchImages
(javafx.scene.image.Image image0, javafx.scene.image.Image image1, PixelMatcher pixelMatcher)