Package 

Class AnimatedModuleIdlingResource

  • All Implemented Interfaces:
    android.view.Choreographer.FrameCallback , androidx.test.espresso.IdlingResource , com.wix.detox.espresso.idlingresources.DescriptiveIdlingResource

    
    public class AnimatedModuleIdlingResource
     implements DescriptiveIdlingResource, Choreographer.FrameCallback
                        

    Espresso IdlingResource for React Native's Animated Module.

    Hooks up to React Native internals to monitor the state of the animations.

    This Idling Resource is inherently tied to the UI Module IR. It must be registered after the UI Module IR. This order is not enforced now.