Home Setup User Guide Customizing Contributing Resources Running tests on an Android emulator or device is slow! Building, deploying, and running the tests often take minutes. That's no way to do TDD. There must be a better way. Robolectric is a framework that brings fast and reliable unit tests to Android. Tests run inside the JVM in seconds. With Robolectric you can write tests like this: @RunWi