public class DefaultAnnotationEngine extends Object implements AnnotationEngine
Mock or @Captor.
The process(Class, Object) method implementation does not process super classes!
MockitoAnnotations| Constructor and Description |
|---|
DefaultAnnotationEngine() |
public void process(Class<?> clazz, Object testInstance)
AnnotationEngineSee the implementation of this method to figure out what is it for.
process in interface AnnotationEngineclazz - Class where to extract field information, check implementation for detailstestInstance - Test instance