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.DefaultInjectionEngine Inject mock/spies dependencies for fields annotated with @InjectMocksGlobalConfiguration Thread-safe wrapper on user-defined org.mockito.configuration.MockitoConfiguration implementationIndependentAnnotationEngine InjectingAnnotationEngine MockAnnotationProcessor Instantiates a mock on a field annotated byMock
SpyAnnotationEngine Process fields annotated with @Spy.