Skip to content

Commit 9b83ed9

Browse files
committed
Mention parameterized tests and test templates in release notes
1 parent f256dc5 commit 9b83ed9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

documentation/src/docs/asciidoc/release-notes-5.0.0-M4.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,12 @@ on GitHub.
127127

128128
===== New Features and Improvements
129129

130+
* First-class support for _parameterized tests_ via the new `@ParameterizedTest` annotation.
131+
See <<writing-tests-parameterized-tests>> for details.
130132
* First-class support for _repeated tests_ via the new `@RepeatedTest` annotation and
131133
`RepetitionInfo` API. See <<writing-tests-repeated-tests>> for details.
134+
* Introduce `@TestTemplate` annotation and accompanying extension point
135+
`TestTemplateInvocationContextProvider`.
132136
* `Assertions.assertThrows()` now uses canonical names for exception types when
133137
generating assertion failure messages.
134138
* ``TestInstancePostProcessor``s registered on test methods are now invoked.

0 commit comments

Comments
 (0)