Uses of Interface
org.mockito.internal.invocation.mockref.MockReference
Packages that use MockReference
Package
Description
ByteBuddy related stuff.
Invocation machinery and related classes.
-
Uses of MockReference in org.mockito.internal.creation.bytebuddy
Fields in org.mockito.internal.creation.bytebuddy declared as MockReferenceModifier and TypeFieldDescriptionprivate final MockReference<Object>
MockMethodAdvice.SerializableRealMethodCall.instanceRef
-
Uses of MockReference in org.mockito.internal.invocation
Fields in org.mockito.internal.invocation declared as MockReferenceModifier and TypeFieldDescriptionprivate final MockReference<Object>
InterceptedInvocation.mockRef
Methods in org.mockito.internal.invocation that return MockReferenceModifier and TypeMethodDescriptionInterceptedInvocation.getMockRef()
Deprecated.Not used by Mockito but by mockito-scalaConstructors in org.mockito.internal.invocation with parameters of type MockReferenceModifierConstructorDescriptionInterceptedInvocation
(MockReference<Object> mockRef, MockitoMethod mockitoMethod, Object[] arguments, RealMethod realMethod, Location location, int sequenceNumber) -
Uses of MockReference in org.mockito.internal.invocation.mockref
Classes in org.mockito.internal.invocation.mockref that implement MockReferenceModifier and TypeClassDescriptionclass
class
A weak reference that is converted into a strong reference when serialized.