Package | Description |
---|---|
org.mockito.internal.creation.bytebuddy |
ByteBuddy related stuff.
|
Modifier and Type | Method and Description |
---|---|
MockMethodInterceptor |
MockAccess.getMockitoInterceptor() |
Modifier and Type | Method and Description |
---|---|
static Object |
MockMethodInterceptor.DispatcherDefaultingToRealMethod.interceptAbstract(Object mock,
MockMethodInterceptor interceptor,
Object stubValue,
Method invokedMethod,
Object[] arguments) |
static Object |
MockMethodInterceptor.DispatcherDefaultingToRealMethod.interceptSuperCallable(Object mock,
MockMethodInterceptor interceptor,
Method invokedMethod,
Object[] arguments,
Callable<?> superCall) |
void |
MockAccess.setMockitoInterceptor(MockMethodInterceptor mockMethodInterceptor) |
Constructor and Description |
---|
InlineBytecodeGenerator(Instrumentation instrumentation,
WeakConcurrentMap<Object,MockMethodInterceptor> mocks) |
MockMethodAdvice(WeakConcurrentMap<Object,MockMethodInterceptor> interceptors,
String identifier) |
Copyright © 2024. All rights reserved.