Interface ShadowPicker<T>

All Known Subinterfaces:
Implements.DefaultShadowPicker

public interface ShadowPicker<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends T>
    Determines the shadow class to be used depending on the configuration of the org.robolectric.internal.Environment.
  • Method Details

    • pickShadowClass

      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