# android-unit-testing-tutorial **Repository Path**: ouyangpengdev/android-unit-testing-tutorial ## Basic Information - **Project Name**: android-unit-testing-tutorial - **Description**: Code project corresponding to a serials of tutorial posts for android unit testing - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-23 - **Last Updated**: 2021-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # android-unit-testing-tutorial Code project corresponding to a serials of tutorial posts for android unit testing 本文是一系列发表在[我的个人博客](http://chriszou.com/),关于安卓单元测试的文章的实例代码。 代码与文章的对应关系如下: [Android单元测试: 首先,从是什么开始](http://chriszou.com/2016/04/13/android-unit-testing-start-from-what.html) 代码和测试代码都在`what`子package下面 [Android单元测试(三):JUnit单元测试框架的使用](http://chriszou.com/2016/04/18/android-unit-testing-junit.html) 代码和测试代码在`junit`子package下面 [Android单元测试在蘑菇街支付金融部门的实践](http://chriszou.com/2016/04/25/android-unit-testing-wechat-group-share.html) 代码和测试代码在`groupshare`子package下面 [Android单元测试(四):Mock以及Mockito的使用](http://chriszou.com/2016/04/29/android-unit-testing-mockito.html) 代码和测试代码在`mockito`子package下面 [Android单元测试(五):依赖注入,将mock方便的用起来](http://chriszou.com/2016/05/06/android-unit-testing-di.html) 代码和测试代码在`di`子package下面 [Android单元测试(六):使用dagger2来做依赖注入,以及在单元测试中的应用](http://chriszou.com/2016/05/10/android-unit-testing-di-dagger.html) 代码和测试代码在`dagger2`子package下面 [安卓单元测试(八):Junit Rule的使用](http://www.jianshu.com/p/2cd745e54a78) 代码和测试代码在`junitrule`子package下面 [安卓单元测试(九):使用Mockito Annotation快速创建Mock](http://www.jianshu.com/p/7f6a1d3aa516) 代码和测试代码在`mockitoannotation`子package下面 [安卓单元测试(十):DaggerMock, 让Dagger2与单元测试的结合易如反掌](http://www.jianshu.com/p/8c1b4ea379af) 代码和测试代码在`daggermock`子package下面