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