Uses of Interface
org.mockito.internal.invocation.mockref.MockReference
Packages that use MockReference
Package
Description
Invocation machinery and related classes.
-
Uses of MockReference in org.mockito.internal.invocation
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 TypeClassDescriptionclassclassA weak reference that is converted into a strong reference when serialized.