IdlingDispatcherProvider
IdlingResource helper for coroutines. This DispatcherProvider implementation utilizes an IdlingDispatcher for each CoroutineDispatcher.
See also
Constructors
Functions
Properties
IdlingDispatcher implementation of DispatcherProvider.default, which typically corresponds to the Dispatchers.Default.
IdlingDispatcher implementation of DispatcherProvider.io, which typically corresponds to the Dispatchers.IO.
IdlingDispatcher implementation of DispatcherProvider.main, which typically corresponds to the Dispatchers.Main.
IdlingDispatcher implementation of DispatcherProvider.mainImmediate, which typically corresponds to the Dispatchers.Main.immediateCoroutineDispatcher.
IdlingDispatcher implementation of DispatcherProvider.unconfined, which typically corresponds to the Dispatchers.Unconfined.
Extensions
Register all IdlingDispatcher properties of the receiver IdlingDispatcherProvider with Espresso's IdlingRegistry.
Unregister all IdlingDispatcher properties of the receiver IdlingDispatcherProvider with Espresso's IdlingRegistry.