Uses of Package
org.junit.jupiter.params.provider
Package | Description |
---|---|
org.junit.jupiter.params.provider |
ArgumentsProvider
implementations and their corresponding
ArgumentsSource
annotations. |
-
Classes in org.junit.jupiter.params.provider used by org.junit.jupiter.params.provider 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.EmptySource @EmptySource
is anArgumentsSource
which provides a single empty argument to the annotated@ParameterizedTest
method.EnumSource.Mode Enumeration of modes for selecting enum constants by name.NullEnum Dummy enum class used as default value for optional attributes of annotations.NullSource @NullSource
is anArgumentsSource
which provides a singlenull
argument to the annotated@ParameterizedTest
method.