Package | Description |
---|---|
org.junit.jupiter.params.provider |
ArgumentsProvider implementations and their
corresponding ArgumentsSource annotations. |
Class | Description |
---|---|
Arguments |
Arguments is an abstraction that provides access to an array of
objects to be used for invoking a @ParameterizedTest method. |
ArgumentsSource |
@ArgumentsSource is a repeatable annotation
that is used to register argument providers
for the annotated test method. |
EnumSource.Mode |
Enumeration of modes for selecting enum constants by name.
|