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 SELF
AbstractColorAssert. isColor(javafx.scene.paint.Color color, ColorMatcher colorMatcher)
Verifies that the actualColor
is matched by the givencolor
with respect to the givencolorMatcher
.SELF
AbstractColorAssert. isNotColor(javafx.scene.paint.Color color, ColorMatcher colorMatcher)
Verifies that the actualColor
is not matched by the givencolor
with 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 allColor
s that match the givencolor
with 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 interface
PixelMatcher
-
Uses of ColorMatcher in org.testfx.service.support.impl
Classes in org.testfx.service.support.impl that implement ColorMatcher Modifier and Type Class Description class
PixelMatcherBase
class
PixelMatcherRgb
-