Skip to content

Commit 4df789e

Browse files
committed
Add link to User Guide for new org.junit.start module
1 parent 9f26025 commit 4df789e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-6.1.0-M1.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ repository on GitHub.
4949
==== New Features and Improvements
5050

5151
* Introduce new module `org.junit.start` for writing and running tests. It simplifies
52-
using JUnit in compact source files together with a single module import statement:
52+
using JUnit in compact source files together with a single `module import` statement.
53+
Find an example at the <<../user-guide/#running-tests-source-launcher, User Guide>>.
5354
* Introduce new `dynamicTest(Consumer<? super Configuration>)` factory method for dynamic
5455
tests. It allows configuring the `ExecutionMode` of the dynamic test in addition to its
5556
display name, test source URI, and executable.

0 commit comments

Comments
 (0)