Skip to content

Commit 1f21281

Browse files
committed
Fix Javadoc of BeforeParameterizedClassInvocation.injectArguments
Fixes #4478.
1 parent 92768de commit 1f21281

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/BeforeParameterizedClassInvocation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164

165165
/**
166166
* Whether the arguments of the parameterized test class should be injected
167-
* into the annotated method (defaults to {@code false}).
167+
* into the annotated method (defaults to {@code true}).
168168
*/
169169
boolean injectArguments() default true;
170170

0 commit comments

Comments
 (0)