Interface ShadowPicker<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Class<? extends T> pickShadowClass()
      Determines the shadow class to be used depending on the configuration of the org.robolectric.internal.Environment.
    • Method Detail

      • pickShadowClass

        java.lang.Class<? extends T> pickShadowClass()
        Determines the shadow class to be used depending on the configuration of the org.robolectric.internal.Environment. Must be deterministic.
        Returns:
        the shadow class to be used