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 7c5a024 commit 7c85005Copy full SHA for 7c85005
junit-jupiter-params/src/main/java/org/junit/jupiter/params/ParameterizedTest.java
@@ -293,13 +293,13 @@
293
boolean autoCloseArguments() default true;
294
295
/**
296
- * Configure whether at least one set of arguments is required for this
+ * Configure whether zero invocations are allowed for this
297
* parameterized test.
298
*
299
- * <p>Set this attribute to {@code false} if the absence of arguments is
+ * <p>Set this attribute to {@code true} if the absence of arguments is
300
* expected in some cases and should not cause a test failure.
301
302
- * <p>Defaults to {@code true}.
+ * <p>Defaults to {@code false}.
303
304
* @since 5.12
305
*/
0 commit comments