Uses of Interface
org.testfx.service.support.ColorMatcher
Packages that use ColorMatcher
Package
Description
-
Uses of ColorMatcher in org.testfx.assertions.api
Methods in org.testfx.assertions.api with parameters of type ColorMatcherModifier and TypeMethodDescriptionAbstractColorAssert.isColor
(javafx.scene.paint.Color color, ColorMatcher colorMatcher) Verifies that the actualColor
is matched by the givencolor
with respect to the givencolorMatcher
.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 ColorMatcherModifier and TypeMethodDescriptionstatic 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 -
Uses of ColorMatcher in org.testfx.service.support.impl
Classes in org.testfx.service.support.impl that implement ColorMatcher