File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,14 @@ repository on GitHub.
5555 allow declaring a top-level or `@Nested` test class as a template to be invoked multiple
5656 times. This may be used, for example, to inject different parameters to be used by all
5757 tests in the container template class or to set up each invocation of the container
58- template differently.
58+ template differently. Please refer to the
59+ <<../user-guide/index.adoc#writing-tests-container-templates, User Guide>> for details.
60+ * Introduce `@ParameterizedContainer` concept that builds on `@ContainerTemplate` and
61+ allows declaring a top-level or `@Nested` test class as a parameterized container
62+ to be invoked multiple times with different arguments. The same `@...Source` annotations
63+ as for `@ParameterizedTest` may be used to provide arguments via constructor or field
64+ injection. Please refer to the
65+ <<../user-guide/index.adoc#writing-tests-parameterized-tests, User Guide>> for details.
5966* New `TestTemplateInvocationContext.prepareInvocation(ExtensionContext)` callback method
6067 allows preparing the `ExtensionContext` before the test template method is invoked. This
6168 may be used, for example, to store entries in its `Store` to benefit from its cleanup
You can’t perform that action at this time.
0 commit comments