Package | Description |
---|---|
org.mockito.configuration |
Mockito configuration utilities.
|
org.mockito.internal.configuration |
Mockito configuration.
|
org.mockito.internal.configuration.plugins |
Mockito plugins configuration machinery.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationEngine
Deprecated.
Please use
AnnotationEngine instead,
this interface will probably be removed in mockito 3. |
Modifier and Type | Class and Description |
---|---|
class |
IndependentAnnotationEngine
|
class |
InjectingAnnotationEngine
|
class |
SpyAnnotationEngine
Process fields annotated with @Spy.
|
Modifier and Type | Field and Description |
---|---|
private AnnotationEngine |
InjectingAnnotationEngine.delegate |
private AnnotationEngine |
InjectingAnnotationEngine.spyAnnotationEngine |
Modifier and Type | Method and Description |
---|---|
AnnotationEngine |
GlobalConfiguration.tryGetPluginAnnotationEngine() |
Modifier and Type | Field and Description |
---|---|
private AnnotationEngine |
PluginRegistry.annotationEngine |
Modifier and Type | Method and Description |
---|---|
static AnnotationEngine |
Plugins.getAnnotationEngine()
Returns the annotation engine available for the current runtime.
|
(package private) AnnotationEngine |
PluginRegistry.getAnnotationEngine()
Returns the annotation engine available for the current runtime.
|