Package org.junit.jupiter.params.support
@NullMarked
package org.junit.jupiter.params.support
Support classes for building
providers
and
converters
for arguments.
-
ClassDescriptionAnnotationConsumer<A extends Annotation>
AnnotationConsumer
is a functional interface for consuming annotations.AnnotationConsumerInitializer
is an internal helper class for initializingAnnotationConsumers
.FieldContext
encapsulates the context in which an@Parameter
-annotatedField
is declared in a@ParameterizedClass
.ParameterDeclaration
encapsulates the declaration of an indexed@ParameterizedClass
or@ParameterizedTest
parameter.ParameterDeclarations
encapsulates the combined declarations of all indexed@ParameterizedClass
or@ParameterizedTest
parameters.Deprecated, for removal: This API element is subject to removal in a future version.Customized parameter name and its associated argument value.
ParameterInfo
instead