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
public class LooperShadowPicker<T> extends Object implements ShadowPicker<T>
- 
Constructor SummaryConstructors Constructor Description LooperShadowPicker(Class<? extends T> legacyShadowClass, Class<? extends T> pausedShadowClass)
- 
Method SummaryModifier and Type Method Description Class<? extends T>pickShadowClass()Determines the shadow class to be used depending on the configuration of theorg.robolectric.internal.Environment.
- 
Constructor Details
- 
Method Details- 
pickShadowClassDescription copied from interface:ShadowPickerDetermines the shadow class to be used depending on the configuration of theorg.robolectric.internal.Environment. Must be deterministic.- Specified by:
- pickShadowClassin interface- ShadowPicker<T>
- Returns:
- the shadow class to be used
 
 
-