- java.lang.Object
-
- org.testfx.matcher.base.GeometryMatchers
-
public class GeometryMatchers extends Object
TestFX matchers forDimension2Dinstances.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
hasDimension
public static 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.
-
-