这里收集了一些Android单元测试相关的文章

来源:互联网 发布:开机很久网络连接 编辑:程序博客网 时间:2024/05/17 04:17

这里收集了一些Android单元测试相关的文章

Android Testing Support Library文档

Espresso文档https://google.github.io/android-testing-support-library/docs/espresso/index.htmlEspresso cheat sheet图pdf链接https://google.github.io/android-testing-support-library/downloads/espresso-cheat-sheet-2.1.0.pdf
UI Automator文档https://developer.android.com/training/testing/ui-testing/uiautomator-testing.html
AndroidJUnitRunner文档https://developer.android.com/topic/libraries/testing-support-library/index.html#AndroidJUnitRunner
Android Testing Sampleshttps://google.github.io/android-testing-support-library/samples/index.html

小创的单元测试系列文章

关于安卓单元测试,你需要知道的一切http://chriszou.com/2016/06/07/android-unit-testing-everything-you-need-to-know.html演讲PPT链接http://s17.mogucdn.com/new1/v1/bmisc/8e35bea4d4af0b7816e0dce0f0d39024/175107743310.pdf
该系列文章源码github地址:android-unit-testing-tutorialhttps://github.com/ChrisZou/android-unit-testing-tutorialrobolectric框架demo地址:robolectric-demohttps://github.com/ChrisZou/robolectric-demo
Android单元测试: 首先,从是什么开始http://chriszou.com/2016/04/13/android-unit-testing-start-from-what.html
Android单元测试(二):再来谈谈为什么http://chriszou.com/2016/04/16/android-unit-testing-about-why.html
Android单元测试(三):JUnit单元测试框架的使用http://chriszou.com/2016/04/18/android-unit-testing-junit.html
Android单元测试(四):Mock以及Mockito的使用http://chriszou.com/2016/04/29/android-unit-testing-mockito.html
Android单元测试(五):依赖注入,将mock方便的用起来http://chriszou.com/2016/05/06/android-unit-testing-di.html
Android单元测试(六):使用dagger2来做依赖注入,以及在单元测试中的应用http://chriszou.com/2016/05/10/android-unit-testing-di-dagger.html
Android单元测试(七):Robolectric,在JVM上调用安卓的类http://chriszou.com/2016/06/05/robolectric-android-on-jvm.html
安卓单元测试(八):Junit Rule的使用http://chriszou.com/2016/07/09/junit-rule.html
安卓单元测试(九):使用Mockito Annotation快速创建Mockhttp://chriszou.com/2016/07/16/mockito-annotation.html
Android单元测试在蘑菇街支付金融部门的实践http://chriszou.com/2016/04/25/android-unit-testing-wechat-group-share.html
转自: https://github.com/zhaozepeng/Android-Knowledge-Base/blob/master/android%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95.md
原创粉丝点击