This page contains resources for learning more about using Espresso in Android tests.
Samples
-
IntentsBasicSample: Basic usage of
intended()
andintending()
. - IdlingResourceSample: Synchronization with background jobs.
- BasicSample: Basic Espresso sample.
- CustomMatcherSample:
Shows how to extend Espresso to match the hint property of an
EditText
object. - DataAdapterSample:
Showcases the onData() entry point for Espresso, for lists and
AdapterView
objects. - IntentsAdvancedSample: Simulates a user fetching a bitmap using the camera.
- MultiWindowSample: Shows how to point Espresso to different windows.
- RecyclerViewSample:
RecyclerView
actions for Espresso. - WebBasicSample:
Use Espresso-Web to interact with
WebView
objects. - BasicSampleBundled: Basic sample for Eclipse and other IDEs.