我有一个基于 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.可能是什么原因造成的,潜在的解决方案是什么?