Package | Description |
---|---|
org.mockito.internal.configuration |
Mockito configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
CaptorAnnotationProcessor
Instantiate
ArgumentCaptor a field annotated by @Captor. |
class |
MockAnnotationProcessor
Instantiates a mock on a field annotated by
Mock |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,FieldAnnotationProcessor<?>> |
IndependentAnnotationEngine.annotationProcessorMap |
Modifier and Type | Method and Description |
---|---|
private <A extends java.lang.annotation.Annotation> |
IndependentAnnotationEngine.forAnnotation(A annotation) |
Modifier and Type | Method and Description |
---|---|
private <A extends java.lang.annotation.Annotation> |
IndependentAnnotationEngine.registerAnnotationProcessor(java.lang.Class<A> annotationClass,
FieldAnnotationProcessor<A> fieldAnnotationProcessor) |