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.- 
Uses of AnnotationConsumer in org.junit.jupiter.params.converter
Classes in org.junit.jupiter.params.converter that implement AnnotationConsumerModifier and TypeClassDescriptionclassAnnotationBasedArgumentConverter<A extends Annotation>AnnotationBasedArgumentConverteris an abstract base class forArgumentConverterimplementations that also need to consume an annotation in order to perform the conversion. - 
Uses of AnnotationConsumer in org.junit.jupiter.params.provider
Classes in org.junit.jupiter.params.provider that implement AnnotationConsumerModifier and TypeClassDescriptionclassAnnotationBasedArgumentsProvider<A extends Annotation>AnnotationBasedArgumentsProvideris an abstract base class forArgumentsProviderimplementations that also need to consume an annotation in order to provide the arguments.