{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

androidx.test.espresso

Interfaces

IdlingResource

Represents a resource of an application under test which can cause asynchronous background work to happen during test execution (e.g. an intent service that processes a button click).

IdlingResource.ResourceCallback

Registered by an IdlingResource to notify Espresso of a transition to idle.

Classes

IdlingRegistry

Handles registering and unregistering of IdlingResources with Espresso from within your application code.