Arguments |
Arguments is an abstraction that provides access to an array of
objects to be used for invoking a @ParameterizedTest method.
|
ArgumentsProvider |
An ArgumentsProvider is responsible for providing a stream of arguments to be passed to a @ParameterizedTest
method.
|
ArgumentsSource |
|
EmptySource |
@EmptySource is an ArgumentsSource which provides a single
empty argument to the annotated @ParameterizedTest method.
|
EnumSource.Mode |
Enumeration of modes for selecting enum constants by name.
|
NullSource |
@NullSource is an ArgumentsSource which provides a single
null argument to the annotated @ParameterizedTest method.
|