小编boh*_*dan的帖子

是什么原因导致 junit 警告 org.junit.platform.launcher.core.EngineDiscoveryOrchestrator lambda$logTestDescriptorExclusionReasons$7

我有一个基于 gradle 的 java 测试框架。

将 junit 更新到 5.7.2 后,每个测试都开始出现此警告:

Jul 21, 2021 10:23:45 AM org.junit.platform.launcher.core.EngineDiscoveryOrchestrator lambda$logTestDescriptorExclusionReasons$7
INFO: 0 containers and 3 tests were Method or class mismatch
Run Code Online (Sandbox Code Playgroud)

使用的 junit 依赖项是:junit-jupiter-api, junit-jupiter-engine, junit-jupiter-params

可能是什么原因造成的?潜在的解决方案是什么?

java junit gradle junit5

22
推荐指数
3
解决办法
1万
查看次数

标签 统计

gradle ×1

java ×1

junit ×1

junit5 ×1