Skip to content

Commit 762c39a

Browse files
improve ParameterizedTest javadoc
Co-authored-by: Marc Philipp <[email protected]>
1 parent 14a071b commit 762c39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
* This can also be controlled via the {@value ParameterizedTestExtension#ARGUMENT_COUNT_VALIDATION_KEY}
318+
* The default can be configured via the {@value ParameterizedTestExtension#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)