Package | Description |
---|---|
org.mockito.internal.creation.bytebuddy |
ByteBuddy related stuff.
|
Modifier and Type | Field and Description |
---|---|
(package private) WeakConcurrentMap<java.lang.Object,MockMethodInterceptor> |
MockMethodAdvice.interceptors |
private WeakConcurrentMap<java.lang.Object,MockMethodInterceptor> |
InlineByteBuddyMockMaker.mocks |
Modifier and Type | Method and Description |
---|---|
MockMethodInterceptor |
MockAccess.getMockitoInterceptor() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
MockMethodInterceptor.DispatcherDefaultingToRealMethod.interceptAbstract(java.lang.Object mock,
MockMethodInterceptor interceptor,
java.lang.Object stubValue,
java.lang.reflect.Method invokedMethod,
java.lang.Object[] arguments) |
static java.lang.Object |
MockMethodInterceptor.DispatcherDefaultingToRealMethod.interceptSuperCallable(java.lang.Object mock,
MockMethodInterceptor interceptor,
java.lang.reflect.Method invokedMethod,
java.lang.Object[] arguments,
java.util.concurrent.Callable<?> superCall) |
void |
MockAccess.setMockitoInterceptor(MockMethodInterceptor mockMethodInterceptor) |
Constructor and Description |
---|
InlineBytecodeGenerator(java.lang.instrument.Instrumentation instrumentation,
WeakConcurrentMap<java.lang.Object,MockMethodInterceptor> mocks) |
MockMethodAdvice(WeakConcurrentMap<java.lang.Object,MockMethodInterceptor> interceptors,
java.lang.String identifier) |