Robolectric vs Android Test Framework

落爺英雄遲暮 提交于 2019-11-30 11:16:59

问题


Does Robolectric provide any clear benefits compared to Android Test Framework ? I've read the docs regarding both the frameworks but as far as i can see the only clear cut benefit regarding Robolectric is that it runs on JVM rather than the DalvikVM, making it faster than Android framework.

Are there any other major benefits that stand out ?

来源:https://stackoverflow.com/questions/18271474/robolectric-vs-android-test-framework

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!