You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/modules/ROOT/partials/release-notes/release-notes-6.0.0.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -260,8 +260,8 @@ guidance on upgrading from JUnit 5.x.y to 6.0.0.
260
260
`fruit{nbsp}={nbsp}apple` instead of `fruit=apple`.
261
261
* Text-based arguments in display names for parameterized tests are now quoted by default.
262
262
In addition, special characters are escaped within quoted text. Please refer to the
263
-
xref:writing-tests/parameterized-classes-and-tests.adoc#tests-display-names-quoted-text[User Guide] for details.
264
-
* xref:writing-tests/parameterized-classes-and-tests.adoc#tests-argument-conversion-implicit-fallback[Fallback String-to-Object Conversion] for parameterized tests now supports factory
263
+
xref:writing-tests/parameterized-classes-and-tests.adoc#display-names-quoted-text[User Guide] for details.
264
+
* xref:writing-tests/parameterized-classes-and-tests.adoc#argument-conversion-implicit-fallback[Fallback String-to-Object Conversion] for parameterized tests now supports factory
265
265
methods and factory constructors that accept a single `CharSequence` argument in
266
266
addition to the existing support for factories that accept a single `String` argument.
267
267
* The `Arguments` interface for parameterized tests is now officially a
0 commit comments