Uses of Interface
org.junit.jupiter.params.support.AnnotationConsumer
-
Packages that use AnnotationConsumer Package Description org.junit.jupiter.params.converter ArgumentConverter
implementations and the corresponding@ConvertWith
annotation.org.junit.jupiter.params.provider ArgumentsProvider
implementations and their correspondingArgumentsSource
annotations.org.junit.jupiter.params.support 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 AnnotationConsumer Modifier and Type Class Description class
AnnotationBasedArgumentConverter<A extends java.lang.annotation.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
JavaTimeArgumentConverter
-
Uses of AnnotationConsumer in org.junit.jupiter.params.provider
Classes in org.junit.jupiter.params.provider that implement AnnotationConsumer Modifier and Type Class Description class
AnnotationBasedArgumentsProvider<A extends java.lang.annotation.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
CsvArgumentsProvider
(package private) class
CsvFileArgumentsProvider
(package private) class
EnumArgumentsProvider
(package private) class
MethodArgumentsProvider
(package private) class
ValueArgumentsProvider
-
Uses of AnnotationConsumer in org.junit.jupiter.params.support
Methods in org.junit.jupiter.params.support with parameters of type AnnotationConsumer Modifier and Type Method Description private static <A extends java.lang.annotation.Annotation>
voidAnnotationConsumerInitializer. initializeAnnotationConsumer(AnnotationConsumer<A> instance, A annotation)
-