Module of JUnit 5 that provides the launcher API for discovering and executing tests on the JUnit Platform.
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>6.0.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Discovers and executes a test class using the JUnit Platform Launcher.
Ensure your project uses Java 11 or later for JUnit Platform 6.x.
No dependency data recorded yet.