{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
interface IdlingUiController extends UiController
Similar to UiController but with one additional method that enables getting an instance of IdlingResourceRegistry. For instance, the registry can then be used by 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.
Public methods |
|
|---|---|
abstract IdlingResourceRegistry |
Returns an instance of |
Inherited methods |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||
abstract IdlingResourceRegistry getIdlingResourceRegistry()
Returns an instance of IdlingResourceRegistry.