public class AnimationDrawableAssert extends AbstractDrawableAssert<AnimationDrawableAssert,android.graphics.drawable.AnimationDrawable>
AnimationDrawable instances.| Constructor and Description |
|---|
AnimationDrawableAssert(android.graphics.drawable.AnimationDrawable actual) |
| Modifier and Type | Method and Description |
|---|---|
AnimationDrawableAssert |
hasFrameCount(int count) |
AnimationDrawableAssert |
isNotOneShot() |
AnimationDrawableAssert |
isNotRunning() |
AnimationDrawableAssert |
isOneShot() |
AnimationDrawableAssert |
isRunning() |
hasAlpha, hasBounds, hasCallback, hasChangingConfigurations, hasConstantState, hasIntrinsicHeight, hasIntrinsicWidth, hasLevel, hasMinimumHeight, hasMinimumWidth, hasOpacity, isAutoMirrored, isNotAutoMirrored, isNotStateful, isNotVisible, isStateful, isVisiblepublic AnimationDrawableAssert(android.graphics.drawable.AnimationDrawable actual)
public AnimationDrawableAssert hasFrameCount(int count)
public AnimationDrawableAssert isOneShot()
public AnimationDrawableAssert isNotOneShot()
public AnimationDrawableAssert isRunning()
public AnimationDrawableAssert isNotRunning()