Interface MockReference<T>

All Superinterfaces:
Serializable
All Known Implementing Classes:
MockStrongReference, MockWeakReference

public interface MockReference<T> extends Serializable
To avoid memory leaks for certain implementations of MockMaker, we need to use weak mock references internally. See #1313
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details

    • get

      T get()