DefaultIdlingCoroutineScope
interface DefaultIdlingCoroutineScope : IdlingCoroutineScope, DefaultCoroutineScope
Content copied to clipboard
Marker interface for an IdlingCoroutineScope which indicates that its CoroutineDispatcher is DispatcherProvider.default
See also
androidx.test.espresso.IdlingResource
Properties
Link copied to clipboard
Any IdlingCoroutineScope has an idlingDispatcherProvider property which can be registered in the IdlingRegistry.