IdlingCoroutineScope

interface IdlingCoroutineScope : CoroutineScope

Special CoroutineScope with a DispatcherProvider which is an IdlingDispatcherProvider.

See also

androidx.test.espresso.IdlingResource

Properties

Link copied to clipboard
abstract val coroutineContext: CoroutineContext
Link copied to clipboard
abstract val idlingDispatcherProvider: IdlingDispatcherProvider

Any IdlingCoroutineScope has an idlingDispatcherProvider property which can be registered in the IdlingRegistry.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard