| 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 | Method and Description |
|---|---|
AnnotationEngine |
GlobalConfiguration.tryGetPluginAnnotationEngine() |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationEngine |
Plugins.getAnnotationEngine()
Returns the annotation engine available for the current runtime.
|
Copyright © 2024. All rights reserved.