Package org.mockito.internal.configuration
Mockito configuration
-
Interface Summary Interface Description FieldAnnotationProcessor<A extends java.lang.annotation.Annotation> Simple annotation processor interface. -
Class Summary Class Description CaptorAnnotationProcessor InstantiateArgumentCaptor
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 @InjectMocksGlobalConfiguration Thread-safe wrapper on user-defined org.mockito.configuration.MockitoConfiguration implementationInjectingAnnotationEngine MockAnnotationProcessor Instantiates a mock on a field annotated byMock
MockitoAnnotationsMockAnnotationProcessor Instantiates a mock on a field annotated byMockitoAnnotations.Mock
SpyAnnotationEngine Process fields annotated with @Spy.