EnumSource.names()
attribute.EnumSource.names()
attribute.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.TestSource
.@MethodSource
is an ArgumentsSource
which provides access
to values returned by methods of the class in
which this annotation is declared.DiscoverySelector
that selects a module name so that
TestEngines
can discover
tests or containers based on modules.java.lang.Module
and friends.