Class ComponentController<C extends ComponentController<C,T>,T>
java.lang.Object
org.robolectric.android.controller.ComponentController<C,T>
- Direct Known Subclasses:
- ActivityController,- BackupAgentController,- FragmentController,- IntentServiceController,- ServiceController
public abstract class ComponentController<C extends ComponentController<C,T>,T> extends Object
- 
Field SummaryFields Modifier and Type Field Description protected booleanattachedprotected Tcomponentprotected Intentintentprotected Cmyselfprotected ShadowLoopershadowMainLooper
- 
Constructor SummaryConstructors Constructor Description ComponentController(T component)ComponentController(T component, Intent intent)
- 
Method SummaryModifier and Type Method Description abstract Ccreate()abstract Cdestroy()Tget()IntentgetIntent()protected CinvokeWhilePaused(Runnable runnable)protected CinvokeWhilePaused(String methodName, ReflectionHelpers.ClassParameter<?>... classParameters)
- 
Field Details- 
myself
- 
component
- 
shadowMainLooper
- 
intent
- 
attachedprotected boolean attached
 
- 
- 
Constructor Details
- 
Method Details- 
get
- 
create
- 
destroy
- 
getIntent
- 
invokeWhilePausedprotected C invokeWhilePaused(String methodName, ReflectionHelpers.ClassParameter<?>... classParameters)
- 
invokeWhilePaused
 
-