Module org.junit.jupiter.params
Package org.junit.jupiter.params.support
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.ParameterInfo
is used to provide information about the current invocation of a parameterized class or test.