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 Objectprivate final SerializableMethodprivate static final long -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateInvokeDefaultRealMethod(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:
isInvokablein interfaceRealMethod
-
invoke
- Specified by:
invokein interfaceRealMethod- Throws:
Throwable
-