| Interface | Description |
|---|---|
| Implements.DefaultShadowPicker |
| Class | Description |
|---|---|
| Config.Builder | |
| Config.Implementation |
| Enum | Description |
|---|---|
| AccessibilityChecks.ForRobolectricVersion |
| 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.
|
| 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.
|
Package containing Robolectric annotations.