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 |
@ArgumentsSource is a repeatable annotation
that is used to register argument providers
for the annotated test method.
|
CsvFileArgumentsProvider.DefaultInputStreamProvider |
|
CsvFileArgumentsProvider.InputStreamProvider |
|
CsvFileArgumentsProvider.Source |
|
CsvFileSource |
|
CsvSource |
|
EmptySource |
@EmptySource is an ArgumentsSource which provides a single
empty argument to the annotated @ParameterizedTest method.
|
EnumSource |
|
EnumSource.Mode |
Enumeration of modes for selecting enum constants by name.
|
EnumSource.Mode.Validator |
|
MethodSource |
@MethodSource is an ArgumentsSource which provides access
to values returned from factory methods of the class in
which this annotation is declared or from static factory methods in external
classes referenced by fully qualified method name.
|
NullEnum |
Dummy enum class used as default value for optional attributes of
annotations.
|
NullSource |
@NullSource is an ArgumentsSource which provides a single
null argument to the annotated @ParameterizedTest method.
|
ValueSource |
@ValueSource is an ArgumentsSource which provides access to
an array of literal values.
|