Skip to content

Commit 473f4c8

Browse files
committed
Add to release notes
1 parent 61c5967 commit 473f4c8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

documentation/src/docs/asciidoc/release-notes/release-notes-5.13.0-M1.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)