Module org.junit.jupiter.params
Annotation Interface FieldSources
@Target(METHOD)
@Retention(RUNTIME)
@Documented
@API(status=EXPERIMENTAL,
since="5.11")
public @interface FieldSources
@FieldSources
is a simple container for one or more
FieldSource
annotations.
Note, however, that use of the @FieldSources
container is completely
optional since @FieldSource
is a repeatable annotation.
- Since:
- 5.11
- See Also:
-
Required Element Summary
-
Element Details
-
value
FieldSource[] valueAn array of one or more@FieldSource
annotations.
-