File size: 694 Bytes
2795186
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
org.junit.platform.engine@${platformVersion} jar:file:.+/junit-platform-engine-\d.+\.jar..module-info\.class
exports org.junit.platform.engine
exports org.junit.platform.engine.discovery
exports org.junit.platform.engine.reporting
exports org.junit.platform.engine.support.config
exports org.junit.platform.engine.support.descriptor
exports org.junit.platform.engine.support.discovery
exports org.junit.platform.engine.support.filter
exports org.junit.platform.engine.support.hierarchical
exports org.junit.platform.engine.support.store
requires java.base mandated
requires org.apiguardian.api static transitive
requires org.junit.platform.commons transitive
requires org.opentest4j transitive