Uses of Interface
org.testfx.service.support.ColorMatcher
-
Packages that use ColorMatcher Package Description org.testfx.assertions.api org.testfx.matcher.base org.testfx.service.support org.testfx.service.support.impl -
-
Uses of ColorMatcher in org.testfx.assertions.api
Methods in org.testfx.assertions.api with parameters of type ColorMatcher Modifier and Type Method Description SELFAbstractColorAssert. isColor(javafx.scene.paint.Color color, ColorMatcher colorMatcher)Verifies that the actualColoris matched by the givencolorwith respect to the givencolorMatcher.SELFAbstractColorAssert. isNotColor(javafx.scene.paint.Color color, ColorMatcher colorMatcher)Verifies that the actualColoris not matched by the givencolorwith respect to the givencolorMatcher. -
Uses of ColorMatcher in org.testfx.matcher.base
Methods in org.testfx.matcher.base with parameters of type ColorMatcher Modifier and Type Method Description static org.hamcrest.Matcher<javafx.scene.paint.Color>ColorMatchers. isColor(javafx.scene.paint.Color color, ColorMatcher colorMatcher)Creates a matcher that matches allColors that match the givencolorwith respect to the givencolorMatcher. -
Uses of ColorMatcher in org.testfx.service.support
Subinterfaces of ColorMatcher in org.testfx.service.support Modifier and Type Interface Description interfacePixelMatcher -
Uses of ColorMatcher in org.testfx.service.support.impl
Classes in org.testfx.service.support.impl that implement ColorMatcher Modifier and Type Class Description classPixelMatcherBaseclassPixelMatcherRgb
-