Robolectric
模拟了一套android api,加速测试过程,提高生产力
Allows the the simulated testing of Android apps (i.e. device API’s are simulated, so there is no need for an emulator or physical device).
Robotium
Used to augment normal Instrumentation Tests and provide black box integration testing from Android.
增强常规的测试方法,提供黑盒集成测试
AssertJ for Android
Makes the testing of android components simpler by introducing an android specific DSL for unit testing.
Espresso
Google推出的Instrumentation UI测试框架,在API支持方面有着天然的优势,在推出后很大程度上替代了Robotium