Uses of Interface
org.junit.jupiter.params.support.AnnotationConsumer
-
Packages that use AnnotationConsumer Package Description org.junit.jupiter.params.converter ArgumentConverterimplementations and the corresponding@ConvertWithannotation.org.junit.jupiter.params.provider ArgumentsProviderimplementations and their correspondingArgumentsSourceannotations.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 classAnnotationBasedArgumentConverter<A extends java.lang.annotation.Annotation>AnnotationBasedArgumentConverteris an abstract base class forArgumentConverterimplementations that also need to consume an annotation in order to perform the conversion.(package private) classJavaTimeArgumentConverter -
Uses of AnnotationConsumer in org.junit.jupiter.params.provider
Classes in org.junit.jupiter.params.provider that implement AnnotationConsumer Modifier and Type Class Description classAnnotationBasedArgumentsProvider<A extends java.lang.annotation.Annotation>AnnotationBasedArgumentsProvideris an abstract base class forArgumentsProviderimplementations that also need to consume an annotation in order to provide the arguments.(package private) classCsvArgumentsProvider(package private) classCsvFileArgumentsProvider(package private) classEnumArgumentsProvider(package private) classFieldArgumentsProvider(package private) classMethodArgumentsProvider(package private) classValueArgumentsProvider -
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)
-