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.creation.proxy Mock makers based on theProxy
utility.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 class
MockMethodAdvice.RealMethodCall
private static class
MockMethodAdvice.SerializableRealMethodCall
private static class
MockMethodAdvice.StaticMethodCall
Methods in org.mockito.internal.creation.bytebuddy with parameters of type RealMethod Modifier and Type Method Description (package private) java.lang.Object
MockMethodInterceptor. doIntercept(java.lang.Object mock, java.lang.reflect.Method invokedMethod, java.lang.Object[] arguments, RealMethod realMethod)
(package private) java.lang.Object
MockMethodInterceptor. 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.creation.proxy
Classes in org.mockito.internal.creation.proxy that implement RealMethod Modifier and Type Class Description private class
ProxyMockMaker.RealDefaultMethod
-
Uses of RealMethod in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement RealMethod Modifier and Type Class Description static class
RealMethod.FromBehavior
static class
RealMethod.FromCallable
static class
RealMethod.IsIllegal
Fields in org.mockito.internal.invocation declared as RealMethod Modifier and Type Field Description static RealMethod
InterceptedInvocation. NO_OP
private RealMethod
InterceptedInvocation. realMethod
Methods in org.mockito.internal.invocation that return RealMethod Modifier and Type Method Description RealMethod
InterceptedInvocation. 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 InterceptedInvocation
DefaultInvocationFactory. createInvocation(java.lang.Object mock, java.lang.reflect.Method invokedMethod, java.lang.Object[] arguments, RealMethod realMethod, MockCreationSettings settings)
static InterceptedInvocation
DefaultInvocationFactory. createInvocation(java.lang.Object mock, java.lang.reflect.Method invokedMethod, java.lang.Object[] arguments, RealMethod realMethod, MockCreationSettings settings, Location location)
private Invocation
DefaultInvocationFactory. 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)
-