Uses of Interface
org.junit.jupiter.params.support.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
Modifier 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. -
Uses of AnnotationConsumer in org.junit.jupiter.params.provider
Modifier 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.