Module 'junit-jupiter-engine' of JUnit provides the test engine implementation for running JUnit 5 tests.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-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.
Programmatic execution of JUnit 5 tests using the engine.
Ensure both junit-jupiter-api and junit-jupiter-engine are on the classpath.
No dependency data recorded yet.