标签: android unit-testing
Android中的Instrumentation测试和集成测试有什么区别? Android文档说,20%的代码应该由集成测试覆盖。这是否意味着20%应该是仪器化测试?是否可以在不使用检测API的情况下编写集成测试?
https://developer.android.com/training/testing/fundamentals#testing-pyramid