@Target(value={ANNOTATION_TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @API(value=Experimental) @ArgumentsSource(value=org.junit.jupiter.params.provider.MethodArgumentsProvider.class) public @interface MethodSource
@MethodSource is an ArgumentsSource which provides access
to values returned by static methods of the class in
which this annotation is declared.
The values returned by such methods will be provided as arguments to the
annotated @ParameterizedTest method.
ArgumentsSource,
ParameterizedTestpublic abstract String[] value