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 Objectprivate final SerializableMethod -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateRealDefaultMethod(Object proxy, Method method, Object[] args) -
Method Summary
-
Field Details
-
proxy
-
serializableMethod
-
args
-
-
Constructor Details
-
RealDefaultMethod
-
-
Method Details
-
isInvokable
public boolean isInvokable()- Specified by:
isInvokablein interfaceRealMethod
-
invoke
- Specified by:
invokein interfaceRealMethod- Throws:
Throwable
-