public class IndependentAnnotationEngine extends Object implements AnnotationEngine, AnnotationEngine
Mock or @Captor.
The process(Class, Object) method implementation does not process super classes!
MockitoAnnotationsAnnotationEngine.NoAction| Constructor and Description |
|---|
IndependentAnnotationEngine() |
| Modifier and Type | Method and Description |
|---|---|
AutoCloseable |
process(Class<?> clazz,
Object testInstance)
Processes the test instance to configure annotated members.
|
public AutoCloseable process(Class<?> clazz, Object testInstance)
AnnotationEngineprocess in interface AnnotationEngineclazz - Class where to extract field information, check implementation for detailstestInstance - Test instanceCopyright © 2025. All rights reserved.