| Package | Description |
|---|---|
| org.assertj.swing.assertions.data | |
| org.assertj.swing.assertions.error |
| Modifier and Type | Method and Description |
|---|---|
static RgbColor |
RgbColor.color(int rgb)
Creates a new
RgbColor. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RgbColor.isEqualTo(RgbColor color,
org.assertj.core.data.Offset<Integer> offset)
Indicates whether the given
is equal to this one. |
| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
ShouldBeEqualColors.shouldBeEqualColors(RgbColor expected,
RgbColor actual,
Point point,
org.assertj.core.data.Offset<?> offset)
Creates a new
. |
Copyright © 2014 AssertJ. All rights reserved.