Class InvokeDefaultProxy.InvokeDefaultRealMethod
java.lang.Object
org.mockito.internal.creation.proxy.InvokeDefaultProxy.InvokeDefaultRealMethod
- All Implemented Interfaces:
Serializable
,RealMethod
- Enclosing class:
InvokeDefaultProxy
private class InvokeDefaultProxy.InvokeDefaultRealMethod
extends Object
implements RealMethod, Serializable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.mockito.internal.invocation.RealMethod
RealMethod.FromBehavior, RealMethod.FromCallable, RealMethod.IsIllegal
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Object[]
private final Object
private final SerializableMethod
private static final long
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
InvokeDefaultRealMethod
(Object proxy, Method method, Object[] args) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
proxy
-
serializableMethod
-
args
-
-
Constructor Details
-
InvokeDefaultRealMethod
-
-
Method Details
-
isInvokable
public boolean isInvokable()- Specified by:
isInvokable
in interfaceRealMethod
-
invoke
- Specified by:
invoke
in interfaceRealMethod
- Throws:
Throwable
-