Package org.robolectric.shadow.api
Interface ShadowPicker<T>
-
- All Known Subinterfaces:
Implements.DefaultShadowPicker
public 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 theorg.robolectric.internal.Environment.
-
-
-
Method Detail
-
pickShadowClass
java.lang.Class<? extends T> pickShadowClass()
Determines the shadow class to be used depending on the configuration of theorg.robolectric.internal.Environment. Must be deterministic.- Returns:
- the shadow class to be used
-
-