Skip to content

Commit 65cd018

Browse files
authored
Update documentation/src/docs/asciidoc/release-notes/release-notes-5.12.0-M1.adoc
1 parent 09ced82 commit 65cd018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ JUnit repository on GitHub.
8686
a test-scoped `ExtensionContext` in `Extension` methods called during test class
8787
instantiation. This behavior will become the default in future versions of JUnit.
8888
* `@TempDir` is now supported on test class constructors.
89-
* `@ParameterizedTest`s now support argument count validation as an experimental feature.
89+
* `@ParameterizedTest`s now support argument count validation.
9090
With the `junit.jupiter.params.argumentCountValidation=strict` configuration
9191
or the `@ParameterizedTest(argumentCountValidation = ArgumentCountValidationMode.STRICT)` attribute,
9292
any mismatch between the declared number of arguments and the number of arguments provided by the arguments source

0 commit comments

Comments
 (0)