| Class and Description |
|---|
| org.robolectric.shadows.RoboLayoutInflater
Use
LayoutInflater.from(Context) or Context.getSystemService(String) with Context.LAYOUT_INFLATER_SERVICE instead. |
| org.robolectric.fakes.RoboVibrator
Vibrator support has switched to a shadow implmentation instead. This class will be removed in Robolectric 3.8.
Prefer instead:- |
| 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. |