Uses of Interface
org.mockito.internal.invocation.RealMethod
-
Packages that use RealMethod Package Description org.mockito.internal.creation.bytebuddy ByteBuddy related stuff.org.mockito.internal.invocation Invocation machinery and related classes. -
-
Uses of RealMethod in org.mockito.internal.creation.bytebuddy
Classes in org.mockito.internal.creation.bytebuddy that implement RealMethod Modifier and Type Class Description private static classMockMethodAdvice.RealMethodCallprivate static classMockMethodAdvice.SerializableRealMethodCallprivate static classMockMethodAdvice.StaticMethodCallMethods in org.mockito.internal.creation.bytebuddy with parameters of type RealMethod Modifier and Type Method Description (package private) java.lang.ObjectMockMethodInterceptor. doIntercept(java.lang.Object mock, java.lang.reflect.Method invokedMethod, java.lang.Object[] arguments, RealMethod realMethod)(package private) java.lang.ObjectMockMethodInterceptor. doIntercept(java.lang.Object mock, java.lang.reflect.Method invokedMethod, java.lang.Object[] arguments, RealMethod realMethod, Location location) -
Uses of RealMethod in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement RealMethod Modifier and Type Class Description static classRealMethod.FromBehaviorstatic classRealMethod.FromCallablestatic classRealMethod.IsIllegalFields in org.mockito.internal.invocation declared as RealMethod Modifier and Type Field Description static RealMethodInterceptedInvocation. NO_OPprivate RealMethodInterceptedInvocation. realMethodMethods in org.mockito.internal.invocation that return RealMethod Modifier and Type Method Description RealMethodInterceptedInvocation. getRealMethod()Deprecated.Not used by Mockito but by mockito-scalaMethods in org.mockito.internal.invocation with parameters of type RealMethod Modifier and Type Method Description private static InterceptedInvocationDefaultInvocationFactory. createInvocation(java.lang.Object mock, java.lang.reflect.Method invokedMethod, java.lang.Object[] arguments, RealMethod realMethod, MockCreationSettings settings)static InterceptedInvocationDefaultInvocationFactory. createInvocation(java.lang.Object mock, java.lang.reflect.Method invokedMethod, java.lang.Object[] arguments, RealMethod realMethod, MockCreationSettings settings, Location location)private InvocationDefaultInvocationFactory. createInvocation(java.lang.Object target, MockCreationSettings settings, java.lang.reflect.Method method, RealMethod superMethod, java.lang.Object[] args)Constructors in org.mockito.internal.invocation with parameters of type RealMethod Constructor Description InterceptedInvocation(MockReference<java.lang.Object> mockRef, MockitoMethod mockitoMethod, java.lang.Object[] arguments, RealMethod realMethod, Location location, int sequenceNumber)
-