public class AbstractDimension2DAssert<SELF extends AbstractDimension2DAssert<SELF>>
extends org.assertj.core.api.AbstractAssert<SELF,javafx.geometry.Dimension2D>
Dimension2D assertions.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDimension2DAssert(javafx.geometry.Dimension2D dimension2D,
java.lang.Class<?> selfType) |
| Modifier and Type | Method and Description |
|---|---|
SELF |
doesNotHaveDimension(double width,
double height)
Verifies that the actual
Dimension2D does not have either the
given width and/or height. |
SELF |
hasDimension(double width,
double height)
Verifies that the actual
Dimension2D has the given width
and height. |
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnErrorprotected AbstractDimension2DAssert(javafx.geometry.Dimension2D dimension2D,
java.lang.Class<?> selfType)
public SELF hasDimension(double width, double height)
Dimension2D has the given width
and height.width - the given width to compare the actual width toheight - the given height to compare the actual height topublic SELF doesNotHaveDimension(double width, double height)
Dimension2D does not have either the
given width and/or height.width - the given width to compare the actual width toheight - the given height to compare the actual height to