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 actualColoris matched by the givencolorwith respect to the givencolorMatcher.AbstractColorAssert.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 ColorMatcherModifier and TypeMethodDescriptionstatic 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 -
Uses of ColorMatcher in org.testfx.service.support.impl
Classes in org.testfx.service.support.impl that implement ColorMatcher