| Package | Description |
|---|---|
| org.fest.assertions.api | |
| org.fest.assertions.api.android.graphics |
| Modifier and Type | Method and Description |
|---|---|
static RectFAssert |
ANDROID.assertThat(android.graphics.RectF actual) |
| Modifier and Type | Method and Description |
|---|---|
RectFAssert |
RectFAssert.hasBottom(float bottom) |
RectFAssert |
RectFAssert.hasCenterX(float center) |
RectFAssert |
RectFAssert.hasCenterY(float center) |
RectFAssert |
RectFAssert.hasHeight(float height) |
RectFAssert |
RectFAssert.hasLeft(float left) |
RectFAssert |
RectFAssert.hasRight(float right) |
RectFAssert |
RectFAssert.hasTop(float top) |
RectFAssert |
RectFAssert.hasWidth(float width) |
RectFAssert |
RectFAssert.isEmpty() |
RectFAssert |
RectFAssert.isNotEmpty() |
Copyright © 2013 Square, Inc.. All Rights Reserved.