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 AnnotationConsumer -
Uses of AnnotationConsumer in org.junit.jupiter.params.provider
Classes in org.junit.jupiter.params.provider that implement AnnotationConsumerModifier and TypeClassDescription(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)