|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fest.assertions.api.AbstractAssert<S,A>
org.fest.assertions.api.android.animation.AbstractAnimatorAssert<S,A>
org.fest.assertions.api.android.animation.AbstractValueAnimatorAssert<S,A>
public abstract class AbstractValueAnimatorAssert<S extends AbstractValueAnimatorAssert<S,A>,A extends android.animation.ValueAnimator>
Field Summary |
---|
Fields inherited from class org.fest.assertions.api.AbstractAssert |
---|
actual, myself |
Constructor Summary | |
---|---|
protected |
AbstractValueAnimatorAssert(A actual,
Class<S> selfType)
|
Method Summary | |
---|---|
S |
hasAnimatedFraction(float fraction)
|
S |
hasAnimatedValue(Object value)
|
S |
hasCurrentPlayTime(long time)
|
S |
hasRepeatCount(int count)
|
S |
hasRepeatMode(int mode)
|
Methods inherited from class org.fest.assertions.api.android.animation.AbstractAnimatorAssert |
---|
hasDuration, hasListener, hasStartDelay, isNotRunning, isNotStarted, isRunning, isStarted |
Methods inherited from class org.fest.assertions.api.AbstractAssert |
---|
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, getWritableAssertionInfo, has, hashCode, hasSameClassAs, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparator |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractValueAnimatorAssert(A actual, Class<S> selfType)
Method Detail |
---|
public S hasAnimatedFraction(float fraction)
public S hasAnimatedValue(Object value)
public S hasCurrentPlayTime(long time)
public S hasRepeatCount(int count)
public S hasRepeatMode(int mode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |