Provides a runner for executing JUnit 5 tests on the JUnit Platform, enabling compatibility with older JUnit 4 test runners.
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<version>1.14.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a test suite that runs all tests in the specified package using JUnit Platform.
Replace @RunWith(JUnitPlatform.class) with @Suite and @SelectPackages from org.junit.platform.suite.api.
No dependency data recorded yet.