Interface | Description |
---|---|
Implements.DefaultShadowPicker |
Class | Description |
---|---|
Config.Builder | |
Config.Implementation |
Enum | Description |
---|---|
AccessibilityChecks.ForRobolectricVersion | |
LooperMode.Mode |
Specifies the different supported Looper modes.
|
TextLayoutMode.Mode |
Specifies the different supported Looper modes.
|
Annotation Type | Description |
---|---|
AccessibilityChecks |
Robolectric can check for certain kinds of accessibility bugs while running your tests.
|
Config |
Configuration settings that can be used on a per-class or per-test basis.
|
HiddenApi |
Indicates that the annotated method is hidden in the public Android API.
|
Implementation |
Indicates that a method declaration is intended to shadow a method with the same signature on the associated Android class.
|
Implements |
Indicates that a class declaration is intended to shadow an Android class declaration.
|
LooperMode |
A
Configurer annotation for controlling Robolectric’s Looper behavior. |
RealObject |
Shadow fields annotated @RealObject will have the real instance injected.
|
Resetter |
Indicates that the annotated method is used to reset static state in a shadow.
|
TextLayoutMode |
A
Configurer annotation for controlling how Robolectric performs UI layout. |
Package containing Robolectric annotations.