|
Deprecated Methods |
org.robolectric.Robolectric.addPendingHttpResponseWithContentType(int, String, Header)
use Robolectric.addPendingHttpResponse(int, String, Header...) instead |
org.robolectric.shadows.ShadowAdapterView.automaticallyUpdateRowViews(boolean)
Not supported as of Robolectric 2.0-alpha-3. |
org.robolectric.shadows.ShadowAdapterView.checkValidity()
No longer supported. |
org.robolectric.shadows.ShadowHandler.flush()
use ShadowHandler.idleMainLooper() instead |
org.robolectric.shadows.ShadowView.getBackgroundColor()
Use FEST assertions instead. |
org.robolectric.shadows.ShadowView.getBackgroundResourceId()
Use FEST assertions instead. |
org.robolectric.shadows.ShadowImageView.getImageBitmap()
|
org.robolectric.shadows.ShadowBitmapDrawable.getLoadedFromResourceId()
use org.robolectric.shadows.ShadowBitmap#getCreatedFromResId() instead. |
org.robolectric.shadows.ShadowDefaultRequestDirector.getSentHttpRequest(int)
Use Robolectric.getSentHttpRequestInfo(int) instead.) |
org.robolectric.shadows.ShadowDefaultRequestDirector.getSentHttpRequestInfo(int)
Use Robolectric.getSentHttpRequest(int) instead.) |
org.robolectric.shadows.ShadowAppWidgetManager.putWidgetInfo(int, AppWidgetProviderInfo)
Use ShadowAppWidgetManager.addBoundWidget(int, android.appwidget.AppWidgetProviderInfo)
or ShadowAppWidgetManager.addInstalledProvider(android.appwidget.AppWidgetProviderInfo) instead |
org.robolectric.shadows.ShadowIntent.realIntentEquals(ShadowIntent)
|
org.robolectric.SdkEnvironment.setStaticValue(Class>, String, Object)
use Robolectric.Reflection.setFinalStaticField(Class, String, Object) |