public interface

IdlingUiController

implements UiController
androidx.test.espresso.base.IdlingUiController

Class Overview

Similar to UiController but with one additional method that enables getting an instance of IdlingResourceRegistry. For instance, the registry can then be used by ViewAction to register and unregister idling resources before and after performing the actual action.

This interface used for Espresso internals and shouldn't be called by external users.

Summary

Public Methods
abstract IdlingResourceRegistry getIdlingResourceRegistry()
Returns an instance of IdlingResourceRegistry.
[Expand]
Inherited Methods
From interface androidx.test.espresso.UiController

Public Methods

public abstract IdlingResourceRegistry getIdlingResourceRegistry ()

Returns an instance of IdlingResourceRegistry.

Returns
IdlingResourceRegistry