Class ProxyMockMaker.RealDefaultMethod
java.lang.Object
org.mockito.internal.creation.proxy.ProxyMockMaker.RealDefaultMethod
- All Implemented Interfaces:
Serializable
,RealMethod
- Enclosing class:
- ProxyMockMaker
-
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
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
RealDefaultMethod
(Object proxy, Method method, Object[] args) -
Method Summary
-
Field Details
-
proxy
-
serializableMethod
-
args
-
-
Constructor Details
-
RealDefaultMethod
-
-
Method Details
-
isInvokable
public boolean isInvokable()- Specified by:
isInvokable
in interfaceRealMethod
-
invoke
- Specified by:
invoke
in interfaceRealMethod
- Throws:
Throwable
-