Package org.robolectric.shadow.api
Interface ShadowPicker<T>
- All Known Subinterfaces:
Implements.DefaultShadowPicker
public interface ShadowPicker<T>
-
Method Summary
Modifier and TypeMethodDescriptionDetermines the shadow class to be used depending on the configuration of theorg.robolectric.internal.Environment.
-
Method Details
-
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
-