public class RectAssert
extends <any>
Rect instances.| Constructor and Description |
|---|
RectAssert(android.graphics.Rect actual) |
| Modifier and Type | Method and Description |
|---|---|
RectAssert |
hasBottom(int bottom) |
RectAssert |
hasCenterX(int center) |
RectAssert |
hasCenterY(int center) |
RectAssert |
hasExactCenterX(float center) |
RectAssert |
hasExactCenterY(float center) |
RectAssert |
hasHeight(int height) |
RectAssert |
hasLeft(int left) |
RectAssert |
hasRight(int right) |
RectAssert |
hasTop(int top) |
RectAssert |
hasWidth(int width) |
RectAssert |
isEmpty() |
RectAssert |
isNotEmpty() |
public RectAssert hasBottom(int bottom)
public RectAssert hasLeft(int left)
public RectAssert hasRight(int right)
public RectAssert hasTop(int top)
public RectAssert hasCenterX(int center)
public RectAssert hasCenterY(int center)
public RectAssert hasExactCenterX(float center)
public RectAssert hasExactCenterY(float center)
public RectAssert hasHeight(int height)
public RectAssert isEmpty()
public RectAssert isNotEmpty()
public RectAssert hasWidth(int width)