public interface AnnotationEngine
If you are interested then see implementations or source code of MockitoAnnotations.initMocks(Object)
Modifier and Type | Method and Description |
---|---|
Object |
createMockFor(Annotation annotation,
Field field)
Deprecated.
|
void |
process(Class<?> context,
Object testClass)
Allows extending the interface to perform action on specific fields on the test class
|
@Deprecated Object createMockFor(Annotation annotation, Field field)
annotation
- field
- Copyright © 2018. All rights reserved.