Engine for running test suites composed of multiple test classes using JUnit Platform.
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-engine</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 TestA and TestB classes.
Ensure junit-platform-suite-api and engine are on classpath, and use JUnit 5 annotations.
No dependency data recorded yet.