IOIdlingCoroutineScope

interface IOIdlingCoroutineScope : IdlingCoroutineScope, IOCoroutineScope

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

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