Class MockMethodAdvice.RealMethodCall
java.lang.Object
org.mockito.internal.creation.bytebuddy.MockMethodAdvice.RealMethodCall
- All Implemented Interfaces:
Serializable
,RealMethod
- Enclosing class:
MockMethodAdvice
-
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 MockWeakReference
<Object> private final Method
private final MockMethodAdvice.SelfCallInfo
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
RealMethodCall
(MockMethodAdvice.SelfCallInfo selfCallInfo, Method origin, Object instance, Object[] arguments) -
Method Summary
-
Field Details
-
selfCallInfo
-
origin
-
instanceRef
-
arguments
-
-
Constructor Details
-
RealMethodCall
private RealMethodCall(MockMethodAdvice.SelfCallInfo selfCallInfo, Method origin, Object instance, Object[] arguments)
-
-
Method Details
-
isInvokable
public boolean isInvokable()- Specified by:
isInvokable
in interfaceRealMethod
-
invoke
- Specified by:
invoke
in interfaceRealMethod
- Throws:
Throwable
-