Skip to content

Commit 3d84b9f

Browse files
committed
update javadoc to use new ArgumentCountValidator
Issue #3708
1 parent e70240c commit 3d84b9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

junit-jupiter-params/src/main/java/org/junit/jupiter/params/ArgumentCountValidationMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

junit-jupiter-params/src/main/java/org/junit/jupiter/params/ParameterizedTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
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

0 commit comments

Comments
 (0)