Skip to content

Commit 44607f0

Browse files
committed
Add reference to @ParameterizedClass
(cherry picked from commit 2ab952c)
1 parent 5ca9829 commit 44607f0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

junit-jupiter-params/src/main/java/org/junit/jupiter/params/converter/ArgumentConverter.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@
2525
*
2626
* <p>Such an {@code ArgumentConverter} is applied to the method parameter
2727
* of a {@link org.junit.jupiter.params.ParameterizedTest @ParameterizedTest}
28-
* method with the help of a
29-
* {@link org.junit.jupiter.params.converter.ConvertWith @ConvertWith} annotation.
28+
* or a constructor parameter or
29+
* {@link org.junit.jupiter.params.Parameter @Parameter}-annotated field of a
30+
* {@link org.junit.jupiter.params.ParameterizedClass @ParameterizedClass} with
31+
* the help of a
32+
* {@link org.junit.jupiter.params.converter.ConvertWith @ConvertWith}
33+
* annotation.
3034
*
3135
* <p>Implementations must provide a no-args constructor or a single unambiguous
3236
* constructor to use {@linkplain ParameterResolver parameter resolution}. They

0 commit comments

Comments
 (0)