A JUnit Platform module for running suites of tests using the JUnit 5 framework.
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite</artifactId>
<version>6.1.0</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 'com.example.tests' package.
Ensure junit-platform-suite is on the classpath and use @Suite annotation.
No dependency data recorded yet.