public abstract class AbstractAnimatorAssert<S extends AbstractAnimatorAssert<S,A>,A extends android.animation.Animator>
extends <any>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAnimatorAssert(A actual,
java.lang.Class<S> selfType) |
| Modifier and Type | Method and Description |
|---|---|
S |
hasDuration(long duration) |
S |
hasInterpolator(android.animation.TimeInterpolator interpolator) |
S |
hasListener(android.animation.Animator.AnimatorListener listener) |
S |
hasStartDelay(long delay) |
S |
isNotPaused() |
S |
isNotRunning() |
S |
isNotStarted() |
S |
isPaused() |
S |
isRunning() |
S |
isStarted() |
public S hasDuration(long duration)
public S hasInterpolator(android.animation.TimeInterpolator interpolator)
public S hasListener(android.animation.Animator.AnimatorListener listener)
public S hasStartDelay(long delay)
public S isPaused()
public S isNotPaused()
public S isRunning()
public S isNotRunning()
public S isStarted()
public S isNotStarted()