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