dispatcherProvider

lateinit var dispatcherProvider: IdlingDispatcherProvider

The IdlingDispatcherProvider which is automatically registered with IdlingRegistry.

This dispatcherProvider should be used in all other CoroutineScopes for the duration of the test.

Sources

Link copied to clipboard