| Package | Description |
|---|---|
| org.mockito.internal.creation.bytebuddy |
ByteBuddy related stuff.
|
| org.mockito.internal.util.concurrent |
| Constructor and Description |
|---|
InlineBytecodeGenerator(Instrumentation instrumentation,
WeakConcurrentMap<Object,MockMethodInterceptor> mocks,
DetachedThreadLocal<Map<Class<?>,MockMethodInterceptor>> mockedStatics,
Predicate<Class<?>> isMockConstruction,
ConstructionCallback onConstruction) |
MockMethodAdvice(WeakConcurrentMap<Object,MockMethodInterceptor> interceptors,
DetachedThreadLocal<Map<Class<?>,MockMethodInterceptor>> mockedStatics,
String identifier,
Predicate<Class<?>> isMockConstruction,
ConstructionCallback onConstruction) |
| Modifier and Type | Class and Description |
|---|---|
static class |
WeakConcurrentMap.WithInlinedExpunction<K,V>
A
WeakConcurrentMap where stale entries are removed as a side effect of interacting with this map. |
| Modifier and Type | Method and Description |
|---|---|
WeakConcurrentMap<Thread,T> |
DetachedThreadLocal.getBackingMap() |
Copyright © 2025. All rights reserved.