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