Skip to content

Commit

Permalink
remove mention of experimental status from release note
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasJebing committed Oct 24, 2024
1 parent 09ced82 commit 0bf0b05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ JUnit repository on GitHub.
a test-scoped `ExtensionContext` in `Extension` methods called during test class
instantiation. This behavior will become the default in future versions of JUnit.
* `@TempDir` is now supported on test class constructors.
* `@ParameterizedTest`s now support argument count validation as an experimental feature.
* `@ParameterizedTest`s now support argument count validation.
With the `junit.jupiter.params.argumentCountValidation=strict` configuration
or the `@ParameterizedTest(argumentCountValidation = ArgumentCountValidationMode.STRICT)` attribute,
any mismatch between the declared number of arguments and the number of arguments provided by the arguments source
Expand Down

0 comments on commit 0bf0b05

Please sign in to comment.