Package org.mockito.internal.invocation.mockref
-
Interface Summary Interface Description MockReference<T> To avoid memory leaks for certain implementations of MockMaker, we need to use weak mock references internally. -
Class Summary Class Description MockStrongReference<T> MockWeakReference<T> A weak reference that is converted into a strong reference when serialized.