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) |
MockMethodAdvice(WeakConcurrentMap<Object,MockMethodInterceptor> interceptors,
String identifier) |
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 © 2021. All rights reserved.