File size: 472 Bytes
2795186
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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 transitive
requires org.opentest4j transitive
uses org.junit.platform.engine.TestEngine