File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
documentation/src/docs/asciidoc/user-guide Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ following precedence rules:
439
439
=== Assertions
440
440
441
441
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
443
443
are `static` methods in the `{Assertions}` class.
444
444
445
445
Assertion methods optionally accept the assertion message as their third parameter, which
@@ -559,8 +559,8 @@ current runtime environment.
559
559
of marked as a failure.
560
560
561
561
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.
564
564
565
565
All JUnit Jupiter assumptions are static methods in the `{Assumptions}` class.
566
566
You can’t perform that action at this time.
0 commit comments