Module org.junit.jupiter.params
Annotation Interface FieldSources
@Target({ANNOTATION_TYPE,METHOD,TYPE})
@Retention(RUNTIME)
@Documented
@Inherited
@API(status=MAINTAINED,
     since="5.13.3")
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.
 
Inheritance
This annotation is inherited to subclasses.
- Since:
 - 5.11
 - See Also:
 
- 
Required Element Summary
Required Elements 
- 
Element Details
- 
value
FieldSource[] valueAn array of one or more@FieldSourceannotations. 
 -