com.xtremelabs.robolectric.shadows
Class ShadowContextThemeWrapper

java.lang.Object
  extended by com.xtremelabs.robolectric.shadows.ShadowContext
      extended by com.xtremelabs.robolectric.shadows.ShadowContextWrapper
          extended by com.xtremelabs.robolectric.shadows.ShadowContextThemeWrapper

@Implements(value=android.view.ContextThemeWrapper.class)
public class ShadowContextThemeWrapper
extends ShadowContextWrapper


Constructor Summary
ShadowContextThemeWrapper()
           
 
Method Summary
 void __constructor__(android.content.Context baseContext, int themesres)
           
 
Methods inherited from class com.xtremelabs.robolectric.shadows.ShadowContextWrapper
__constructor__, getApplicationContext, getContentResolver, getNextStartedActivity, getNextStartedService, getPackageManager, getPackageName, getResources, getSharedPreferences, getSystemService, peekNextStartedActivity, peekNextStartedService, registerReceiver, sendBroadcast, startActivity, startService, unregisterReceiver
 
Methods inherited from class com.xtremelabs.robolectric.shadows.ShadowContext
getResourceLoader, getString, getString, getText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShadowContextThemeWrapper

public ShadowContextThemeWrapper()
Method Detail

__constructor__

public void __constructor__(android.content.Context baseContext,
                            int themesres)