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