| Interface | Description |
|---|---|
| FieldAnnotationProcessor<A extends java.lang.annotation.Annotation> |
Simple annotation processor interface.
|
| Class | Description |
|---|---|
| CaptorAnnotationProcessor |
Instantiate
ArgumentCaptor a field annotated by @Captor. |
| ClassPathLoader |
Loads configuration or extension points available in the classpath.
|
| DefaultAnnotationEngine | |
| DefaultInjectionEngine |
Inject mock/spies dependencies for fields annotated with @InjectMocks
See
MockitoAnnotations |
| GlobalConfiguration |
Thread-safe wrapper on user-defined org.mockito.configuration.MockitoConfiguration implementation
|
| InjectingAnnotationEngine | |
| MockAnnotationProcessor |
Instantiates a mock on a field annotated by
Mock |
| MockitoAnnotationsMockAnnotationProcessor |
Instantiates a mock on a field annotated by
MockitoAnnotations.Mock |
| SpyAnnotationEngine |
Process fields annotated with @Spy.
|