|
||||||||||
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.view.animation.AbstractAnimationAssert<AnimationSetAssert,android.view.animation.AnimationSet>
org.fest.assertions.api.android.view.animation.AnimationSetAssert
public class AnimationSetAssert
Assertions for AnimationSet
instances.
Field Summary |
---|
Fields inherited from class org.fest.assertions.api.AbstractAssert |
---|
actual, myself |
Constructor Summary | |
---|---|
AnimationSetAssert(android.view.animation.AnimationSet actual)
|
Method Summary | |
---|---|
AnimationSetAssert |
hasAnimationCount(int count)
|
AnimationSetAssert |
hasDurationHint(long duration)
|
Methods inherited from class org.fest.assertions.api.android.view.animation.AbstractAnimationAssert |
---|
hasBackgroundColor, hasDuration, hasInterpolator, hasRepeatCount, hasRepeatMode, hasStartOffset, hasStartTime, hasZAdjustment, isChangingBounds, isChangingTransformationMatrix, isEnded, isFillDisabled, isFillEnabled, isFillingAfter, isFillingBefore, isInitialized, isNotChangingBounds, isNotChangingTransformationMatrix, isNotEnded, isNotFillingAfter, isNotFillingBefore, isNotInitialized, isNotStarted, 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 |
---|
public AnimationSetAssert(android.view.animation.AnimationSet actual)
Method Detail |
---|
public AnimationSetAssert hasDurationHint(long duration)
public AnimationSetAssert hasAnimationCount(int count)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |