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 RealMethod
RealMethod.FromBehavior, RealMethod.FromCallable, RealMethod.IsIllegal -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Object[]private final MockWeakReference<Object> private final Methodprivate final MockMethodAdvice.SelfCallInfo -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateRealMethodCall(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:
isInvokablein interfaceRealMethod
-
invoke
- Specified by:
invokein interfaceRealMethod- Throws:
Throwable
-