Package org.junit.jupiter.params.support
Class AnnotationConsumerInitializer
- java.lang.Object
-
- org.junit.jupiter.params.support.AnnotationConsumerInitializer
-
@API(status=INTERNAL, since="5.0") public final class AnnotationConsumerInitializer extends java.lang.Object
AnnotationConsumerInitializer
is an internal helper class for initializingAnnotationConsumers
.- Since:
- 5.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
initialize(java.lang.reflect.AnnotatedElement annotatedElement, T instance)
-