File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
documentation/src/docs/asciidoc Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments