| Class and Description |
|---|
| org.robolectric.shadows.ShadowCursorAdapter
This class will be removed in Robolectric 3.5. The real Android CursorAdapter will be used instead.
|
| org.robolectric.shadows.ShadowHandler
There is no special shadow implementation for the
Handler class. The special handling is all done by ShadowLooper and ShadowMessageQueue. This class has been retained for backward compatibility with the various static method implementations. |
| org.robolectric.shadows.ShadowPackageManager.ComponentState
Use
ApplicationPackageManager.getComponentEnabledSetting(ComponentName) instead. This class will be made private in Robolectric 3.5. |