| Package | Description |
|---|---|
| org.testfx.assertions.api | |
| org.testfx.matcher.base | |
| org.testfx.service.support | |
| org.testfx.service.support.impl |
| Modifier and Type | Method and Description |
|---|---|
SELF |
AbstractColorAssert.isColor(javafx.scene.paint.Color color,
ColorMatcher colorMatcher)
Verifies that the actual
Color is matched by the given color
with respect to the given colorMatcher. |
SELF |
AbstractColorAssert.isNotColor(javafx.scene.paint.Color color,
ColorMatcher colorMatcher)
Verifies that the actual
Color is not matched by the given color
with respect to the given colorMatcher. |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<javafx.scene.paint.Color> |
ColorMatchers.isColor(javafx.scene.paint.Color color,
ColorMatcher colorMatcher)
Creates a matcher that matches all
Colors that match the given color with respect
to the given colorMatcher. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PixelMatcher |
| Modifier and Type | Class and Description |
|---|---|
class |
PixelMatcherBase |
class |
PixelMatcherRgb |