public class NinePatchAssert
extends <any>
NinePatch instances.| Constructor and Description |
|---|
NinePatchAssert(android.graphics.NinePatch actual) |
| Modifier and Type | Method and Description |
|---|---|
NinePatchAssert |
hasAlpha() |
NinePatchAssert |
hasBitmap(android.graphics.Bitmap bitmap) |
NinePatchAssert |
hasDensity(int density) |
NinePatchAssert |
hasHeight(int height) |
NinePatchAssert |
hasName(java.lang.String name) |
NinePatchAssert |
hasNoAlpha() |
NinePatchAssert |
hasWidth(int width) |
public NinePatchAssert hasDensity(int density)
public NinePatchAssert hasHeight(int height)
public NinePatchAssert hasWidth(int width)
public NinePatchAssert hasAlpha()
public NinePatchAssert hasNoAlpha()
public NinePatchAssert hasName(java.lang.String name)
public NinePatchAssert hasBitmap(android.graphics.Bitmap bitmap)