We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a071b commit 762c39aCopy full SHA for 762c39a
junit-jupiter-params/src/main/java/org/junit/jupiter/params/ParameterizedTest.java
@@ -315,7 +315,7 @@
315
* there might be a bug in the test method or the {@link ArgumentsSource}.
316
* By default, the additional arguments are ignored.
317
* {@code argumentCountValidation} allows you to control how additional arguments are handled.
318
- * This can also be controlled via the {@value ParameterizedTestExtension#ARGUMENT_COUNT_VALIDATION_KEY}
+ * The default can be configured via the {@value ParameterizedTestExtension#ARGUMENT_COUNT_VALIDATION_KEY}
319
* configuration parameter (see the User Guide for details on configuration parameters).
320
*
321
* @since 5.12
0 commit comments