File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments