作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
每当我尝试创建覆盖率报告时都会遇到此错误:
Instrumentation run failed due to 'Process crashed.'
com.android.builder.testing.ConnectedDevice > No tests found.[Pixel 2 - 8.1.0] FAILED
No tests found. This usually means that your test classes are not in the form that your test runner expects (e.g. don't inherit from TestCase or lack @Test annotations).
我修改了示例存储库以重现该问题: https://github.com/suarezjulian/unified-code-coverage-android
只需下载并执行:
./gradlew jacocoTestReport
最佳答案
您正在运行 Test Orchestrator 版本 1.0.2,请尝试将版本降低到 1.0.1。我也遇到过这个问题,也许 1.0.2 不能很好地与 Jacoco 一起玩。
关于android - testCoverageEnabled 时未找到测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50223522/
每当我尝试创建覆盖率报告时都会遇到此错误: Instrumentation run failed due to 'Process crashed.' com.android.builder.testi
我最近尝试了 Android Gradle 插件的新 Jacoco 代码覆盖功能,不幸的是它使我的测试失败并出现以下错误: java.lang.VerifyError: com/foo/bar/re
我是一名优秀的程序员,十分优秀!