Skip to content

Commit f6efd0e

Browse files
committed
Refer to "Java lambdas" rather than "Java 8 lambdas"
1 parent a9068b6 commit f6efd0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ following precedence rules:
439439
=== Assertions
440440

441441
JUnit Jupiter comes with many of the assertion methods that JUnit 4 has and adds a few
442-
that lend themselves well to being used with Java 8 lambdas. All JUnit Jupiter assertions
442+
that lend themselves well to being used with Java lambdas. All JUnit Jupiter assertions
443443
are `static` methods in the `{Assertions}` class.
444444

445445
Assertion methods optionally accept the assertion message as their third parameter, which
@@ -559,8 +559,8 @@ current runtime environment.
559559
of marked as a failure.
560560

561561
JUnit Jupiter comes with a subset of the _assumption_ methods that JUnit 4 provides and
562-
adds a few that lend themselves well to being used with Java 8 lambda expressions and
563-
method references.
562+
adds a few that lend themselves well to being used with Java lambda expressions and method
563+
references.
564564

565565
All JUnit Jupiter assumptions are static methods in the `{Assumptions}` class.
566566

0 commit comments

Comments
 (0)