File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
junit-jupiter-params/src/main/java/org/junit/jupiter/params Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public enum ArgumentCountValidationMode {
3030 * Use the default validation mode.
3131 *
3232 * <p>The default validation mode may be changed via the
33- * {@value ParameterizedTestExtension #ARGUMENT_COUNT_VALIDATION_KEY} configuration parameter
33+ * {@value ArgumentCountValidator #ARGUMENT_COUNT_VALIDATION_KEY} configuration parameter
3434 * (see the User Guide for details on configuration parameters).
3535 */
3636 DEFAULT ,
Original file line number Diff line number Diff line change 315315 * there might be a bug in the test method or the {@link ArgumentsSource}.
316316 * By default, the additional arguments are ignored.
317317 * {@code argumentCountValidation} allows you to control how additional arguments are handled.
318- * The default can be configured via the {@value ParameterizedTestExtension #ARGUMENT_COUNT_VALIDATION_KEY}
318+ * The default can be configured via the {@value ArgumentCountValidator #ARGUMENT_COUNT_VALIDATION_KEY}
319319 * configuration parameter (see the User Guide for details on configuration parameters).
320320 *
321321 * @since 5.12
You can’t perform that action at this time.
0 commit comments