Uses of Interface
org.mockito.internal.invocation.RealMethod
Packages that use RealMethod
-
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 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 TypeMethodDescriptionstatic InterceptedInvocationDefaultInvocationFactory.createInvocation(Object mock, Method invokedMethod, Object[] arguments, RealMethod realMethod, MockCreationSettings settings, Location location) Constructors in org.mockito.internal.invocation with parameters of type RealMethodModifierConstructorDescriptionInterceptedInvocation(MockReference<Object> mockRef, MockitoMethod mockitoMethod, Object[] arguments, RealMethod realMethod, Location location, int sequenceNumber)