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:
439439=== Assertions
440440
441441JUnit 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
443443are `static` methods in the `{Assertions}` class.
444444
445445Assertion 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
561561JUnit 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
565565All JUnit Jupiter assumptions are static methods in the `{Assumptions}` class.
566566
You can’t perform that action at this time.
0 commit comments