I have a gradle-based java testing framework.
After updating junit to 5.7.2 this warning started appearing for every test:
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
The junit dependencies in use are: junit-jupiter-api
, junit-jupiter-engine
, junit-jupiter-params
.
What may be causing it and what are the potential solutions?