| Class | Description |
|---|---|
| AndroidTestEnvironment | |
| DisplayConfig |
Describes the characteristics of a particular logical display.
|
| LocalActivityInvoker |
An
ActivityInvoker that drives Activity lifecycles manually. |
| LocalControlledLooper | |
| LocalPermissionGranter |
A
PermissionGranter that runs on a local JVM with Robolectric. |
| LocalUiController |
A
UiController that runs on a local JVM with Robolectric. |
| LooperDelegatingScheduler |
A foreground Scheduler implementation used for
LooperMode.Mode.PAUSED. |
| NoOpThreadChecker |
In Robolectric environment, everything is executed on the main thread except for when you
manually create and run your code on worker thread.
|