public class AnimatedModuleIdlingResource
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.
| Constructor and Description |
|---|
AnimatedModuleIdlingResource(java.lang.Object reactContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
doFrame(long frameTimeNanos) |
java.lang.String |
getName() |
boolean |
isIdleNow() |
void |
registerIdleTransitionCallback(androidx.test.espresso.IdlingResource.ResourceCallback callback) |