MainIdlingCoroutineScope

interface MainIdlingCoroutineScope : IdlingCoroutineScope, MainCoroutineScope

Marker interface for an IdlingCoroutineScope which indicates that its CoroutineDispatcher is DispatcherProvider.main

See also

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.

Sources

Link copied to clipboard