File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ JUnit repository on GitHub.
8787 a test-scoped `ExtensionContext` in `Extension` methods called during test class
8888 instantiation. This behavior will become the default in future versions of JUnit.
8989* `@TempDir` is now supported on test class constructors.
90- * `@ParameterizedTest`s now support argument count validation.
90+ * Parameterized tests now support argument count validation.
9191 With the `junit.jupiter.params.argumentCountValidation=strict` configuration
9292 or the `@ParameterizedTest(argumentCountValidation = ArgumentCountValidationMode.STRICT)` attribute,
9393 any mismatch between the declared number of arguments and the number of arguments provided by the arguments source
You can’t perform that action at this time.
0 commit comments