org.fest.assertions.api.android.animation
Class AnimatorSetAssert

java.lang.Object
  extended by org.fest.assertions.api.AbstractAssert<S,A>
      extended by org.fest.assertions.api.android.animation.AbstractAnimatorAssert<AnimatorSetAssert,android.animation.AnimatorSet>
          extended by org.fest.assertions.api.android.animation.AnimatorSetAssert
All Implemented Interfaces:
org.fest.assertions.core.Assert<AnimatorSetAssert,android.animation.AnimatorSet>, org.fest.assertions.core.Descriptable<AnimatorSetAssert>, org.fest.assertions.core.ExtensionPoints<AnimatorSetAssert,android.animation.AnimatorSet>

public class AnimatorSetAssert
extends AbstractAnimatorAssert<AnimatorSetAssert,android.animation.AnimatorSet>


Field Summary
 
Fields inherited from class org.fest.assertions.api.AbstractAssert
actual, myself
 
Constructor Summary
AnimatorSetAssert(android.animation.AnimatorSet actual)
           
 
Method Summary
 AnimatorSetAssert hasAnimatorCount(int count)
           
 
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

AnimatorSetAssert

public AnimatorSetAssert(android.animation.AnimatorSet actual)
Method Detail

hasAnimatorCount

public AnimatorSetAssert hasAnimatorCount(int count)


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