public static class ClassProxyFactory.MockMethodInterceptor extends Object implements Serializable
Constructor and Description |
---|
MockMethodInterceptor() |
Modifier and Type | Method and Description |
---|---|
static Object |
interceptAbstract(Object obj,
ClassMockingData mockingData,
Object stubValue,
Method method,
Object[] args) |
static Object |
interceptSuperCallable(Object obj,
ClassMockingData mockingData,
Method method,
Object[] args,
Callable<?> superCall) |
@RuntimeType @BindingPriority(value=2) public static Object interceptSuperCallable(@This Object obj, @FieldValue(value="$callback") ClassMockingData mockingData, @Origin Method method, @AllArguments Object[] args, @SuperCall(serializableProxy=true) Callable<?> superCall) throws Throwable
Throwable
Copyright © 2001–2022 EasyMock contributors. All rights reserved.