org.fest.assertions.api.android.view.animation
Class AnimationSetAssert

java.lang.Object
  extended by org.fest.assertions.api.AbstractAssert<S,A>
      extended by org.fest.assertions.api.android.view.animation.AbstractAnimationAssert<AnimationSetAssert,android.view.animation.AnimationSet>
          extended by org.fest.assertions.api.android.view.animation.AnimationSetAssert
All Implemented Interfaces:
org.fest.assertions.core.Assert<AnimationSetAssert,android.view.animation.AnimationSet>, org.fest.assertions.core.Descriptable<AnimationSetAssert>, org.fest.assertions.core.ExtensionPoints<AnimationSetAssert,android.view.animation.AnimationSet>

public class AnimationSetAssert
extends AbstractAnimationAssert<AnimationSetAssert,android.view.animation.AnimationSet>

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

AnimationSetAssert

public AnimationSetAssert(android.view.animation.AnimationSet actual)
Method Detail

hasDurationHint

public AnimationSetAssert hasDurationHint(long duration)

hasAnimationCount

public AnimationSetAssert hasAnimationCount(int count)


Copyright © 2013 Square, Inc.. All Rights Reserved.