Skip to content

Commit

Permalink
Add to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Feb 27, 2025
1 parent 12db0bd commit 54781f5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ repository on GitHub.
as for `@ParameterizedTest` may be used to provide arguments via constructor or field
injection. Please refer to the
<<../user-guide/index.adoc#writing-tests-parameterized-tests, User Guide>> for details.
* New `BeforeContainerTemplateInvocationCallback` and
`AfterContainerTemplateInvocationCallback` extension callback interfaces allow
implementing extensions that are invoked before and after each invocation of a container
template.
* New `TestTemplateInvocationContext.prepareInvocation(ExtensionContext)` callback method
allows preparing the `ExtensionContext` before the test template method is invoked. This
may be used, for example, to store entries in its `Store` to benefit from its cleanup
Expand Down

0 comments on commit 54781f5

Please sign in to comment.