Skip to content

Commit 7c85005

Browse files
AniiiAniii
authored andcommitted
update javadoc
1 parent 7c5a024 commit 7c85005

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,13 @@
293293
boolean autoCloseArguments() default true;
294294

295295
/**
296-
* Configure whether at least one set of arguments is required for this
296+
* Configure whether zero invocations are allowed for this
297297
* parameterized test.
298298
*
299-
* <p>Set this attribute to {@code false} if the absence of arguments is
299+
* <p>Set this attribute to {@code true} if the absence of arguments is
300300
* expected in some cases and should not cause a test failure.
301301
*
302-
* <p>Defaults to {@code true}.
302+
* <p>Defaults to {@code false}.
303303
*
304304
* @since 5.12
305305
*/

0 commit comments

Comments
 (0)