Module org.junit.jupiter.params
Package org.junit.jupiter.params.support
Class AnnotationConsumerInitializer
java.lang.Object
org.junit.jupiter.params.support.AnnotationConsumerInitializer
AnnotationConsumerInitializer is an internal helper class for
 initializing AnnotationConsumers.- Since:
 - 5.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Tinitialize(AnnotatedElement annotatedElement, T annotationConsumerInstance)  
- 
Method Details
- 
initialize
 
 -