blob: 2ad3e8d1c77b150d843749714f8eff942e08b69f [file] [edit]
org.junit.platform.testkit@${platformVersion} jar:file:.+/junit-platform-testkit-\d.+\.jar..module-info\.class
exports org.junit.platform.testkit.engine
requires java.base mandated
requires org.apiguardian.api static transitive
requires org.assertj.core transitive
requires org.junit.platform.commons
requires org.junit.platform.engine transitive
requires org.junit.platform.launcher
requires org.opentest4j transitive
uses org.junit.platform.engine.TestEngine