Package org.robolectric.shadows
Class ShadowContextThemeWrapper
java.lang.Object
org.robolectric.shadows.ShadowContextWrapper
org.robolectric.shadows.ShadowContextThemeWrapper
- Direct Known Subclasses:
ShadowActivity
@Implements(android.view.ContextThemeWrapper.class) public class ShadowContextThemeWrapper extends ShadowContextWrapper
-
Constructor Summary
Constructors Constructor Description ShadowContextThemeWrapper()
-
Method Summary
Modifier and Type Method Description Integer
callGetThemeResId()
Methods inherited from class org.robolectric.shadows.ShadowContextWrapper
clearBroadcastIntents, clearNextStartedActivities, clearStartedServices, denyPermissions, denyPermissions, getAllStartedServices, getBroadcastIntents, getBroadcastIntentsForUser, getBroadcastOptions, getNextStartedActivity, getNextStartedActivityForResult, getNextStartedService, getNextStoppedService, grantPermissions, grantPermissions, peekNextStartedActivity, peekNextStartedActivityForResult, peekNextStartedService, removeSystemService
-
Constructor Details
-
ShadowContextThemeWrapper
public ShadowContextThemeWrapper()
-
-
Method Details