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 classprivate static classprivate static classMethods in org.mockito.internal.creation.bytebuddy with parameters of type RealMethodModifier and TypeMethodDescription(package private) ObjectMockMethodInterceptor.doIntercept(Object mock, Method invokedMethod, Object[] arguments, RealMethod realMethod) (package private) ObjectMockMethodInterceptor.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 RealMethodModifier and TypeClassDescriptionprivate classprivate static classMethods in org.mockito.internal.creation.proxy that return RealMethodModifier and TypeMethodDescription -
Uses of RealMethod in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement RealMethodModifier and TypeClassDescriptionstatic classstatic classstatic enumFields in org.mockito.internal.invocation declared as RealMethodModifier and TypeFieldDescriptionstatic final RealMethodInterceptedInvocation.NO_OPprivate final RealMethodInterceptedInvocation.realMethodMethods 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 InterceptedInvocationDefaultInvocationFactory.createInvocation(Object mock, Method invokedMethod, Object[] arguments, RealMethod realMethod, MockCreationSettings settings) static InterceptedInvocationDefaultInvocationFactory.createInvocation(Object mock, Method invokedMethod, Object[] arguments, RealMethod realMethod, MockCreationSettings settings, Location location) private InvocationDefaultInvocationFactory.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)