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
    • getAffectedClasses

      public static com.google.common.collect.ImmutableSet<String> getAffectedClasses()
      Returns a list of shadow classes that need to be invalidated when the SQLite Mode is switched.