Uses of Package
org.junit.jupiter.params.provider
-
Packages that use org.junit.jupiter.params.provider Package Description org.junit.jupiter.params.provider ArgumentsProvider
implementations and their correspondingArgumentsSource
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.EnumSource.Mode Enumeration of modes for selecting enum constants by name.