File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
documentation/src/docs/asciidoc Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff 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
848847import module org.junit.start;
You can’t perform that action at this time.
0 commit comments