roboguice.test.shadow
Class ShadowFragmentActivity

java.lang.Object
  extended by com.xtremelabs.robolectric.shadows.ShadowContext
      extended by com.xtremelabs.robolectric.shadows.ShadowContextWrapper
          extended by com.xtremelabs.robolectric.shadows.ShadowActivity
              extended by roboguice.test.shadow.ShadowFragmentActivity

@Implements(value=android.support.v4.app.FragmentActivity.class)
public class ShadowFragmentActivity
extends com.xtremelabs.robolectric.shadows.ShadowActivity


Nested Class Summary
 
Nested classes/interfaces inherited from class com.xtremelabs.robolectric.shadows.ShadowActivity
com.xtremelabs.robolectric.shadows.ShadowActivity.IntentForResult
 
Constructor Summary
ShadowFragmentActivity()
           
 
Method Summary
 android.support.v4.app.FragmentManager getSupportFragmentManager()
           
 
Methods inherited from class com.xtremelabs.robolectric.shadows.ShadowActivity
assertNoBroadcastListenersRegistered, findViewById, finish, getApplication, getApplicationContext, getContentView, getIntent, getLayoutInflater, getMenuInflater, getNextStartedActivityForResult, getParent, getResultCode, getResultIntent, getWindow, isFinishing, onDestroy, peekNextStartedActivityForResult, receiveResult, runOnUiThread, setContentView, setContentView, setIntent, setResult, setResult, startActivityForResult
 
Methods inherited from class com.xtremelabs.robolectric.shadows.ShadowContextWrapper
__constructor__, getAssets, getContentResolver, getMainLooper, getNextStartedActivity, getNextStartedService, getPackageManager, getPackageName, getResources, getSharedPreferences, getSystemService, getTheme, peekNextStartedActivity, peekNextStartedService, registerReceiver, sendBroadcast, setPackageName, startActivity, startService, unregisterReceiver
 
Methods inherited from class com.xtremelabs.robolectric.shadows.ShadowContext
getFilesDir, getFileStreamPath, getResourceLoader, getString, getString, getText, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShadowFragmentActivity

public ShadowFragmentActivity()
Method Detail

getSupportFragmentManager

@Implementation
public android.support.v4.app.FragmentManager getSupportFragmentManager()


Copyright © 2012. All Rights Reserved.