Robolectric

Fast unit testing runtime for Android

Technologies
android, java, jvm, asm
Topics
testing, mobile
Fast unit testing runtime for Android
Robolectric is a unit testing framework for Android. With Robolectric, your tests run in a simulated Android environment inside a JVM, without the overhead and flakiness of an emulator. Robolectric also offers a rich set of testing APIs that are not available in the Android framework.