Skip to content

Commit 851a4db

Browse files
improve release note
Co-authored-by: Marc Philipp <[email protected]>
1 parent 36e7729 commit 851a4db

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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]]

0 commit comments

Comments
 (0)