com.xtremelabs.robolectric.shadows
Class ShadowListActivity

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 com.xtremelabs.robolectric.shadows.ShadowListActivity

@Implements(value=android.app.ListActivity.class)
public class ShadowListActivity
extends ShadowActivity


Constructor Summary
ShadowListActivity()
           
 
Method Summary
 android.widget.ListView getListView()
           
 
Methods inherited from class com.xtremelabs.robolectric.shadows.ShadowActivity
assertNoBroadcastListenersRegistered, findViewById, finish, getApplication, getApplicationContext, getContentView, getIntent, getLayoutInflater, getParent, getResultCode, getResultIntent, getWindow, isFinishing, onDestroy, setContentView, setContentView, setIntent, setResult, setResult
 
Methods inherited from class com.xtremelabs.robolectric.shadows.ShadowContextWrapper
__constructor__, 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

ShadowListActivity

public ShadowListActivity()
Method Detail

getListView

@Implementation
public android.widget.ListView getListView()