Class SQLiteShadowPicker<T>

java.lang.Object
org.robolectric.shadows.SQLiteShadowPicker<T>
All Implemented Interfaces:
ShadowPicker<T>
Direct Known Subclasses:
ShadowCursorWindow.Picker, ShadowSQLiteConnection.Picker

public class SQLiteShadowPicker<T>
extends Object
implements ShadowPicker<T>
A ShadowPicker that selects between shadows given the SQLite mode
  • Constructor Details

  • Method Details

    • pickShadowClass

      public Class<? extends T> pickShadowClass()
      Description copied from interface: ShadowPicker
      Determines the shadow class to be used depending on the configuration of the org.robolectric.internal.Environment. Must be deterministic.
      Specified by:
      pickShadowClass in interface ShadowPicker<T>
      Returns:
      the shadow class to be used