Uses of Package
org.mockito.internal.invocation.mockref
-
Packages that use org.mockito.internal.invocation.mockref Package Description org.mockito.internal.creation.bytebuddy ByteBuddy related stuff.org.mockito.internal.invocation Invocation machinery and related classes.org.mockito.internal.invocation.mockref -
Classes in org.mockito.internal.invocation.mockref used by org.mockito.internal.creation.bytebuddy Class Description MockReference To avoid memory leaks for certain implementations of MockMaker, we need to use weak mock references internally.MockWeakReference A weak reference that is converted into a strong reference when serialized. -
Classes in org.mockito.internal.invocation.mockref used by org.mockito.internal.invocation Class Description MockReference To avoid memory leaks for certain implementations of MockMaker, we need to use weak mock references internally. -
Classes in org.mockito.internal.invocation.mockref used by org.mockito.internal.invocation.mockref Class Description MockReference To avoid memory leaks for certain implementations of MockMaker, we need to use weak mock references internally.