Package org.robolectric.annotation
Annotation Type LooperMode
A
org.robolectric.pluginapi.config.Configurer annotation for controlling Robolectric's
Looper behavior.
Currently Robolectric will default to LooperMode.Mode.PAUSED behavior, but this can be
overridden by applying a @LooperMode(NewMode) annotation to a test package, test class, or test
method, or via the 'robolectric.looperMode' system property.
- See Also:
-
org.robolectric.plugins.LooperModeConfigurerorg.robolectric.util.Schedulerorg.robolectric.shadows.ShadowLooper
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSpecifies the different supported Looper modes. -
Required Element Summary
Required Elements
-
Element Details
-
value
LooperMode.Mode valueSet the Looper mode.
-