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 Oct 15, 2024
1 parent cbbe682 commit ddcf99b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ JUnit repository on GitHub.
`@ConvertWith`), and `ArgumentsAggregator` (declared via `@AggregateWith`)
implementations can now use constructor injection from registered `ParameterResolver`
extensions.
* Extensions based on `TestTemplateInvocationContextProvider` can now allow returning zero
invocation contexts by overriding the new `mayReturnZeroTestTemplateInvocationContexts`
method.
* The new `@ParameterizedTest(requireArguments = false)` attribute allows to specify that
the absence of arguments is expected in some cases and should not cause a test failure.
* Allow determining "shared resources" at runtime via the new `@ResourceLock#providers`
attribute that accepts implementations of `ResourceLocksProvider`.
* Extensions that implement `TestInstancePreConstructCallback`, `TestInstanceFactory`,
Expand Down

0 comments on commit ddcf99b

Please sign in to comment.