public class GeometryMatchers
extends java.lang.Object
Dimension2D instances.| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<java.lang.Object> |
hasDimension(double width,
double height)
Creates a
TypeSafeMatcher that matches when a given Dimension2D's width and height
equal the given width and height. |