-
- All Implemented Interfaces:
-
androidx.test.espresso.IdlingResource,com.wix.detox.reactnative.idlingresources.DescriptiveIdlingResource
public class AsyncStorageIdlingResource implements DescriptiveIdlingResource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAsyncStorageIdlingResource.Companion
-
Constructor Summary
Constructors Constructor Description AsyncStorageIdlingResource(NativeModule module, Function1<Executor, SerialExecutorReflected> sexecutorReflectedGenFn)AsyncStorageIdlingResource(NativeModule module)
-
Method Summary
Modifier and Type Method Description StringgetLogTag()StringgetName()IdlingResourceDescriptiongetDescription()Returns a descriptive representation of the resource. BooleanisIdleNow()UnitregisterIdleTransitionCallback(IdlingResource.ResourceCallback callback)-
-
Constructor Detail
-
AsyncStorageIdlingResource
AsyncStorageIdlingResource(NativeModule module, Function1<Executor, SerialExecutorReflected> sexecutorReflectedGenFn)
-
AsyncStorageIdlingResource
AsyncStorageIdlingResource(NativeModule module)
-
-
Method Detail
-
getDescription
IdlingResourceDescription getDescription()
Returns a descriptive representation of the resource.
-
registerIdleTransitionCallback
Unit registerIdleTransitionCallback(IdlingResource.ResourceCallback callback)
-
-
-
-