File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
junit-jupiter-params/src/main/java/org/junit/jupiter/params/converter Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 26
26
*
27
27
* <p>Such an {@code ArgumentConverter} is applied to the method parameter
28
28
* of a {@link org.junit.jupiter.params.ParameterizedTest @ParameterizedTest}
29
- * method with the help of a
30
- * {@link org.junit.jupiter.params.converter.ConvertWith @ConvertWith} annotation.
29
+ * or a constructor parameter or
30
+ * {@link org.junit.jupiter.params.Parameter @Parameter}-annotated field of a
31
+ * {@link org.junit.jupiter.params.ParameterizedClass @ParameterizedClass} with
32
+ * the help of a
33
+ * {@link org.junit.jupiter.params.converter.ConvertWith @ConvertWith}
34
+ * annotation.
31
35
*
32
36
* <p>Implementations must provide a no-args constructor or a single unambiguous
33
37
* constructor to use {@linkplain ParameterResolver parameter resolution}. They
You can’t perform that action at this time.
0 commit comments