DiscoverySelector that selects a Method or a combination of
class name, method name, and parameter types so that
TestEngines can discover tests
or containers based on methods.@MethodSource is a special ArgumentsSource which provides
access to the values returned by static methods of the class in which the
annotation is used.TestSource.MethodSource using the supplied
class and method name.MethodSource using the supplied
class and method name.MethodSource using the supplied
method.TestDescriptor for tests based on Java methods.