DefaultIdlingCoroutineScope

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

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