| Package | Description |
|---|---|
| org.mockito.internal.configuration |
Mockito configuration.
|
| org.mockito.internal.runners |
Internal classes for runners implementations.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
MockAnnotationProcessor.processAnnotationForMock(Mock annotation,
Class<?> type,
Supplier<Type> genericType,
String name) |
| Modifier and Type | Method and Description |
|---|---|
InternalRunner |
RunnerFactory.create(Class<?> klass,
Supplier<MockitoTestListener> listenerSupplier)
Creates runner implementation with provided listener supplier
|
| Constructor and Description |
|---|
DefaultInternalRunner(Class<?> testClass,
Supplier<MockitoTestListener> listenerSupplier) |
Copyright © 2025. All rights reserved.