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 the.invalid reference
org.robolectric.internal.Environment
-
Method Details
-
pickShadowClass
Determines the shadow class to be used depending on the configuration of the. Must be deterministic.invalid reference
org.robolectric.internal.Environment- Returns:
- the shadow class to be used
-