Class GeometryMatchers
java.lang.Object
org.testfx.matcher.base.GeometryMatchers
TestFX matchers for
Dimension2D instances.-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<Object> hasDimension(double width, double height) Creates aTypeSafeMatcherthat matches when a givenDimension2D's width and height equal the given width and height.
-
Method Details
-
hasDimension
Creates aTypeSafeMatcherthat matches when a givenDimension2D's width and height equal the given width and height.
-