Uses of Interface
org.mockito.internal.invocation.RealMethod
Packages that use RealMethod
Package
Description
ByteBuddy related stuff.
Mock makers based on the
Proxy
utility.Invocation machinery and related classes.
-
Uses of RealMethod in org.mockito.internal.creation.bytebuddy
Classes in org.mockito.internal.creation.bytebuddy that implement RealMethodModifier and TypeClassDescriptionprivate static class
private static class
private static class
Methods in org.mockito.internal.creation.bytebuddy with parameters of type RealMethodModifier and TypeMethodDescription(package private) Object
MockMethodInterceptor.doIntercept
(Object mock, Method invokedMethod, Object[] arguments, RealMethod realMethod) (package private) Object
MockMethodInterceptor.doIntercept
(Object mock, Method invokedMethod, Object[] arguments, RealMethod realMethod, Location location) -
Uses of RealMethod in org.mockito.internal.creation.proxy
Classes in org.mockito.internal.creation.proxy that implement RealMethod -
Uses of RealMethod in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement RealMethodModifier and TypeClassDescriptionstatic class
static class
static enum
Fields in org.mockito.internal.invocation declared as RealMethodModifier and TypeFieldDescriptionstatic final RealMethod
InterceptedInvocation.NO_OP
private final RealMethod
InterceptedInvocation.realMethod
Methods in org.mockito.internal.invocation that return RealMethodModifier and TypeMethodDescriptionInterceptedInvocation.getRealMethod()
Deprecated.Not used by Mockito but by mockito-scalaMethods in org.mockito.internal.invocation with parameters of type RealMethodModifier and TypeMethodDescriptionprivate static InterceptedInvocation
DefaultInvocationFactory.createInvocation
(Object mock, Method invokedMethod, Object[] arguments, RealMethod realMethod, MockCreationSettings settings) static InterceptedInvocation
DefaultInvocationFactory.createInvocation
(Object mock, Method invokedMethod, Object[] arguments, RealMethod realMethod, MockCreationSettings settings, Location location) private Invocation
DefaultInvocationFactory.createInvocation
(Object target, MockCreationSettings settings, Method method, RealMethod superMethod, Object[] args) Constructors in org.mockito.internal.invocation with parameters of type RealMethodModifierConstructorDescriptionInterceptedInvocation
(MockReference<Object> mockRef, MockitoMethod mockitoMethod, Object[] arguments, RealMethod realMethod, Location location, int sequenceNumber)