Uses of Package
org.junit.jupiter.params.support
Packages that use org.junit.jupiter.params.support
Package
Description
ArgumentConverter
implementations and the corresponding
@ConvertWith
annotation.ArgumentsProvider
implementations and their corresponding
ArgumentsSource
annotations.Support classes for building
providers
and
converters
for arguments.
-
Classes in org.junit.jupiter.params.support used by org.junit.jupiter.params.aggregatorClassDescription
FieldContext
encapsulates the context in which an@Parameter
-annotatedField
is declared in a@ParameterizedClass
. -
Classes in org.junit.jupiter.params.support used by org.junit.jupiter.params.converterClassDescription
AnnotationConsumer
is a functional interface for consuming annotations.FieldContext
encapsulates the context in which an@Parameter
-annotatedField
is declared in a@ParameterizedClass
. -
Classes in org.junit.jupiter.params.support used by org.junit.jupiter.params.providerClassDescription
AnnotationConsumer
is a functional interface for consuming annotations.ParameterDeclarations
encapsulates the combined declarations of all indexed@ParameterizedClass
or@ParameterizedTest
parameters. -
Classes in org.junit.jupiter.params.support used by org.junit.jupiter.params.supportClassDescription
ParameterDeclaration
encapsulates the declaration of an indexed@ParameterizedClass
or@ParameterizedTest
parameter.ParameterDeclarations
encapsulates the combined declarations of all indexed@ParameterizedClass
or@ParameterizedTest
parameters.ParameterInfo
is used to provide information about the current invocation of a parameterized class or test.