Uses of Package
org.junit.jupiter.params.provider
Package
Description
ArgumentsProvider
implementations and their corresponding
ArgumentsSource
annotations.-
ClassDescription
Arguments
is an abstraction that provides access to an array of objects to be used for invoking a@ParameterizedTest
method.AnArgumentsProvider
is responsible for providing a stream of arguments to be passed to a@ParameterizedTest
method.@ArgumentsSource
is a repeatable annotation that is used to register arguments providers for the annotated test method.@EmptySource
is anArgumentsSource
which provides a single empty argument to the annotated@ParameterizedTest
method.Enumeration of modes for selecting enum constants by name.Dummy enum class used as default value for optional attributes of annotations.@NullSource
is anArgumentsSource
which provides a singlenull
argument to the annotated@ParameterizedTest
method.