标签: android android-studio testing code-coverage
如docs和other SO questions中所述,Android Studio提供了一种运行测试并获取代码覆盖率(类,方法和行级别)的方法。
它在内部使用什么框架或工具来获得覆盖率?
答案 0 :(得分:1)
Android Studio基于IntelliJ,因此使用IntelliJ的IDEA Code Coverage Runner。这是开源的,可以找到here