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.

Projects

Contributor
Sagar Khurana
Mentor
Junyi Wang
Organization
Robolectric
Improve Robolectric’s code quality
Robolectric uses error-prone to check the common code quality problems. Currently, there are many warnings/recommendations left to fix, this topic...
Contributor
Umesh Singh
Mentor
Michael Hoisie, Julia Sullivan
Organization
Robolectric
Switching to Conscrypt as the default security provider
Switching to Conscrypt, simulating the security APIs becomes much more high-fidelity and it achieves the goal of Robolectric to make it similar to an...