Interface MockReference<T>
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
MockStrongReference
,MockWeakReference
public interface MockReference<T> extends java.io.Serializable
To avoid memory leaks for certain implementations of MockMaker, we need to use weak mock references internally. See #1313
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get()
-
-
-
Method Detail
-
get
T get()
-
-