File tree 2 files changed +6
-105
lines changed
documentation/src/docs/asciidoc/release-notes
2 files changed +6
-105
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -43,6 +43,12 @@ JUnit repository on GitHub.
43
43
* The search algorithm used to find `@MethodSource` factory methods now applies consistent
44
44
semantics for _local_ qualified method names and fully-qualified method names for
45
45
overloaded factory methods.
46
+ * The `{displayName}` placeholder for `@ParameterizedTest` invocation names is no longer
47
+ parsed using `java.text.MessageFormat`. Consequently, any text in the display name of
48
+ the `@ParameterizedTest` method will be included unmodified in the invocation display
49
+ name. For example, Kotlin method names and custom display names configured via
50
+ `@DisplayName` can now contain apostrophes (`'`) as well as text resembling
51
+ `MessageFormat` elements such as `{0}` or `{data}`.
46
52
* Exceptions thrown for files that cannot be deleted when cleaning up a temporary
47
53
directory created via `@TempDir` now include the root cause.
48
54
* Lifecycle methods are allowed to be declared as `private` again for backwards
You can’t perform that action at this time.
0 commit comments