Skip to content

Commit fc5e954

Browse files
committed
Reword "Source Launcher" introduction
1 parent f912b00 commit fc5e954

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

documentation/src/docs/asciidoc/link-attributes.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,6 @@ endif::[]
249249
:Checkstyle: https://checkstyle.sourceforge.io[Checkstyle]
250250
:DiscussionsQA: https://github.com/junit-team/junit-framework/discussions/categories/q-a[Q&A category on GitHub Discussions]
251251
:Hamcrest: https://hamcrest.org/JavaHamcrest/[Hamcrest]
252-
:JEP511: https://openjdk.org/jeps/511[JEP 511]
253-
:JEP512: https://openjdk.org/jeps/512[JEP 512]
254252
:Jimfs: https://google.github.io/jimfs/[Jimfs]
255253
:Log4j: https://logging.apache.org/log4j/2.x/[Log4j]
256254
:Log4j_JDK_Logging_Adapter: https://logging.apache.org/log4j/2.x/log4j-jul/index.html[Log4j JDK Logging Adapter]

documentation/src/docs/asciidoc/user-guide/running-tests.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -839,10 +839,9 @@ REPORTED = 37
839839
[[running-tests-source-launcher]]
840840
=== Source Launcher
841841

842-
Java 25 introduced Module Import Declarations with {JEP511} and Compact Source Files
843-
and Instance Methods with {JEP512}. The `org.junit.start` module is JUnit's "On-Ramp"
844-
enabler, allowing to write minimal source code programs. For example, like in a
845-
`HelloTests.java` file reading:
842+
Starting with Java 25 it is possible to write minimal source code test programs
843+
using the `org.junit.start` module. For example, like in a `HelloTests.java`
844+
file reading:
846845

847846
```java
848847
import module org.junit.start;

0 commit comments

Comments
 (0)