We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
Android开发中必要的一环---单元测试(Unit Test)
当前分支为androidx ,support 在 master分支。
androidx
support
Android单元测试(一):JUnit框架的使用
Android单元测试(二):Mockito框架的使用
Android单元测试(三):PowerMock框架的使用
Android单元测试(四):Robolectric框架的使用
Android单元测试(五):网络接口测试
Android单元测试(六):RxJava测试
Android单元测试(七):MVP与单元测试
Android单元测试(八):Dagger与单元测试
Android单元测试(九):查漏补缺篇
Android单元测试(十):内容更新篇
1.完善jacoco配置。2.dagger 使用`@Component.Factory` 替换 `@Component.Builder` 。
1.适配AndroidX。(support部分暂停维护)
1.更新依赖库至最新。2.修改Robolectric配置写法。