File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,11 @@ JUnit repository on GitHub.
8888 instantiation. This behavior will become the default in future versions of JUnit.
8989* `@TempDir` is now supported on test class constructors.
9090* Parameterized tests now support argument count validation.
91- With the `junit.jupiter.params.argumentCountValidation=strict` configuration
92- or the `@ParameterizedTest(argumentCountValidation = ArgumentCountValidationMode.STRICT)` attribute,
93- any mismatch between the declared number of arguments and the number of arguments provided by the arguments source
94- will result in an error. By default there is only an error if there are less arguments provided than declared.
91+ If the `junit.jupiter.params.argumentCountValidation=strict` configuration parameter
92+ or the `@ParameterizedTest(argumentCountValidation = STRICT)` attribute is set, any
93+ mismatch between the declared number of arguments and the number of arguments provided
94+ by the arguments source will result in an error. By default, it's still only an error if
95+ there are fewer arguments provided than declared.
9596
9697
9798[[release-notes-5.12.0-M1-junit-vintage]]
You can’t perform that action at this time.
0 commit comments