| Package | Description |
|---|---|
| org.fest.assertions.api | |
| org.fest.assertions.api.android.graphics |
| Modifier and Type | Method and Description |
|---|---|
static BitmapAssert |
ANDROID.assertThat(android.graphics.Bitmap actual) |
| Modifier and Type | Method and Description |
|---|---|
BitmapAssert |
BitmapAssert.hasAlphaSupport() |
BitmapAssert |
BitmapAssert.hasByteCount(int count) |
BitmapAssert |
BitmapAssert.hasDensity(int density) |
BitmapAssert |
BitmapAssert.hasHeight(int height) |
BitmapAssert |
BitmapAssert.hasNoAlphaSupport() |
BitmapAssert |
BitmapAssert.hasWidth(int width) |
BitmapAssert |
BitmapAssert.isMutable() |
BitmapAssert |
BitmapAssert.isNotMutable() |
BitmapAssert |
BitmapAssert.isNotRecycled() |
BitmapAssert |
BitmapAssert.isRecycled() |
Copyright © 2013 Square, Inc.. All Rights Reserved.