mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
Currently, when spock jar is in classpath, for example `spock-core-2.3-groovy-4.0.jar`, the IDE junit plugin detects PSI from the jar `org.junit.platform.engine.TestEngine` with value `org.spockframework.runtime.SpockEngine`. By that the IDE forces to use Junit5. In case a project uses Spock with combination of Junit4 such detection logic makes junit4 test detection impossible when the tests are performed per package or project. Withing the fix the IDE detects Spock and Junit4 tests simultaneously. closes https://github.com/JetBrains/intellij-community/pull/2838 GitOrigin-RevId: 20d138df183f8dfdb3121986498b080d4a61a171