Package org.robolectric.shadows
Class LooperShadowPicker<T>
java.lang.Object
org.robolectric.shadows.LooperShadowPicker<T>
- All Implemented Interfaces:
ShadowPicker<T>
- Direct Known Subclasses:
ShadowAsyncTask.Picker
,ShadowAsyncTaskLoader.Picker
,ShadowChoreographer.Picker
,ShadowLooper.Picker
,ShadowMessage.Picker
,ShadowMessageQueue.Picker
,ShadowSystemClock.Picker
-
Constructor Summary
ConstructorDescriptionLooperShadowPicker
(Class<? extends T> legacyShadowClass, Class<? extends T> pausedShadowClass) -
Method Summary
Modifier and TypeMethodDescriptionDetermines the shadow class to be used depending on the configuration of theorg.robolectric.internal.Environment
.
-
Constructor Details
-
LooperShadowPicker
-
-
Method Details
-
pickShadowClass
Description copied from interface:ShadowPicker
Determines the shadow class to be used depending on the configuration of theorg.robolectric.internal.Environment
. Must be deterministic.- Specified by:
pickShadowClass
in interfaceShadowPicker<T>
- Returns:
- the shadow class to be used
-