N0ts Blog
最爱冰激凌
IDEA Gradle 报错 No tests found for given includes 解决方法
描述
学习 Android 开发时,使用 Gradle 编译出现了一个错误
Execution failed for task ':app:testDebugUnitTest'.
> No tests found for given includes: [com.example.okhttp.InterceptorUnitTest.interceptorTest](filter.includeTestsMatching)
但是这里的报错提示很模糊,没有指出具体报错位置
解决
在 Gradle 设置界面,选择使用 IDEA 运行即可
此时就能看见报错的具体信息啦