All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.robolectric.shadow.api.ShadowPicker Maven / Gradle / Ivy

There is a newer version: 4.13
Show newest version
package org.robolectric.shadow.api;

// TODO: move this to org.robolectric.annotation
public interface ShadowPicker {

  /**
   * Determines the shadow class to be used depending on the configuration of the
   * {@link org.robolectric.internal.Environment}. Must be deterministic.
   *
   * @return the shadow class to be used
   */
  Class pickShadowClass();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy