随笔分类 - Android 测试
摘要:1.官方文档 mockit官网 https://site.mockito.org mockit api https://javadoc.io/doc/org.mockito/mockito-core/latest/index.html mockit源码 https://github.com/mock
阅读全文
摘要:1.官方文档 android 文档 https://developer.android.google.cn/training/testing/unit-testing/instrumented-unit-tests?hl=zh-cn 示例 https://github.com/android/tes
阅读全文
摘要:1.官方文档 https://developer.android.google.cn/training/testing/unit-testing?hl=zh-cn https://github.com/android/testing-samples/tree/master/unit/BasicUni
阅读全文
摘要:单元测试不适用于测试复杂的界面交互事件。后者应改用界面测试框架。 1.官方文档 https://developer.android.google.cn/training/testing/unit-testing?hl=zh-cn https://github.com/android/testing-
阅读全文
摘要:WIFI 直连简介 从Android4.0(API Level=14)开始,允许通过Wi-Fi模块在两个移动设备之间建立直接连接(这种技术称为Wi-Fi Direct),这种连接不需要无线路由作为中介,而只是像蓝牙一样在两个设备之间直接建立的数据传输通道。在Android SDK中提供了一些API...
阅读全文