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