Skip to content

Commit

Permalink
Add uses and provides Javadoc tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras authored and marcphilipp committed Jan 19, 2020
1 parent 182bafd commit 807e71c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* Support for launching the JUnit Platform from the console.
*
* @since 1.0
* @provides java.util.spi.ToolProvider
*/
module org.junit.platform.console {
requires org.apiguardian.api;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* <p>This API is typically used by IDEs and build tools.
*
* @since 1.0
* @uses org.junit.platform.engine.TestEngine
* @uses org.junit.platform.launcher.TestExecutionListener
*/
module org.junit.platform.launcher {
requires transitive java.logging;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* Defines the Test Kit API for the JUnit Platform.
*
* @since 1.4
* @uses org.junit.platform.engine.TestEngine
*/
module org.junit.platform.testkit {
requires transitive org.apiguardian.api;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* JUnit 3 and 4 based tests on the platform.
*
* @since 4.12
* @provides org.junit.platform.engine.TestEngine
*/
module org.junit.vintage.engine {
requires junit; // 4
Expand Down

0 comments on commit 807e71c

Please sign in to comment.