Module org.junit.jupiter.params
Annotation Interface ArgumentsSources
@Target({ANNOTATION_TYPE,METHOD,TYPE})
@Retention(RUNTIME)
@Documented
@Inherited
@API(status=STABLE,
     since="5.7")
public @interface ArgumentsSources
@ArgumentsSources is a simple container for one or more
 ArgumentsSource annotations.
 Note, however, that use of the @ArgumentsSources container is completely
 optional since @ArgumentsSource is a repeatable annotation.
 
Inheritance
This annotation is inherited to subclasses.
- Since:
 - 5.0
 - See Also:
 
- 
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionAn array of one or more@ArgumentsSourceannotations. 
- 
Element Details
- 
value
ArgumentsSource[] valueAn array of one or more@ArgumentsSourceannotations. 
 -