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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Tprotected Intentprotected final Cprotected final ShadowLooper -
Constructor Summary
ConstructorsConstructorDescriptionComponentController(T component) ComponentController(T component, Intent intent) -
Method Summary
Modifier and TypeMethodDescriptionabstract Ccreate()abstract Cdestroy()get()protected CinvokeWhilePaused(Runnable runnable) protected CinvokeWhilePaused(String methodName, ReflectionHelpers.ClassParameter<?>... classParameters)
-
Field Details
-
myself
-
component
-
shadowMainLooper
-
intent
-
attached
protected boolean attached
-
-
Constructor Details
-
ComponentController
-
ComponentController
-
-
Method Details
-
get
-
create
-
destroy
-
getIntent
-
invokeWhilePaused
protected C invokeWhilePaused(String methodName, ReflectionHelpers.ClassParameter<?>... classParameters) -
invokeWhilePaused
-