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 Argumentsis an abstraction that provides access to an array of objects to be used for invoking a@ParameterizedTestmethod.ArgumentsSource @ArgumentsSourceis a repeatable annotation that is used to register argument providers for the annotated test method.EmptySource @EmptySourceis anArgumentsSourcewhich provides a single empty argument to the annotated@ParameterizedTestmethod.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 @NullSourceis anArgumentsSourcewhich provides a singlenullargument to the annotated@ParameterizedTestmethod.