Uses of Interface
org.junit.jupiter.params.support.AnnotationConsumer
Packages that use AnnotationConsumer
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.
-
Uses of AnnotationConsumer in org.junit.jupiter.params.converter
Classes in org.junit.jupiter.params.converter that implement AnnotationConsumerModifier and TypeClassDescriptionclass
AnnotationBasedArgumentConverter<A extends Annotation>
AnnotationBasedArgumentConverter
is an abstract base class forArgumentConverter
implementations that also need to consume an annotation in order to perform the conversion.(package private) class
-
Uses of AnnotationConsumer in org.junit.jupiter.params.provider
Classes in org.junit.jupiter.params.provider that implement AnnotationConsumerModifier and TypeClassDescriptionclass
AnnotationBasedArgumentsProvider<A extends Annotation>
AnnotationBasedArgumentsProvider
is an abstract base class forArgumentsProvider
implementations that also need to consume an annotation in order to provide the arguments.(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
-
Uses of AnnotationConsumer in org.junit.jupiter.params.support
Methods in org.junit.jupiter.params.support with parameters of type AnnotationConsumerModifier and TypeMethodDescriptionprivate static <A extends Annotation>
voidAnnotationConsumerInitializer.initializeAnnotationConsumer
(AnnotationConsumer<A> instance, A annotation)