什么原因导致 junit warning 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
正在使用的 junit 依赖项包括:、 、 。junit-jupiter-api
junit-jupiter-engine
junit-jupiter-params
可能导致这种情况的原因是什么,潜在的解决方案是什么?