× Corren en la máquina virtual de Java (no se necesita dispositivo, emulador) × Son rápidos Instrumented Unit Test × Elementos de UI, componentes de Android, tests de integración × Se necesita un dispositivo o emulador × ¡Lentos!
como “Local Unit Tests” × No se necesita usar un dispositivo o emulador × Puede combinarse con Mockito y Espresso ➔ Algunas limitaciones como testing a Android Keystore, algunos componentes de UI, etc
a queue of Runnables that are scheduled to run now (or at some time in the future). Runnables that are scheduled to run on the UI thread (tasks, animations, etc) eventually get routed to a Scheduler instance.” PAUSED = no se correrán eventos de UI hasta que se indique lo contrario
Testing on the JVM - Vogella × Unit Testing with Robolectric - CodePath × Robolectric Testing with AndroidJunitRunner - Iñaki Villar × Robolectric Site